This is the official repository of the TEP Urban Software Design Document.
This documentation is live at: http://docs.terradue.com/esa-tep-urban-api/
user / pass : tep / urban
Here's the procedure to install the required packages
- Install sphinx
see here: http://sphinx-doc.org/latest/install.html
- If needed, set your github information:
$ git config --global user.name <github username>
$ git config --global user.email <email address>
Build the documentation by running make html
or make latex
The PDF is generated at http://docs.terradue.com/esa-tep-urban-api/UrbanTEP-API.pdf every time a change is pushed on the repo.