python-docutils
Docutils is a modular system for processing documentation into useful formats,
such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an
easy-to-read, what-you-see-is-what-you-get plaintext markup syntax.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-docutils && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
docutils-0.21.2.tar.gz | 0002204444 2.1 MB | |
python-docutils-rpmlintrc | 0000000024 24 Bytes | |
python-docutils.changes | 0000034677 33.9 KB | |
python-docutils.spec | 0000004442 4.34 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1220388
from
Steve Kowalik (StevenK)
(revision 41)
- Update to 0.21.2: * General: + Drop support for Python 3.7 and 3.8. + Provide rst2* "console_scripts" entry points (without the .py extension) instead of installing the rst2*.py front end tools in the binary PATH. + Use docutils --reader=pep --writer=pep_html for a PEP preview. + Use python -m docutils.writers.odf_odt.prepstyles to strip the page size from an ODT writer stylesheet. + Use the same CSV format for the :header: option and the main data of the "csv-table" directive. + New option "loading" for the "image" directive. Sets the new attribute loading of the <image> doctree element. * Configuration changes: + New configuration setting root_prefix. Configurable root directory for included files. + New configuration setting sources for the "buildhtml.py" application. + Simpler and more secure input encoding default behaviour: # Do not use the locale encoding as fallback if Python is started in UTF-8 mode. Stop using "latin1" as second fallback. # Remove BOM (U+FEFF ZWNBSP at start of data) only if the input_encoding configuration setting is None, '', 'utf-8-sig', 'utf-16', or 'utf-32'. Do not remove other ZWNBSPs.
Comments 0