Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 978 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 978 Bytes

Urban Thematic Exploitation Platform API

Build Status

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

Getting started

Here's the procedure to install the required packages

  1. Install sphinx

see here: http://sphinx-doc.org/latest/install.html

  1. If needed, set your github information:
$ git config --global user.name <github username>
$ git config --global user.email <email address>

Building locally

Build the documentation by running make html or make latex

Continuous build

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.

This documentation is built with sphinx.