Documentation
The documentation is built using Sphinx and hosted on ReadTheDocs.
Documentation sources are located in the docs directory. The files are in reStructuredText format.
Local build
To test a local build of the documentation :
Go to the
docsdirectory:cd docs
Build the documentation:
make html
Open the
_build/html/index.htmlfile in your browser.