This repository is the source of the the official documentation.
The documentation is written using Sphinx, using reStructuredText format.
In order to compile the documentation, you need sphinx. On Debian/Ubuntu distrubutions, you can install it using this command:
sudo apt-get install python-sphinxIf you're familiar with the pip command tool, you can simply install the
needed tools with this command:
pip install -r requirementsOnce you have sphinx available, you can compile the documentation with the following command:
make htmlThe documentation will be available in the _buil/html/ directory.