Skip to content

KN2C2D/manual

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The RoboCup Soccer Simulator Users Manual

Setup instruction for authors

The users manual is maintaining using Sphinx, a documentation tool written in python. The easiest way to setup sphinx (and python) environment is to install Anaconda, which enables you to install sphinx package using anaconda navigator.

Build and publish the document

To build the html files, type the following command in the top of working directory:

  $ make html

The outputs are written under the build/html directory. In our repository, build/html is a symbolic link to doc directory, the location published as https://rcsoccersim.github.io/manual.

If successfully built, you can browse the local html files by your favarite web browser. Then, you can commit and push source files and html files.

Please note that the docs directory of master branch will be immediately published as web site. If your changes has to be reviewed, please create another branch and push changes to there.

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.2%
  • Batchfile 12.4%
  • Makefile 9.4%