Source: epydoc Section: python Priority: optional Maintainer: Kenneth J. Pronovici Homepage: http://epydoc.sourceforge.net/ Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), dh-python Standards-Version: 4.2.1.0 Vcs-Browser: https://salsa.debian.org/debian/epydoc Vcs-Git: https://salsa.debian.org/debian/epydoc.git 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.