Metadata-Version: 1.0
Name: sphinxcontrib-gruffygen
Version: 0.1
Summary: Gruffy Sphinx extension
Home-page: http://pypi.python.org/pypi/sphinxcontrib-gruffygen/
Author: Hideo Hattori
Author-email: hhatto.jp@gmail.com
License: BSD
Description: 
        This package contains the Gruffy_ Sphinx_ extension.
        
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _Gruffy: https://pypi.python.org/pypi/gruffy
        
        Gruffy is Graphing Library.
        
        This extension adds the ``gruffy`` directive that automatically selects the
        image format to use acording to the Sphinx_ writer used to generate the
        documentation.
        
        Usage example::
        
            .. gruffy::
                :width: 500
                :title: Sphinx with Gruffy
        
                data("test" (1, 3, 5, 3))
                data("test-long" (5, 3, 2, 6))
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
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
