.. | ||
cookbook | ||
tutorial | ||
conf.py | ||
examples.md | ||
index.rst | ||
links.rst | ||
Makefile | ||
principles.rst | ||
README.md | ||
requirements.txt |
To build the docs locally:
$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ make html
Docs will be built in _build/html/index.html .