============= Documentation ============= Conventions =========== See the `docmentation page in the webdev bootcamp guide `_ for documentation conventions. The documentation is available in HTML and PDF forms at ``_. This tracks documentation in the master branch of the git repository. Because of this, it is always up to date. Building the docs ================= The documentation in `docs/` is built with `Sphinx `_. To build HTML version of the documentation, do:: $ cd docs/ $ make html