Skip to content
TerranceN edited this page Dec 18, 2012 · 5 revisions

Epydoc

Epydoc generates html documentation for our project. To generate documentation, just run ./manage.py makedocs.

To add or remove a directory to the list of searched directories, edit folders_to_include in apps/utils/management/commands/makedocs.py

Documenting Code

To document code, just add a docstring. Epydoc includes formatting tags to indicate things like parameters and return values, a full list can be found here.

Clone this wiki locally