X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Building the documentation

Install the test requirements with:

$ pip install -r ../test-requirements.txt

Use make html to build the docs in html format.

To fix the documentation:

Recreate structure. In all files, insert \n before >>>

To do this use:

https://stackoverflow.com/a/11746519/492620

X Tutup