Documentation

Please follow Sphinx style guide [1] when writing the documentation (except for file names) and PEP257 [2] for docstrings.

Building

The documentation can be built following:

cd $HOME/cosmoprimo/doc
make html

Documentation pages can be displayed by opening _build/html/index.html with your web browser.

Finally, to push the documentation, Read the Docs [3].

References