1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: epydoc
Section: python
Priority: optional
Maintainer: Kenneth J. Pronovici <pronovic@debian.org>
Build-Depends: python-support (>= 0.3), debhelper(>= 5.0.37.2)
Standards-Version: 3.7.2
Package: python-epydoc
Architecture: all
Depends: ${python:Depends}
Recommends: gs-common, python-tk, python-docutils, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended, graphviz
Suggests: epydoc-doc
Conflicts: python2.3-epydoc (<< 2.0-2), python2.2-epydoc (<< 2.0-2), python2.1-epydoc (<< 2.0-2)
Replaces: python2.3-epydoc (<< 2.0-2), python2.2-epydoc (<< 2.0-2), python2.1-epydoc (<< 2.0-2)
Description: tool for generating Python API documentation
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.
Package: epydoc-doc
Section: doc
Architecture: all
Recommends: iceweasel | www-browser
Description: official documentation for the Epydoc package
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 API reference and usage information for Epydoc, all
available through the Debian documentation system (dhelp, dwww, doc-central,
etc.) in the Devel section.
|