Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Documentation

Pyro Documentation is supported by Sphinx. To build the docs, run from the toplevel directory:

make docs

Installation

pip install -r requirements.txt

Note that you will need to install graphviz separately.

Workflow

To change the documentation, update the *.rst files in source.

To build the docstrings, sphinx-apidoc [options] -o <output_path> <module_path> [exclude_pattern, ...]

To build the html pages, make html