Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Epydoc
Software tool for documenting Python projects

Epydoc is a documentation generator that processes its own lightweight markup language Epytext for Python documentation strings. As opposed to freeform Python docstrings, reStructuredText (both also supported) and other markup languages for docstrings, Epytext supports linking between different pieces of documentation. The project Epydoc is inactive since February 2009. Epydoc is released under the MIT license.

There are several tools for rendering Epytext. Most commonly, the epydoc program is used to render Epytext as a series of HTML documents for display on the Internet, or as a PDF document for printing. Epydoc also supports viewing the rendered documentation within Python using a GUI. The syntax is uncomplicated enough for the programmer to read the raw Epytext docstrings embedded in the source code directly.

We don't have any images related to Epydoc yet.
We don't have any YouTube videos related to Epydoc yet.
We don't have any PDF documents related to Epydoc yet.
We don't have any Books related to Epydoc yet.
We don't have any archived web articles related to Epydoc yet.

See also

  • Free and open-source software portal