Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
epydoc: Automatic API documentation generation tool for Python
- Summary
- Epydoc is a tool for generating API documentation for Python modules,
based on their docstrings. For an example of epydoc's output, see the
API documentation for epydoc itself (html, pdf). 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.
Arch: src
| Download: | epydoc-2.1-7.9.el5.al.src.rpm |
| Build Date: | Fri Nov 23 18:58:02 2007 |
| Packager: | Joel Barrios <http://joel-barrios.blogspot.com/> |
| Size: | 521 KiB |
Changelog
- * Mon Dec 11 18:00:00 2006 Matthias Saou <http://freshrpms.net/> 2.1-7
- Rebuild against python 2.5.
- Remove no longer needed explicit python-abi requirement.
- Change python build requirement to python-devel, as it's needed now.
- * Wed Sep 6 19:00:00 2006 Matthias Saou <http://freshrpms.net/> 2.1-6
- No longer ghost the .pyo files, as per new python guidelines (#205374).
- * Mon Aug 28 19:00:00 2006 Matthias Saou <http://freshrpms.net/> 2.1-5
- FC6 rebuild.
- Add %.9.el5.al tag.
- Update summary line.