code documentation for python

Alex. S. picture Alex. S. · Mar 11, 2009 · Viewed 15.1k times · Source

What is out there on conventions and tools for documenting python source code?

Answer

vartec picture vartec · Mar 11, 2009

Conventions: PEP 257 and PEP 8. Note, that docstrings can be written in reStructuredText

Tools for generating documentation: for example Sphinx