goby-lang / api.doc

API Documentation for goby language

Home Page:https://goby-lang.github.io/api.doc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goby API Documentation

Code Climate

This is the API documentation for goby language.

The doc is hosted on: https://goby-lang.github.io/api.doc/

Setup & Update Goby Documentation

Follow the steps to setup a running parser.

  • Fork & Clone (or sync if you already have a copy by this instruction)
  • Clone Goby language project. The best way to do it is using Go's go get command. By default, this parser looks for [GOPATH]/src/github.com/goby-lang/goby/vm directory. If you're new to Golang, make sure you've setup GOPATH and clone the project following Go's convention.
  • Install dependency:
go get github.com/russross/blackfriday
  • Update settings.yml if necessary.
  • Make sure the following command runs without any error:
go run *.go

This should generate (or overwrite) new docs in /docs directory.

If you want to update the documentation, make sure you checkout to the desired branch for Goby project.

After that, commit and push them for update. GitHub will handle the rest.

Documenting Goby Code

Go to Goby wiki.

About

API Documentation for goby language

https://goby-lang.github.io/api.doc/


Languages

Language:Go 56.2%Language:HTML 36.8%Language:CSS 6.7%Language:JavaScript 0.2%