Skip to content

hhatto/sphinxcontrib-gruffygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's This

This is Graphing extension for Sphinx . This extension adds the gruffy directive that automatically render graph.

using Gruffy module.

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

About

render Graph Extension for Sphinx

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages