{ "info": { "author": "Shoji KUMAGAI", "author_email": "take.this.2.your.grave@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=========================\n sphinxcontrib.marmaidjs\n=========================\n\nSphinx extenstion to generate diagrams and flowcharts via Mermaid.js.\n\nFeature\n=======\n\n* provide ``mermaidjs`` directives to generate diagrams and flowcharts for reStructuredText\n\nInstallation\n============\n\nInstall via pip::\n\n $ pip install sphinxcontrib.mermaidjs\n\n\nsetup conf.py with::\n\n extensions = ['sphinxcontrib.mermaidjs', ]\n\nThis package is NOT includes Mermaid.js and Mermaid.css themselves.\nSo, you need to add `setup` function into conf.py, as below.\n\n.. code:: python\n\n def setup(app):\n app.add_javascript('path/to/mermaid.min.js')\n app.add_javascript('path/to/mermaid.min.css')\n\nAnd then::\n\n $ make html\n\nLicense\n=======\n\nLicensed under the `Apache Software License `_ .\nSee the LICENSE file for specific terms.\n\n\nAuthors\n=======\n\nSphinx directive and packaging\n------------------------------\n* Shoji Kumagai Sphinx-users.jp\n\nChanges\n=======\n\n0.1.0 (28 Jul, 2017)\n--------------------\n* first release", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shkumagai/sphinxcontrib.mermaidjs", "keywords": "sphinx,mermaidjs,visualization,chart,diagram", "license": "Apache License v2.0", "maintainer": "", "maintainer_email": "", "name": "sphinxcontrib.mermaidjs", "package_url": "https://pypi.org/project/sphinxcontrib.mermaidjs/", "platform": "", "project_url": "https://pypi.org/project/sphinxcontrib.mermaidjs/", "project_urls": { "Homepage": "https://github.com/shkumagai/sphinxcontrib.mermaidjs" }, "release_url": "https://pypi.org/project/sphinxcontrib.mermaidjs/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Sphinx extenstion to generate diagrams and flowcharts via Mermaid.js", "version": "0.1.0" }, "last_serial": 3062071, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b4a3ca4c4864e0c70d3023029ff27ba7", "sha256": "325c47e58ae41de3c14b1167a97bc0487fcee79743f17d48bd852370cc762743" }, "downloads": -1, "filename": "sphinxcontrib.mermaidjs-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b4a3ca4c4864e0c70d3023029ff27ba7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3824, "upload_time": "2017-07-31T17:44:34", "url": "https://files.pythonhosted.org/packages/ec/85/d616c15d3d72d4549c1dd3f25ba98fa522ebf465729712c3d3b3cf293698/sphinxcontrib.mermaidjs-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4a3ca4c4864e0c70d3023029ff27ba7", "sha256": "325c47e58ae41de3c14b1167a97bc0487fcee79743f17d48bd852370cc762743" }, "downloads": -1, "filename": "sphinxcontrib.mermaidjs-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b4a3ca4c4864e0c70d3023029ff27ba7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3824, "upload_time": "2017-07-31T17:44:34", "url": "https://files.pythonhosted.org/packages/ec/85/d616c15d3d72d4549c1dd3f25ba98fa522ebf465729712c3d3b3cf293698/sphinxcontrib.mermaidjs-0.1.0.tar.gz" } ] }