Epydoc
From Free net encyclopedia
Revision as of 03:26, 1 December 2005; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
Epydoc is a documentation tool that renders its own lightweight markup language Epytext for Python documentation strings. As opposed to freeform Python docstrings and other markup languages (reStructured Text) for docstrings, Epytext supports linking between different pieces of documentation. There are several tools for rendering Epytext. The most common way, aside from leaving it for the user to interpret, is to render it as a series of HTML documents for display on the Internet. Epydoc also supports viewing the rendered docstrings within Python using a GUI.
[edit]