Documentation¶
Building Documentation¶
Activate the development virtual environment
Run
$ docs/make cleanto remove any docs previously builtRun
$ docs/make htmlto build the docs in HTML formatChange the current directory to the location of the built docs by running
$ cd docs/_build/htmlStart the Python static files server by running
$ python -m http.serverVisit
localhost:8000in your browser to view the docs
Generating the Documentation¶
Activate the development virtual environment
Generate the docs by running
$ sphinx-apidoc -f -o docs/_sources . main.py manage.py *migrations* *tests*