Metadata-Version: 1.1
Name: sphinxcontrib-nwdiag
Version: 0.9.0
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: ====================
        sphinxcontrib-nwdiag
        ====================
        
        A sphinx extension for embedding network related diagrams using blockdiag_.
        
        For now, nwdiag supports these diagrams:
        
        - logical network diagram
        - rack structure diagram
        - packet structure diagram
        
        This extension enables you to insert network related diagrams into your document.
        Following code is an example::
        
           .. nwdiag::
        
              nwdiag {
                network {
                  web01; web02;
                }
                network {
                  web01; web02; db01;
                }
              }
        
        .. _nwdiag: http://bitbucket.org/blockdiag/nwdiag/
        
        
        For more details, see `online documentation`_ at http://blockdiag.com/.
        
        .. _online documentation: http://blockdiag.com/en/nwdiag/sphinxcontrib.html
        
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: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
