Metadata-Version: 1.1
Name: sphinxcontrib-sdedit
Version: 0.3.dev20171010
Summary: Sphinx extension for drawing sequence diagrams
Home-page: http://www.shibu.jp/sdeditext/
Author: SHIBUKAWA Yoshiki
Author-email: yoshiki@shibu.jp
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-sdedit
Description-Content-Type: UNKNOWN
Description: 
        This package contains the Sphinx_ extension for sdedit_.
        
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _sdedit: http://sdedit.sourceforge.net/
        
        This extension enable you to insert sequence diagrams of UML in your Sphinx docu
        ment. Following code is sample::
        
           .. sequence-diagram::
        
              actor:Actor
              sphinx:Sphinx[a]
              dot:Graphviz
              sdedit:Quick Sequence Diagram Editor
        
              actor:sphinx.make html
              sphinx:dot.render_diagram()
              sphinx:sdedit.render_diagram()
        
        
        This module needs sdedit_ and PIL.
        
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
