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
|
Source: python-happydoc
Section: python
Priority: extra
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends-Indep: debhelper (>> 3.0.0), python-dev (>= 2.3), python-dev (<< 2.4), docbook-to-man
Standards-Version: 3.6.1
Package: python-happydoc
Architecture: all
Depends: python (>= 2.3), python (<< 2.4)
Conflicts: happydoc, python2-happydoc
Replaces: happydoc, python2-happydoc
Suggests: python-happydoc-doc
Description: Python Documentation Extraction Tool
HappyDoc is a tool for extracting documentation from Python source
code. It differs from other such applications by the fact that it uses the
parse tree for a module to derive the information used in its output,
rather that importing the module directly. This allows the user to
generate documentation for modules which need special context to be
imported.
.
This package provides the HappyDoc script and modules.
Package: python-happydoc-doc
Architecture: all
Conflicts: happydoc
Section: doc
Description: Python Documentation Extraction Tool Documentation
HappyDoc is a tool for extracting documentation from Python source
code. It differs from other such applications by the fact that it uses the
parse tree for a module to derive the information used in its output,
rather that importing the module directly. This allows the user to
generate documentation for modules which need special context to be
imported.
.
This package provides the HappyDoc documentation in HTML format.
|