Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Run apidoc to collect all classes:

sphinx-apidoc -f -o source/ ../src/ ../src/run.py ../src/debug.py

Run make to actually create the documentation

make html