Usage

This documentation is generated and hosted using readthedocs.org. The source code is hosted on github. For more information, see readthedocs documentation: https://docs.readthedocs.io/en/stable/index.html

This documentation is written in reStructuredText. We recommend using the following cheatsheet to get started:

Installation

To install sphinx, readthedocs, etc, use pip to install the neccessary python dependencie:

$ cd /path/to/this/project
$ cd docs
$ pip install -r requirements.txt

Building and Viewing the Documentation

To build the documentation, use the following command:

$ make html

If you are developing in windows:

C:\path\to\this\project\docs> .\make.bat html

then you can view the built html for the project in the \build directory (these can be viewed using any web browser).

Examples

For examples how to document your code, see the following:

toc