HTML built version is available online at https://docs.cloud-deploy.io/
ReST syntax is text based as markdown or wiki language.
Install sphinx:
virtualenv sphinx source sphinx/bin/activate pip install -r requirements.txt
Edit the targeted source file from source/rst/
:
vim source/rst/api.rst
Follow sphinx documentation online.
Generate new doc locally:
make html
Generate Epub:
make html epub
You can read the generated doc from build/html/index.html
.