====================
sphinxcontrib-nwdiag
====================
.. image:: https://travis-ci.org/blockdiag/sphinxcontrib-nwdiag.svg?branch=master
:target: https://travis-ci.org/blockdiag/sphinxcontrib-nwdiag
.. image:: https://coveralls.io/repos/blockdiag/sphinxcontrib-nwdiag/badge.png?branch=master
:target: https://coveralls.io/r/blockdiag/sphinxcontrib-nwdiag?branch=master
.. image:: https://codeclimate.com/github/blockdiag/sphinxcontrib-nwdiag/badges/gpa.svg
:target: https://codeclimate.com/github/blockdiag/sphinxcontrib-nwdiag
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;
}
}
.. _nwdiag: http://bitbucket.org/blockdiag/nwdiag/
For more details, see `online documentation`_ at http://blockdiag.com/.
.. _online documentation: http://blockdiag.com/en/nwdiag/sphinxcontrib.html
Raw data
{
"_id": null,
"home_page": "http://github.com/blockdiag/sphinxcontrib-nwdiag",
"name": "sphinxcontrib-nwdiag",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Takeshi KOMIYA",
"author_email": "i.tkomiya@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c2/8f/cd2a0de83619e0506edd3cfa6a743e030e4665de71d621802796b69dee9b/sphinxcontrib-nwdiag-2.0.0.tar.gz",
"platform": "any",
"description": "====================\nsphinxcontrib-nwdiag\n====================\n\n.. image:: https://travis-ci.org/blockdiag/sphinxcontrib-nwdiag.svg?branch=master\n :target: https://travis-ci.org/blockdiag/sphinxcontrib-nwdiag\n\n.. image:: https://coveralls.io/repos/blockdiag/sphinxcontrib-nwdiag/badge.png?branch=master\n :target: https://coveralls.io/r/blockdiag/sphinxcontrib-nwdiag?branch=master\n\n.. image:: https://codeclimate.com/github/blockdiag/sphinxcontrib-nwdiag/badges/gpa.svg\n :target: https://codeclimate.com/github/blockdiag/sphinxcontrib-nwdiag\n\nA sphinx extension for embedding network related diagrams using nwdiag_.\n\nFor now, nwdiag supports these diagrams:\n\n- logical network diagram\n- rack structure diagram\n- packet structure diagram\n\nThis extension enables you to insert network related diagrams into your document.\nFollowing code is an example::\n\n .. nwdiag::\n\n nwdiag {\n network {\n web01; web02;\n }\n network {\n web01; web02; db01;\n }\n }\n\n.. _nwdiag: http://bitbucket.org/blockdiag/nwdiag/\n\n\nFor more details, see `online documentation`_ at http://blockdiag.com/.\n\n.. _online documentation: http://blockdiag.com/en/nwdiag/sphinxcontrib.html\n\n\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Sphinx \"nwdiag\" extension",
"version": "2.0.0",
"project_urls": {
"Homepage": "http://github.com/blockdiag/sphinxcontrib-nwdiag"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "af0a8c12e9fd26efd667468c9127b907bdb76d8d325806b55b47e1a3049fc8cc",
"md5": "2c3aa28f5c90ae7a67071798d3aa145f",
"sha256": "5aae8c83b19e940409554b69249cf97e4f565331effd208cca9fddbc90b6ea36"
},
"downloads": -1,
"filename": "sphinxcontrib_nwdiag-2.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2c3aa28f5c90ae7a67071798d3aa145f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 13248,
"upload_time": "2019-12-10T17:02:12",
"upload_time_iso_8601": "2019-12-10T17:02:12.194849Z",
"url": "https://files.pythonhosted.org/packages/af/0a/8c12e9fd26efd667468c9127b907bdb76d8d325806b55b47e1a3049fc8cc/sphinxcontrib_nwdiag-2.0.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c28fcd2a0de83619e0506edd3cfa6a743e030e4665de71d621802796b69dee9b",
"md5": "d57f8379f6e2ca106a5b58cba0678480",
"sha256": "6ee95ad43bad46fe8dc1f65185c8997cb1d16665eee36a7eaaf6de13137ff859"
},
"downloads": -1,
"filename": "sphinxcontrib-nwdiag-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "d57f8379f6e2ca106a5b58cba0678480",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7938,
"upload_time": "2019-12-10T17:02:13",
"upload_time_iso_8601": "2019-12-10T17:02:13.451429Z",
"url": "https://files.pythonhosted.org/packages/c2/8f/cd2a0de83619e0506edd3cfa6a743e030e4665de71d621802796b69dee9b/sphinxcontrib-nwdiag-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2019-12-10 17:02:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "blockdiag",
"github_project": "sphinxcontrib-nwdiag",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "sphinxcontrib-nwdiag"
}