Metadata-Version: 1.1
Name: sphinxcontrib-restbuilder
Version: 0.1.dev20171010
Summary: Sphinx extension to output reST files.
Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
Author: Freek Dijkstra
Author-email: software@macfreek.nl
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-restbuilder
Description-Content-Type: UNKNOWN
Description: 
        Sphinx_ extension to build reST (reStructuredText_) files.
        
        This extension is in particular useful to use in combination with the autodoc
        extension to automatically generate documentation for use by any rst parser
        (such as the GitHub wiki).
        
        In itself, the extension is fairly straightforward -- it takes the parsed reST 
        file from Sphinx_ and outputs it as reST.
        
        .. _Sphinx: http://sphinx-doc.org/
        .. _reStructuredText: http://docutils.sourceforge.net/rst.html
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
