This document gives step-by-step instructions for deploying Singa website.
Singa website is built by Sphinx 1.4.4 from a source tree stored in git: https://github.com/apache/incubator-singa/tree/master/doc.
To install Sphinx on Ubuntu:
$ apt-get install python-sphinx
To install the markdown support for Sphinx:
$ pip install recommonmark
You can build the website by executing the following command from the doc folder:
$ ./build.sh html
The procedure for contributing documentation is the same as contributing code.
To generate docs, run "doxygen" from the doc folder (Doxygen >= 1.8 recommended)