python-epydoc

Tool for documenting Python modules
  http://epydoc.sourceforge.net/
  0
  no reviews



Epydoc is a tool for generating API documentation for Python modules based on their docstrings. 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.

This package contains the epydoc and epydocgui commands, their manpages, and their associated Python modules.

Epydoc supports two output formatters: HTML and LaTeX. You must install the suggested dependencies in order to generate documentation in DVI, PostScript, or PDF format using the LaTeX formatter.