Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 417 Bytes

documentation.rst

File metadata and controls

17 lines (11 loc) · 417 Bytes

Writing documentation

To build the documentation issue the make dirhtml command from the docs directory:

cd docs
make dirhtml

When the build finishes you can view the documentation by running a static web server in the newly generated _build/dirhtml directory. For example:

cd _build/dirhtml; python -m SimpleHTTPServer; cd -