sphinxcontrib-nwdiag

Sphinx "nwdiag" extension


License
BSD-3-Clause
Install
pip install sphinxcontrib-nwdiag==0.9.3

Documentation

sphinxcontrib-nwdiag

image

image

image

A sphinx extension for embedding network related diagrams using nwdiag.

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;
     }
   }

For more details, see online documentation at http://blockdiag.com/.