{ "info": { "author": "Takeshi KOMIYA", "author_email": "i.tkomiya@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Web Environment", "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Documentation", "Topic :: Documentation :: Sphinx", "Topic :: Utilities" ], "description": "sphinxcontrib-astah\n====================\n\n.. image:: https://travis-ci.org/tk0miya/sphinxcontrib-astah.svg?branch=master\n :target: https://travis-ci.org/tk0miya/sphinxcontrib-astah\n\n.. image:: https://coveralls.io/repos/tk0miya/sphinxcontrib-astah/badge.png?branch=master\n :target: https://coveralls.io/r/tk0miya/sphinxcontrib-astah?branch=master\n\n.. image:: https://codeclimate.com/github/tk0miya/sphinxcontrib-astah/badges/gpa.svg\n :target: https://codeclimate.com/github/tk0miya/sphinxcontrib-astah\n\nThis package contains the astah Sphinx extension.\n\nThis extension enable you to embed diagrams by astah_ .\nFollowing code is sample::\n\n .. image:: [filename]\n\n .. astah-image:: [filename]\n\n .. astah-figure:: [filename]\n\n caption of figure\n\n.. _astah: http://astah.change-vision.com/\n\nSetting\n=======\n\nInstall\n-------\n\n::\n\n $ pip install sphinxcontrib-astah\n\n\nThis extension uses astah from commandline. You need to setup astah and Java package.\n\n\nConfigure Sphinx\n----------------\n\nAdd ``sphinxcontrib.astah`` to ``extensions`` at `conf.py`::\n\n extensions += ['sphinxcontrib.astah']\n\nAnd set your API key to ``astah_command_path``::\n\n astah_command_path = '/path/to/astah-command.sh'\n\n\nDirective\n=========\n\n`.. image:: [filename]`, `.. figure:: [filename]`\n\n With this extension, `image` and `figure` directives can embed astah image to documents.\n At the same time, the directives accept `sheet` parameter through `:option:` option.\n\n Examples::\n\n .. image:: my-diagram.asta\n\n .. figure:: my-diagram.asta\n\n caption\n\n .. image:: my-diagram.asta\n :option: sheet=class-diagram\n\n`.. astah-image:: [filename]`\n\n This directive insert a diagram into the document.\n If your diagram has multiple sheets, specify sheetid after ``#``.\n\n Examples::\n\n .. astah-image:: my-diagram.asta\n\n .. astah-image:: my-diagram.asta#class-diagram\n\n Options are same as `image directive`_ .\n\n`.. astah-figure:: [filename]`\n\n This directive insert a diagram and its caption into the document.\n\n Examples::\n\n .. astah-figure:: my-diagram.asta\n\n Structure of this system\n\n Options are same as `figure directive`_ .\n\n.. _image directive: http://docutils.sourceforge.net/docs/ref/rst/directives.html#image\n.. _figure directive: http://docutils.sourceforge.net/docs/ref/rst/directives.html#figure\n\nConfiguration Options\n======================\n\nastah_command_path\n\n path to astah-command.sh (or astah-command.bat)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tk0miya/sphinxcontrib-astah", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "sphinxcontrib-astah", "package_url": "https://pypi.org/project/sphinxcontrib-astah/", "platform": "any", "project_url": "https://pypi.org/project/sphinxcontrib-astah/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tk0miya/sphinxcontrib-astah" }, "release_url": "https://pypi.org/project/sphinxcontrib-astah/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Sphinx \"astah\" extension; embed diagram by using astah", "version": "1.0.0" }, "last_serial": 1689600, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d3b2d2b4f5e6b32ea9154c24a84347dd", "sha256": "a8177a8e955f7e331ccf631988d7af9f2b229216da91c980bac3b5dcd2c7bd28" }, "downloads": -1, "filename": "sphinxcontrib_astah-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d3b2d2b4f5e6b32ea9154c24a84347dd", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5843, "upload_time": "2014-08-22T08:16:47", "url": "https://files.pythonhosted.org/packages/ce/9a/01a32c6a38058b88dbac45c82c99175cbb4d8fe9048828654727a8641949/sphinxcontrib_astah-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f1da976c95f892fc8146f431d6a649b1", "sha256": "70084516f658979be8d158df821486d33e1004d2f0dc71c986bc9500c60255d7" }, "downloads": -1, "filename": "sphinxcontrib-astah-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f1da976c95f892fc8146f431d6a649b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3932, "upload_time": "2014-08-22T08:16:43", "url": "https://files.pythonhosted.org/packages/0d/37/5a207664a92ffcc69efd851611f822a6c26edaa8f734aece39e9185a67af/sphinxcontrib-astah-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "bc742fc08047004c1808090a847674f5", "sha256": "f5022d9577b36c4ed55113b98a1e86bae3da6b081fac50a5ae4f8065d71265bf" }, "downloads": -1, "filename": "sphinxcontrib_astah-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bc742fc08047004c1808090a847674f5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6100, "upload_time": "2015-05-18T10:00:02", "url": "https://files.pythonhosted.org/packages/f8/09/cadda252b99c35690482b995838c8a42e19cff643ddba14c4b2ece381dfc/sphinxcontrib_astah-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de8314b9a17bf2253c5f944a8de42a60", "sha256": "a5c6bf61737d2e8098ed071d7996f8d8a3cd12f2dce953866420f9df51982667" }, "downloads": -1, "filename": "sphinxcontrib-astah-0.2.0.tar.gz", "has_sig": false, "md5_digest": "de8314b9a17bf2253c5f944a8de42a60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4433, "upload_time": "2015-05-18T09:59:58", "url": "https://files.pythonhosted.org/packages/e4/e8/a5e65d09b0b52f74faf659d81d91c31f900fefe4cc8554233d3deda1758f/sphinxcontrib-astah-0.2.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "497434a9297b0da8104cfb1966fd0cc1", "sha256": "a6a023c0d881b5e567d0ef0b48e632a333401553a864e7644685dc91931fd6dc" }, "downloads": -1, "filename": "sphinxcontrib_astah-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "497434a9297b0da8104cfb1966fd0cc1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6012, "upload_time": "2015-06-26T08:22:58", "url": "https://files.pythonhosted.org/packages/d3/1c/a66dbd492ec653f0e1d5950acced60958853bc02e9642c713ef46d693957/sphinxcontrib_astah-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5df098974155ae7fddf11b6b8d1051ca", "sha256": "beadc20daa10d3a0553fbde29a854a1e943435b15012b18740d71cd466e676a4" }, "downloads": -1, "filename": "sphinxcontrib-astah-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5df098974155ae7fddf11b6b8d1051ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4252, "upload_time": "2015-06-26T08:22:55", "url": "https://files.pythonhosted.org/packages/ee/63/2bd48b01ffde744593f1a08f4ceb76d09bc29c49481748ea181b98dbf3fe/sphinxcontrib-astah-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "497434a9297b0da8104cfb1966fd0cc1", "sha256": "a6a023c0d881b5e567d0ef0b48e632a333401553a864e7644685dc91931fd6dc" }, "downloads": -1, "filename": "sphinxcontrib_astah-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "497434a9297b0da8104cfb1966fd0cc1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6012, "upload_time": "2015-06-26T08:22:58", "url": "https://files.pythonhosted.org/packages/d3/1c/a66dbd492ec653f0e1d5950acced60958853bc02e9642c713ef46d693957/sphinxcontrib_astah-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5df098974155ae7fddf11b6b8d1051ca", "sha256": "beadc20daa10d3a0553fbde29a854a1e943435b15012b18740d71cd466e676a4" }, "downloads": -1, "filename": "sphinxcontrib-astah-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5df098974155ae7fddf11b6b8d1051ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4252, "upload_time": "2015-06-26T08:22:55", "url": "https://files.pythonhosted.org/packages/ee/63/2bd48b01ffde744593f1a08f4ceb76d09bc29c49481748ea181b98dbf3fe/sphinxcontrib-astah-1.0.0.tar.gz" } ] }