{ "info": { "author": "Dennis Edward Kalinowski", "author_email": "dekalinowski@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Sphinx", "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4", "Topic :: Documentation", "Topic :: Documentation :: Sphinx", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Documentation" ], "description": "==============================================================================\nSimulink diagrams embedded in .rst documentation\n==============================================================================\n\nThe ``simulink-diagram`` directive requires at minimum one argument specifying\nthe Simulink ``system``:\n\n.. code-block:: rest\n\n .. simulink-diagram:: System\n\nAdditional options exist, including:\n\n* ``dir``: the directory containing ``system``\n* ``addpath``: one or more directories containing dependencies needed by the\n ``system`` (if multiple directories, use a semi-colon, e.g. path1;path2;path3)\n* ``preload``: specify a MATLAB script file (.m) to load before opening the\n ``system`` for print\n* ``subsystem``: the layer in the ``system`` to navigate and print from\n\nNote: All directories may be specified either as relative to the .rst document\nor an absolute path. If a list of directories, a mix of both may be employed.\n\n.. code-block:: rest\n\n .. simulink-diagram:: System\n :dir: optional/path/to/model\n :addpath: optional/dependency/path;another/path/to/a/dependency;\n feel/free/to/split/across/lines;C:/And/With/Absolute/Paths\n :preload: optional_preload.m\n :subsystem: SubsystemLayerInModel/At/Any/Depth\n\n\nDependencies\n------------------------------------------------------------------------------\n\nEnsure you install the following into your Python environment:\n\n* Sphinx (see http://www.sphinx-doc.org)\n* matlab.engine (see MathWorks documentation, first introduced in R2014B)\n\nExample\n------------------------------------------------------------------------------\n\nPlease look in this repository's \"example\" folder for an example.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dekalinowski/sphinx-simulink", "keywords": "sphinx documentation simulink", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sphinx-simulink", "package_url": "https://pypi.org/project/sphinx-simulink/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sphinx-simulink/", "project_urls": { "Homepage": "https://github.com/dekalinowski/sphinx-simulink" }, "release_url": "https://pypi.org/project/sphinx-simulink/0.0.1/", "requires_dist": [ "docutils", "sphinx" ], "requires_python": "", "summary": "Sphinx plugin to include MATLAB/Simulink models into .rst", "version": "0.0.1" }, "last_serial": 2185507, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6cda7213ecc83a40f9cfc07d022d2e4b", "sha256": "03098257bd1116bbec37f60a97d270d17f69aaa2e7b55496457f7b4c77ca4468" }, "downloads": -1, "filename": "sphinx_simulink-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6cda7213ecc83a40f9cfc07d022d2e4b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7593, "upload_time": "2016-06-24T15:43:45", "url": "https://files.pythonhosted.org/packages/9f/78/2e4bceea1acb8302815ba28c04c63357eb9f3e6e51df4df80dd5f0531fdd/sphinx_simulink-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "937ae17c559a7bd4b03dd905a001ab29", "sha256": "e1f79d3550fffa4b54323c280dcbb46dd535460379b3f4f1d3c48e623f8f2637" }, "downloads": -1, "filename": "sphinx-simulink-0.0.1.zip", "has_sig": false, "md5_digest": "937ae17c559a7bd4b03dd905a001ab29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10874, "upload_time": "2016-06-24T15:43:53", "url": "https://files.pythonhosted.org/packages/ec/62/e90b4980ed7c7215f7dff68b0906ffa5be3cb8bff32acc2b0834adab6a46/sphinx-simulink-0.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6cda7213ecc83a40f9cfc07d022d2e4b", "sha256": "03098257bd1116bbec37f60a97d270d17f69aaa2e7b55496457f7b4c77ca4468" }, "downloads": -1, "filename": "sphinx_simulink-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6cda7213ecc83a40f9cfc07d022d2e4b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7593, "upload_time": "2016-06-24T15:43:45", "url": "https://files.pythonhosted.org/packages/9f/78/2e4bceea1acb8302815ba28c04c63357eb9f3e6e51df4df80dd5f0531fdd/sphinx_simulink-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "937ae17c559a7bd4b03dd905a001ab29", "sha256": "e1f79d3550fffa4b54323c280dcbb46dd535460379b3f4f1d3c48e623f8f2637" }, "downloads": -1, "filename": "sphinx-simulink-0.0.1.zip", "has_sig": false, "md5_digest": "937ae17c559a7bd4b03dd905a001ab29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10874, "upload_time": "2016-06-24T15:43:53", "url": "https://files.pythonhosted.org/packages/ec/62/e90b4980ed7c7215f7dff68b0906ffa5be3cb8bff32acc2b0834adab6a46/sphinx-simulink-0.0.1.zip" } ] }