{ "info": { "author": "Nicolas Laurance", "author_email": "nicolas[dot]laurancegmail", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python", "Topic :: Documentation" ], "description": ".. contents::\n\nqubic.sphinx.graphvizinclude\n============================\n\nOverview\n--------\n\nThis package defines an extension for the\n`Sphinx `_ documentation system. The extension\nallows generation of Graphviz from external .dot resources\n\n\nInstallation\n------------\n\nInstall via `easy_install\n`_::\n\n $ bin/easy_install qubic.sphinx.graphvizinclude\n\nor any other means which gets the package on your ``PYTHONPATH``.\n\n\nRegistering the Extension\n-------------------------\n\nAdd ``qubic.sphinx.graphvizinclude`` to the ``extensions`` list in the\n``conf.py`` of the Sphinx documentation for your product. E.g.::\n\n extensions = ['sphinx.ext.autodoc',\n 'sphinx.ext.doctest',\n 'qubic.sphinx.graphvizinclude',\n ]\n\n\nUsing the Extension\n-------------------\n\nAt appropriate points in your document, call out the interface\nautodocs via::\n\n .. graphvizinclude:: ./path_to/graph_definition.dot\n\n\n\nchange history\n--------------\n\n0.1\n~~~\n\nfirst release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "sphinx graphviz", "license": "MIT GPLv3", "maintainer": null, "maintainer_email": null, "name": "qubic.sphinx.graphvizinclude", "package_url": "https://pypi.org/project/qubic.sphinx.graphvizinclude/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/qubic.sphinx.graphvizinclude/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/qubic.sphinx.graphvizinclude/0.1/", "requires_dist": null, "requires_python": null, "summary": "Sphinx extension: graphviz generation of external dot files", "version": "0.1" }, "last_serial": 798357, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3571f1c13356ebcac3f27912e404d6b5", "sha256": "61df0fa5373dd02d8911e04de02699802e97e8790fc0b78f048272a0e2992a3d" }, "downloads": -1, "filename": "qubic.sphinx.graphvizinclude-0.1.tar.gz", "has_sig": false, "md5_digest": "3571f1c13356ebcac3f27912e404d6b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6788, "upload_time": "2011-02-28T17:14:49", "url": "https://files.pythonhosted.org/packages/c5/ed/175d43784ca6c58c61190e05ddb2a8026a6db1cf0ccb7738b8b5f74637b2/qubic.sphinx.graphvizinclude-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3571f1c13356ebcac3f27912e404d6b5", "sha256": "61df0fa5373dd02d8911e04de02699802e97e8790fc0b78f048272a0e2992a3d" }, "downloads": -1, "filename": "qubic.sphinx.graphvizinclude-0.1.tar.gz", "has_sig": false, "md5_digest": "3571f1c13356ebcac3f27912e404d6b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6788, "upload_time": "2011-02-28T17:14:49", "url": "https://files.pythonhosted.org/packages/c5/ed/175d43784ca6c58c61190e05ddb2a8026a6db1cf0ccb7738b8b5f74637b2/qubic.sphinx.graphvizinclude-0.1.tar.gz" } ] }