epydoc 3.0.1+dfsg-12 source package in Ubuntu
Changelog
epydoc (3.0.1+dfsg-12) unstable; urgency=medium * Rename honour_source_date_epoch.patch to source-date.patch * Adjust build-time.patch so comments are more consistent with other patches. * Adjust source-date.patch so comments are more consistent with other patches. * Add new patch deterministic-sort.patch (closes: #795835). - This is a request from the Reproducible Builds project - This patch makes class and modules ordering predictable * Add new patch hide-memory-addresses.patch (closes: #795826). - This is a request from the Reproducible Builds project - This patch fixes __repr__ so memory addresses don't appear in docs -- Kenneth J. Pronovici <email address hidden> Mon, 17 Aug 2015 21:01:13 -0500
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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
epydoc_3.0.1+dfsg-12.dsc | 1.8 KiB | 3f14250a7caf124fbe872eb4800011103744224660243c1c161e444248eae97d |
epydoc_3.0.1+dfsg.orig.tar.gz | 1.8 MiB | de88f2f04dd43cb3e69688af1ac5fee16db7074bf71fff8605ef1ce2b0e54429 |
epydoc_3.0.1+dfsg-12.debian.tar.xz | 32.5 KiB | d106ee2951b144cedbd0ff9e4fffb124de353886079d7119edaf9e3adc1666a1 |
Available diffs
- diff from 3.0.1+dfsg-11 to 3.0.1+dfsg-12 (4.3 KiB)
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.