bcahlit / manual

The RoboCup Soccer Simulator Users Manual

Home Page:https://rcsoccersim.github.io/manual/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The RoboCup Soccer Simulator Users Manual

https://rcsoccersim.github.io/manual/


Languages

Language:Python 78.2%Language:Batchfile 12.4%Language:Makefile 9.4%