First, clone this repository:
$ git clone [email protected]:blue-systems-group/project.phonelab.doc.git
Goto the repository directory, and set up a virtual environment:
$ virtualenv .virtualenv/doc
$ pip install -r requirements.txt
Then build the document:
$ make html
This documentation is generated using Sphinx. Please refer to its documentation on how to add contents.