-
Taken from http://docs.readthedocs.io/en/latest/getting_started.html
$ pip install sphinx sphinx-autobuild
-
To auto update as you write your document. The _build_html/index.html will be updated every time you update your document:
$ sphinx-autobuild . _build_html
-
To build the output (folder
_build
):$ make html
- All the documents are stored in docs/ folder.
- Create a folder for your documentation and then link it on index.rst
- There's a script called docx2md.sh that you can use to convert docx files to markdown.
- Run
make html
to update the _build folder. It will get picked up by rachel-index.php automatically - On the client, update by getting the file:
wget --no-check-certificate https://github.com/SystemR/ict/archive/master.zip
- If the repository was checked out using git, do a
git pull
on the folder to update
- Every time you commit and push to the git repo, http://ict.readthedocs.io/ will be updated with the latest documentation