This is the official repository of the TEP Urban Software Design Document.
This documentation is live at: http://docs.terradue.com/esa-tep-urban-ddf/
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>
- To build the PDF, install rst2pdf
see here: https://github.com/rst2pdf/rst2pdf
Build the documentation by running make html
or make pdf
The PDF is generated at http://docs.terradue.com/esa-tep-urban-ddf/UrbanTEP-SDD.pdf every time a change is pushed on the repo.