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.4. NewsEpydoc 3.0 alpha released [March 2006] Presentation at PyCon [March 2004] |
DocumentationUsing Epydoc Docstring Markup
Related Information Latest ReleaseThe latest stable release of epydoc (version 2.1) can be downloaded from the SourceForge download page. See Installing Epydoc for more information. |
Home | Installing Epydoc | Using Epydoc | Epytext |
|