Skip to main content

Sphinx "nwdiag" and "rackdiag" extension

Project description

This package contains the nwdiag Sphinx extension and rackdiag Sphinx extension.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinxcontrib-nwdiag-0.4.1.tar.gz (6.7 kB view details)

Uploaded Source

File details

Details for the file sphinxcontrib-nwdiag-0.4.1.tar.gz.

File metadata

File hashes

Hashes for sphinxcontrib-nwdiag-0.4.1.tar.gz
Algorithm Hash digest
SHA256 f3e4d947e08c194d865767f1b41a9e955f216b5f84272a0c0203fcd1c9af4e0a
MD5 fe67fcb3813c6002ed18d57321771893
BLAKE2b-256 08369ab69b3672f1734a6016e3b1754f0b0f5d845d690faa6408f8d8faa29e39

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page