Metadata-Version: 1.0
Name: gir2rst
Version: 0.2
Summary: ReST-based Sphinx documentation from GIR files
Home-page: http://github.com/matze/gir2rst
Author: Matthias Vogelgesang
Author-email: matthias.vogelgesang@gmail.com
License: GPL v3
Description: gir2rst
        =======
        
        gir2rst provides a package and command-line tool to create Sphinx documentation
        from GObject-Introspection files.
        
        
        Installation
        ------------
        
        Fetch the latest version from Github ::
        
            git clone git://github.com/matze/gir2rst.git
        
        and install with::
        
            python setup.py install
        
        
        Usage
        -----
        
        The command line tool ``gir2rst`` will parse the provided .gir files and output
        the resulting Sphinx documentation on stdout::
        
            gir2rst /home/user/path/to/gir/Library-x.y.gir
        
        
Keywords: rst,gir
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
