epydoc 3.0.1+dfsg-16 source package in Ubuntu

Changelog

epydoc (3.0.1+dfsg-16) unstable; urgency=medium

  * Start dealing with the fact that Epydoc has no support for Python 3.
    - Add NEWS.Debian to nudge users toward discontinuing use of Epydoc
    - Add Lintian override for python-foo-but-no-python3-foo
  * Remove "Testsuite: autopkgtest" from debian/control per Lintian warning.
  * Bump standards version to 4.1.1.0 (no packaging changes).

 -- Kenneth J. Pronovici <email address hidden>  Sun, 12 Nov 2017 20:39:48 +0000

Upload details

Uploaded by:
Kenneth J. Pronovici
Uploaded to:
Sid
Original maintainer:
Kenneth J. Pronovici
Architectures:
all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
epydoc_3.0.1+dfsg-16.dsc 1.9 KiB b3d37f6c15d92da7f4d03aff4a1622e8e11589fe1b7cb88e8ec53c836aba0f84
epydoc_3.0.1+dfsg.orig.tar.gz 1.8 MiB de88f2f04dd43cb3e69688af1ac5fee16db7074bf71fff8605ef1ce2b0e54429
epydoc_3.0.1+dfsg-16.debian.tar.xz 34.3 KiB f9975d9b6fcc178b5aa407ef27263642cbee1febeef220491858835ac85d0bcf

Available diffs

No changes file available.

Binary packages built by this source

epydoc-doc: 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.

python-epydoc: 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.