Metadata-Version: 1.1
Name: sphinxcontrib-nwdiag
Version: 0.7.0
Summary: Sphinx "nwdiag" and "rackdiag" 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 and rackdiag Sphinx extension.
        
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _nwdiag: http://blockdiag.com/en/nwdiag/
        
        This extension enable you to insert network diagrams into your Sphinx document.
        Following code is sample::
        
           .. nwdiag::
        
              diagram {
                network {
                  web01; web02;
                }
                network {
                  web01; web02; db01;
                }
              }
        
        And insert rack structure diagrams::
        
           .. rackdiag::
        
              diagram {
                rackheight = 12;
        
                1: UPS [height = 3];
                4: DB Server (Master)
                5: DB Server (Mirror)
                7: Web Server (1)
                8: Web Server (1)
                9: Web Server (1)
                10: LoadBalancer
              }
        
        
        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: 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
