Skip to content

blockdiag/sphinxcontrib-nwdiag

Repository files navigation

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/.