We are using Sphinx.
The latest compiled version of this documentation is accessible here
Build1
If you need to build the docs, follow these steps:
-
Install Sphinx with your package manager or any other method described here.
apt-get install python-sphinx
-
Install the Read the Docs Theme
pip install sphinx_rtd_theme
-
Create the Sphinx documentation and Javadoc2
make
The results can be found in free/_build/html
.
[1]: Package installation examples for Ubuntu
[2]: If you don't have make
or maven
: apt-get install build-essential maven