rst2rst
rst2rst copied to clipboard
Transform reStructuredText documents. Standardize RST syntax.
See also #24. Try https://pypi.python.org/pypi/tox/ and see whether it makes it easy. Or, maybe, propose another tool.
While processing ``new_life_of_petunia_dursley.rst`` (from https://gitlab.com/mcepl/petunia_dursley/) I got this error with ``rst2rst`` from the ``master`` HEAD: ``` matej@mitmanek: petunia_dursley (master *%)$ rst2rst --traceback new_life_of_petunia_dursley.rst /tmp/petunia.rst Traceback (most recent call last): File...
All builds.. ``` if [ ! -x /home/travis/build/jayvdb/rst2rst/bin/buildout ]; then /home/travis/virtualenv/python2.7.9/bin/python /home/travis/build/jayvdb/rst2rst/lib/buildout/bootstrap.py -c /home/travis/build/jayvdb/rst2rst/etc/buildout.cfg --version=1.7.1 --distribute buildout:directory=/home/travis/build/jayvdb/rst2rst; fi Traceback (most recent call last): File "/home/travis/build/jayvdb/rst2rst/lib/buildout/bootstrap.py", line 160, in options.setup_source).read().replace('\r\n', '\n')...
Requires #26, follows #19. > It almost works in Python 2.5 too: there are a pair of with which require from future import with_statement imports, and 3 str.format() calls which...
#18 introduces support for both docutils 0.10 and 0.9.1. We need to run tests with **all** the versions... ... or explicitely require docutils >= 0.10. But since #18 supports both,...
See #18. @masklinn: I added you in AUTHORS, with data from `git log`. Feel free to change your signature ;)
Develop against latest docutils version => upgrade versions in https://github.com/benoitbryon/rst2rst/blob/master/buildout.cfg See also #18.
Have some "packaging.py" for PEP396TestCase and "writer.py" for WriterTestCase. See also changelog related to #18.
Make it clear that rst2rst is "in development". setup.py already reports "Development Status :: 3 - Alpha" but that's quite invisible on PyPI. Something like: "in development ; many reStructuredTextElements...
`rst2rst --version` echoes version number to standard output.