Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Building Documentation

A basic python environment with packages listed in ./requirements.txt is required to build the docs:

pip install -r requirements.txt

To make HTML documentation:

make html

Outputs to build/html/index.html