Pyro Documentation is supported by Sphinx. To build the docs, run from the toplevel directory:
make docs
pip install -r requirements.txt
Note that you will need to install graphviz separately.
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