Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 699 Bytes

documentation.rst

File metadata and controls

37 lines (22 loc) · 699 Bytes

Documentation

The documentation you are reading is included in the docs subdirectory of the project repository. It is build using sphinx and hosted using readthedocs.

Dependencies

To get it running locally, install sphinx and the readthedocs theme:

$ pip install sphinx readthedocs

Building

Documentation can then be built using the Makefile (or the make.bat for Windows):

$ make html

Live editing

For quick editing, we use sphinx-autodoc.

$ pip install sphinx-autodoc
$ make livehtml