Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PyCebes docs

Some useful commands (to be copy-and-pasted):

# Re-generate the doc project:
sphinx-apidoc -F -o ./ ../pycebes

# build
make html