You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.