Metadata-Version: 1.0
Name: sphinxcontrib-gruffygen
Version: 0.1.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: What's This
        ===========
        This is Graphing extension for Sphinx_ .
        This extension adds the ``gruffy`` directive that automatically render graph.
        
        using Gruffy_ module.
        
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _Gruffy: http://pypi.python.org/pypi/gruffy/
        
        
        Install
        =======
        used to easy_install::
        
          $ easy_install sphinxcontrib-gruffygen
        
        
        Require
        =======
        Require Sphinx_ and Gruffy_
        
        install::
        
            $ easy_install sphinx
            $ easy_install gruffy
        
        
        Usage
        =====
        basic usage in sphinx documentation::
        
            .. gruffy::
               :type: SideBar
               :title: test graph
               :width: 500
        
                data("foo", [1, 4, 3])
                data("bar", [8, 2, 5])
        
        set to following types,
        
        * Area
        * Bar
        * Dot
        * Line
        * Pie
        * SideBar
        * StackedArea
        * StackedBar
        * StackedSideBar
        
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
