Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Building the Documentation

To build the documentation, you will need Sphinx and the PyTorch theme.

cd docs/
pip install -r requirements.txt

You can then build the documentation by running make <format> from the docs/ folder. Run make to get a list of all available output formats.

make html

Improving the Documentation

Feel free to open an issue or pull request to inform us of any inaccuracy or potential improvement that we can make to our documentation.