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 40 41 42 43 44 45 46 47
|
Source: epydoc
Section: python
Priority: optional
Maintainer: Kenneth J. Pronovici <pronovic@debian.org>
Homepage: http://epydoc.sourceforge.net/
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), dh-python
Standards-Version: 3.9.8.0
X-Python-Version: >= 2.4
Testsuite: autopkgtest
Package: python-epydoc
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-tk, python-docutils, graphviz
Suggests: epydoc-doc, python-profiler, ghostscript, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended
Conflicts: python2.3-epydoc, python2.2-epydoc, python2.1-epydoc
Replaces: python2.3-epydoc (<< 2.0-2), python2.2-epydoc (<< 2.0-2), python2.1-epydoc (<< 2.0-2)
Description: tool for documenting Python modules
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.
Package: epydoc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: chromium | www-browser
Description: tool for documenting Python modules (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 API reference and usage information for Epydoc, all
available through the Debian documentation system (dhelp, dwww, doc-central,
etc.) in the Devel section.
|