Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
epydoc: Edward Loper's Python API documentation generation tool
- 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.
Changelog
- * Mon Dec 20 16:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 2.1-3
- Change to noarch.
- Get Python site-packages dir from distutils, should fix x86_64 build.
- Require python-abi and tkinter.
- %ghost'ify *.pyo.
- Fix man page permissions.
- Add menu entry for epydocgui.
- * Tue Nov 16 16:00:00 2004 Matthias Saou <http://freshrpms.net/> 2.1-2
- Bump release to provide Extras upgrade path.
- * Thu Oct 21 17:00:00 2004 Matthias Saou <http://freshrpms.net/> 2.1-1
- Picked up and rebuilt.
- Added doc and man pages.