A walk-through of Python documentation tools, including:
- Docutils and reStructuredText
- Sphinx
- ReadTheDocs
This is a pretty good video tutorial.
Install the requirements:
$ pip install -r requirements.txtThen set up the sphinx project:
$ sphinx-quickstartThis will step you through several options. You can mostly keep the defaults.
Paste this into docs/Makefile: