Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Build the docs

For PDF

pip install -r requirements.txt
make latexpdf
evince build/latex/*.pdf

HTML

pip install -r requirements.txt
make html
firefox build/html/index.html