Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
epydoc - Automatic API documentation generation tool for Python
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.
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| epydoc |
2.1 |
7.el5 |
src |
521 KiB |
Wed Feb 20 22:13:03 2008 |
Changelog
- * Mon Dec 11 22: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 22: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 22:00:00 2006 Matthias Saou <http://freshrpms.net/> 2.1-5
- FC6 rebuild.
- Add %{?dist} tag.
- Update summary line.