{"library":"sphinxcontrib-nwdiag","title":"Sphinx nwdiag Extension","type":"library","description":"Sphinx extension to embed nwdiag (network diagram) diagrams using the blockdiag family. Version 2.0.0 released January 2018; maintained in maintenance mode. Supports Python 2.7+ and 3.x.","language":"python","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["pip install sphinxcontrib-nwdiag"],"cli":null},"imports":["from sphinxcontrib import nwdiag"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"http://github.com/blockdiag/sphinxcontrib-nwdiag","docs":null,"changelog":null,"pypi":"https://pypi.org/project/sphinxcontrib-nwdiag/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"# conf.py\nextensions = ['sphinxcontrib.nwdiag']\n\n# index.rst\n.. nwdiag::\n\n   nwdiag {\n     network dmz {\n         address = \"210.x.x.x/24\"\n         web01 [address = \"210.x.x.1\"];\n         web02 [address = \"210.x.x.2\"];\n     }\n     network internal {\n         web01;\n         web02;\n         db01;\n         db02;\n     }\n   }","lang":"python","description":"Add extension to conf.py and use nwdiag directive in reStructuredText.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}