File size: 290 Bytes
f43af3c
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Documentation for EasyTPP

This contains the full documentation of EasyTPP, which is hosted at github and can be updated manually (for releases)
by pushing to the gh-pages branch.


To generate the documentation locally, type

```
pip install -r requirements-doc.txt
cd docs
make html
```