epydoc: epydoc (python api documentation tool) epydoc: epydoc: Epydoc is a tool for generating API documentation for Python modules, epydoc: based on their docstrings. For an example of epydoc's output, see epydoc: the API documentation for epydoc itself (html, pdf). A lightweight epydoc: markup language called epytext can be used to format docstrings, epydoc: and to add information about specific fields, such as parameters and epydoc: instance variables. Epydoc also understands docstrings written in epydoc: reStructuredText, Javadoc, and plaintext. epydoc: epydoc: Home page: http://epydoc.sf.net