Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Generating documentation

Joshua Reich edited this page Oct 30, 2013 · 2 revisions

To build documentation, from inside the the top-level pyretic directory,

$ make html

the html output will be located in _build/html

For docstring syntax, etc. see http://sphinx-doc.org/. http://pythonhosted.org/an_example_pypi_project/sphinx.html provides a useful tutorial.

Clone this wiki locally