Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

How to Build Documentation

To make the html documentation, install the prerequisites, e.g. on Debian/Ubuntu (similarly for other distributions):

apt-get install python-sphinx texlive-latex-recommended dvipng

and do:

make html

and to view it, do:

epiphany _build/html/index.html