Metadata-Version: 1.0
Name: sphinxcontrib-nwdiag
Version: 0.2.2
Summary: Sphinx "nwdiag" extension
Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
Author: Takeshi Komiya
Author-email: i.tkomiya@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-nwdiag
Description: 
        This package contains the nwdiag Sphinx extension.
        
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _nwdiag: http://tk0miya.bitbucket.org/nwdiag/build/html/index.html
        
        This extension enable you to insert network diagrams in your Sphinx document.
        Following code is sample::
        
           .. nwdiag::
        
              diagram {
                network {
                  web01; web02;
                }
                network {
                  web01; web02; db01;
                }
              }
        
        
        This module needs nwdiag_.
        
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
