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 in or outside the Docker image:
cd $HOME/obiwan/doc
make html
Changes to the rst files can be made from outside the Docker container.
You can display the website (outside the Docker container) by opening _build/html/index.html/.
Finally, to push the documentation, Read the Docs 3.