Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Building Docs

sudo pip install -r requirements.txt
make html

Local Hosting

You can locally host the built doc by running

python2 -m SimpleHTTPServer

or

python3 -m http.server