Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-docutils: A system for processing plaintext documentation
| Name: | python-docutils |
Vendor: | http://www.karan.org/ |
| Version: | 0.3.7 |
License: | Public domain, BSD, PSF, GPL - see COPYING.txt |
| Release: | 5 |
URL: | http://docutils.sourceforge.net |
- Summary
- The Docutils project specifies a plaintext markup language, reStructuredText,
which is easy to read and quick to write. The project includes a python
library to parse rST files and transform them into other useful formats such
as HTML, XML, and TeX as well as commandline tools that give the enduser
access to this functionality.
Currently, the library supports parsing rST that is in standalone files and
PEPs (Python Enhancement Proposals). Work is underway to parse rST from
Python inline documentation modules and packages.
Changelog
- * Sat Mar 12 22:00:00 2005 Toshio Kuratomi <toshio.tiki-lounge.com> 0.3.7-5
- Add GPL as a license (mschwendt)
- Use versioned Obsoletes and Provides (mschwendt)
- * Fri Mar 4 22:00:00 2005 Toshio Kuratomi <toshio.tiki-lounge.com> 0:0.3.7-4
- Rename to python-docutils per the new packaging guidelines.
- * Wed Jan 12 22:00:00 2005 Toshio Kuratomi <toshio.tiki-lounge.com> 0:0.3.7-0.fdr.3
- Really install roman.py and build roman.py[co]. Needed to make sure I have
docutils installed to test that it builds roman.py fine in that case.