OverviewEpydoc is a tool for generating API documentation for Python modules, based on their docstrings. For an example of epydoc's output, see the API documentation for epydoc itself (html, pdf). A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in reStructuredText, Javadoc, and plaintext. For a more extensive example of epydoc's output, see the API documentation for Python 2.5. Documentation
Feedback |
Latest ReleaseThe latest stable release is Epydoc 3.0. If you wish to keep up on the latest developments, you can also get epydoc from the subversion repository. See Installing Epydoc for more information. NewsEpydoc 3.0 released [January 2008] Presentation at PyCon [March 2004] |
Home | Installing Epydoc | Using Epydoc | Epytext |