Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-docutils - System for processing plaintext documentation
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.
Packages
Latest: python-docutils-0.11-0.1.20130715svn7687.el6.fio.src.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
python-docutils |
0 |
0.11 |
0.1.20130715svn7687.el6.fio |
src |
1.6 MiB |
2013-08-29 21:25:15 |
Changelog:
- * 2013-07-15 - Matej Stuchlik <mstuchli[AT]redhat[DOTCOM]> - 0.11-0.1.20130715svn7687
- Rebased to new snapshot
- Removed unnecessary patches
- * 2013-03-21 - Toshio Kuratomi <toshio[AT]fedoraproject[DOTORG]> - 0.10-0.8.20120824svn7502
- Add python3-imaging support :-)
- * 2013-02-14 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 0.10-0.7.20120824svn7502
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- * 2012-08-25 - Toshio Kuratomi <toshio[AT]fedoraproject[DOTORG]> - 0.10-0.6.20120824svn7502
- Further fix of places in the code that use__import__
- * 2012-08-24 - Toshio Kuratomi <toshio[AT]fedoraproject[DOTORG]> - 0.10-0.5.20120824svn7502
- Rebase to new snapshot with some fixes integrated
- Reenable one test that I can't replicate the failure with.