{ "info": { "author": "Takeshi KOMIYA", "author_email": "i.tkomiya@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Documentation", "Topic :: Documentation :: Sphinx" ], "description": "sphinxcontrib-toc\n=================\n\n``sphinxcontrib-toc`` is a Sphinx extension to allow .toc file to build\nthe Table of Contents.\n\nThis extension empower you to build complicated document with markup\nlanguages which can not define toctrees. Specifically, combination with\nrecommonmark, you don't need to write any reStructuredText in your document!\n\nUsage\n-----\n\nAppend this extension in conf.py::\n\n extensions = ['sphinxcontrib.toc']\n\n\nAnd configure following settings:\n\n``toc_title``\n The default title of toctree if no titles in .toc file. By default,\n ``\"{project} Documentation\"``.\n\n``toc_numbered``\n Same as ``:numbered:`` option of toctree directive. If enabled,\n Sphinx assigns section numbers. By default, ``true``.\n\n\n.toc file\n---------\n\n.toc file is a list of documents like ``toctree`` directive::\n\n section1\n section2\n section3\n\nYou may define the title of toctree at top of the file::\n\n # The title of document\n section1\n section2\n section3\n\n\nTips\n----\n\nYou can use \"nested\" .toc file like following::\n\n /index.toc\n /part1.rst\n /part2.rst\n /part3/index.toc\n /part3/section1.toc\n /part3/section2.toc\n\n # In /index.toc\n part1\n part2\n part3/index\n\n # In /part3/index.toc\n section1\n section2\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tk0miya/sphinxcontrib-toc", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "sphinxcontrib-toc", "package_url": "https://pypi.org/project/sphinxcontrib-toc/", "platform": "any", "project_url": "https://pypi.org/project/sphinxcontrib-toc/", "project_urls": { "Homepage": "https://github.com/tk0miya/sphinxcontrib-toc" }, "release_url": "https://pypi.org/project/sphinxcontrib-toc/0.9.0/", "requires_dist": null, "requires_python": "", "summary": "Sphinx extension to allow .toc file to builde the Table of Contents", "version": "0.9.0" }, "last_serial": 2544071, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "1fe60615ae3f64d4ba8cfdc1e9580423", "sha256": "8e9a98f1d139bf2dc56a955f515bd20d77c639b9fd57914e3d226bdf7d2bbb51" }, "downloads": -1, "filename": "sphinxcontrib_toc-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1fe60615ae3f64d4ba8cfdc1e9580423", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5181, "upload_time": "2016-12-29T11:59:51", "url": "https://files.pythonhosted.org/packages/83/2e/090c0be774098b52d3fb26b2bef1224e1b6f0fd7db68463ce552bf328ab2/sphinxcontrib_toc-0.9.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a0dba721feba66edc90b4513b5a8078d", "sha256": "68375c0d50dcdd36c5120f2e4b4bf697dc919542d0ff9eef736238c08ce6eec4" }, "downloads": -1, "filename": "sphinxcontrib-toc-0.9.0.tar.gz", "has_sig": false, "md5_digest": "a0dba721feba66edc90b4513b5a8078d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3086, "upload_time": "2016-12-29T11:59:48", "url": "https://files.pythonhosted.org/packages/59/87/ade4bae09c500a6d0d16e43c980ef6ffeb6aa5828ae9ae15d8822fce257c/sphinxcontrib-toc-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1fe60615ae3f64d4ba8cfdc1e9580423", "sha256": "8e9a98f1d139bf2dc56a955f515bd20d77c639b9fd57914e3d226bdf7d2bbb51" }, "downloads": -1, "filename": "sphinxcontrib_toc-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1fe60615ae3f64d4ba8cfdc1e9580423", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5181, "upload_time": "2016-12-29T11:59:51", "url": "https://files.pythonhosted.org/packages/83/2e/090c0be774098b52d3fb26b2bef1224e1b6f0fd7db68463ce552bf328ab2/sphinxcontrib_toc-0.9.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a0dba721feba66edc90b4513b5a8078d", "sha256": "68375c0d50dcdd36c5120f2e4b4bf697dc919542d0ff9eef736238c08ce6eec4" }, "downloads": -1, "filename": "sphinxcontrib-toc-0.9.0.tar.gz", "has_sig": false, "md5_digest": "a0dba721feba66edc90b4513b5a8078d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3086, "upload_time": "2016-12-29T11:59:48", "url": "https://files.pythonhosted.org/packages/59/87/ade4bae09c500a6d0d16e43c980ef6ffeb6aa5828ae9ae15d8822fce257c/sphinxcontrib-toc-0.9.0.tar.gz" } ] }