{ "info": { "author": "Takeshi KOMIYA", "author_email": "i.tkomiya@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Topic :: Documentation", "Topic :: Documentation :: Sphinx", "Topic :: Utilities" ], "description": "===============================\nsphinxcontrib-details-directive\n===============================\n\n``details`` directive for Sphinx\n\nIt enables ``details`` directive as an element to represent ``
`` element in HTML output.\nIt will be converted into mere paragraphs in other output formats.\n\n## Install\n\nInstall the package via pip\n```\n$ pip install sphinxcontrib-details-directive\n```\n\nAnd append `sphinxcontrib.details.directive` to extensions list in your conf.py.\n```\nextensions = ['sphinxcontrib.details.directive]\n```\n\n## Directive\n\n**details**\n\n ``details`` directive create a ``
`` block containing following contents::\n\n .. details:: summary of the detail block\n\n description of the details block.\n blah blah blah\n\n It will be rendered with ``
`` tag in HTML output. On the other hand, for\n other output formats, it will be rendered as mere paragraphs.\n\n ``:open:`` flag is allowed to indicate the details block is opened by default.\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tk0miya/sphinxcontrib-details-directive/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sphinxcontrib-details-directive", "package_url": "https://pypi.org/project/sphinxcontrib-details-directive/", "platform": "", "project_url": "https://pypi.org/project/sphinxcontrib-details-directive/", "project_urls": { "Homepage": "https://github.com/tk0miya/sphinxcontrib-details-directive/" }, "release_url": "https://pypi.org/project/sphinxcontrib-details-directive/0.1.0/", "requires_dist": [ "Sphinx (>=2.0)", "tox ; extra == 'test'", "flake8 ; extra == 'test'", "flake8-import-order ; extra == 'test'", "pytest ; extra == 'test'", "mypy ; extra == 'test'" ], "requires_python": "", "summary": "\"details\" directive for Sphinx", "version": "0.1.0" }, "last_serial": 5869088, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3872f2af0a908ddde00e3983b443e78b", "sha256": "ed4d4f47b36e3e905601d425945cbe9d50d4cbcf9964bbf9c863d5a983fb7bf6" }, "downloads": -1, "filename": "sphinxcontrib_details_directive-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3872f2af0a908ddde00e3983b443e78b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10724, "upload_time": "2019-09-22T13:24:25", "url": "https://files.pythonhosted.org/packages/10/9e/9cb96fbdca829ba3eb094d966d0f48bb018215e73f96c8750088e73f2f19/sphinxcontrib_details_directive-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10305183fcc0c1cd52defcb5e2dffec4", "sha256": "78bd6a67f786a21868abf0e6a5973340d7e7a6fd71b1890de9c856f92877b38b" }, "downloads": -1, "filename": "sphinxcontrib-details-directive-0.1.0.tar.gz", "has_sig": false, "md5_digest": "10305183fcc0c1cd52defcb5e2dffec4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7969, "upload_time": "2019-09-22T13:24:27", "url": "https://files.pythonhosted.org/packages/62/0a/2de87a4f6e0e33415692ed4b03e0b7dfde7d91a691d1486c1577191f875c/sphinxcontrib-details-directive-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3872f2af0a908ddde00e3983b443e78b", "sha256": "ed4d4f47b36e3e905601d425945cbe9d50d4cbcf9964bbf9c863d5a983fb7bf6" }, "downloads": -1, "filename": "sphinxcontrib_details_directive-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3872f2af0a908ddde00e3983b443e78b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10724, "upload_time": "2019-09-22T13:24:25", "url": "https://files.pythonhosted.org/packages/10/9e/9cb96fbdca829ba3eb094d966d0f48bb018215e73f96c8750088e73f2f19/sphinxcontrib_details_directive-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10305183fcc0c1cd52defcb5e2dffec4", "sha256": "78bd6a67f786a21868abf0e6a5973340d7e7a6fd71b1890de9c856f92877b38b" }, "downloads": -1, "filename": "sphinxcontrib-details-directive-0.1.0.tar.gz", "has_sig": false, "md5_digest": "10305183fcc0c1cd52defcb5e2dffec4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7969, "upload_time": "2019-09-22T13:24:27", "url": "https://files.pythonhosted.org/packages/62/0a/2de87a4f6e0e33415692ed4b03e0b7dfde7d91a691d1486c1577191f875c/sphinxcontrib-details-directive-0.1.0.tar.gz" } ] }