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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Source: epydoc
Section: python
Priority: optional
Maintainer: Kenneth J. Pronovici <pronovic@debian.org>
Build-Depends-Indep: debhelper (>= 4.1), python2.3-dev
Standards-Version: 3.6.1
Package: python-epydoc
Architecture: all
Depends: python2.3 | python2.2-xmlbase | python2.1-xmlbase
Recommends: tetex-extra, gs-esp | gs, python2.3-tk | python2.2-tk | python2.1-tk
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. The commands are set up to work out-of-the
box with Python 2.3. If you want to use the commands with Python 2.2 or
Python 2.1, make sure that you have the correct python-xmlbase package
installed as listed in the dependencies.
Package: epydoc-doc
Section: doc
Architecture: all
Recommends: mozilla | 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.
Package: python2.3-epydoc
Architecture: all
Depends: python-epydoc
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 is an empty package that exists solely to provide for a smooth upgrade
from Debian epydoc packages prior to version 2.0-2. It can be safely removed.
Package: python2.2-epydoc
Architecture: all
Depends: python-epydoc
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 is an empty package that exists solely to provide for a smooth upgrade
from Debian epydoc packages prior to version 2.0-2. It can be safely removed.
Package: python2.1-epydoc
Architecture: all
Depends: python-epydoc
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 is an empty package that exists solely to provide for a smooth upgrade
from Debian epydoc packages prior to version 2.0-2. It can be safely removed.
|