Search code examples
pythondocumentationdocumentation-generation

code documentation for python


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


Solution

  • Epydoc is also a good tool for documenting source code, and handles cross-referencing classes, modules, variables, etc, into HTML, PDF, LaTeX. Draws some nice class inheritance diagrams too. It's used by a number of open-source projects, so it's fairly actively developed.