package documentation

epydoc is an automatic Python reference documentation generator. pydoctor uses parts of the epydoc source as a library.

Package Organization

Docstring markup parsing is handled by the markup package. See the submodule list for more information about the submodules and subpackages.

:license: IBM Open Source License
:copyright: |copy| 2006 Edward Loper

:newfield contributor: Contributor, Contributors (Alphabetical Order)
:contributor: `Glyph Lefkowitz  <mailto:glyph@twistedmatrix.com>`__
:contributor: `Edward Loper  <mailto:edloper@gradient.cis.upenn.edu>`__
:contributor: `Bruce Mitchener  <mailto:bruce@cubik.org>`__
:contributor: `Jeff O'Halloran  <mailto:jeff@ohalloran.ca>`__
:contributor: `Simon Pamies  <mailto:spamies@bipbap.de>`__
:contributor: `Christian Reis  <mailto:kiko@async.com.br>`__
:contributor: `Daniele Varrazzo  <mailto:daniele.varrazzo@gmail.com>`__
:contributor: `Jonathan Guyer <mailto:guyer@nist.gov>`__

.. |copy| unicode:: 0xA9 .. copyright sign
Author
Edward Loper
See Also
The epydoc webpage
The epytext markup language manual
Module doctest Syntax highlighting for blocks of Python code.
Module docutils Collection of helper functions and classes related to the creation and processing of docutils nodes.
Package markup Markup language support for docstrings. Each submodule defines a parser for a single markup language. These parsers convert an object's docstring to a ParsedDocstring, a standard intermediate representation that can be used to generate output.
Module sre_constants36 Internal support module for sre
Module sre_parse36 Internal support module for sre

From __init__.py:

Variable __author__ The primary author of eypdoc
Variable __license__ The license governing the use and distribution of epydoc
Variable __url__ The URL for epydoc's homepage
Variable __version__ The version of epydoc
__author__: str = (source)

The primary author of eypdoc

__license__: str = (source)

The license governing the use and distribution of epydoc

The URL for epydoc's homepage

__version__: str = (source)

The version of epydoc