Metadata-Version: 1.0
Name: rst2rst
Version: 0.1
Summary: Transform reStructuredText documents. Standardize RST syntax
Home-page: https://github.com/benoitbryon/rst2rst
Author: Benoit Bryon
Author-email: benoit@marmelune.net
License: BSD
Description: #######
        rst2rst
        #######
        
        This project provides a `docutils`_ writer that produces `reStructuredText`_.
        It allows users to transform RST documents, as an example, to standardize or
        beautify RST syntax.
        
        A ``rst2rst`` command is also provided.
        
        The project was initiated as an utility for a `style guide for Sphinx-based
        documentations`_. See also the `original ticket`_.
        
        
        **********
        Ressources
        **********
        
        * `code repository`_
        * `bugtracker`_
        
        
        **********
        References
        **********
        
        .. target-notes::
        
        .. _`docutils`: http://docutils.sourceforge.net/
        .. _`reStructuredText`: http://docutils.sourceforge.net/rst.html
        .. _`style guide for Sphinx-based documentations`:
           http://documentation-style-guide-sphinx.readthedocs.org
        .. _`original ticket`:
           https://github.com/benoitbryon/documentation-style-guide-sphinx/issues/8
        .. _`code repository`: https://github.com/benoitbryon/rst2rst
        .. _`bugtracker`: https://github.com/benoitbryon/rst2rst/issues
        
Keywords: rst writer reStructuredText
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Text Processing
