{ "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 :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Documentation", "Topic :: Documentation :: Sphinx", "Topic :: Utilities" ], "description": "sphinxcontrib-markdown\n======================\nYet another markdown processor for Sphinx\n\n.. image:: https://travis-ci.org/tk0miya/sphinxcontrib-markdown.svg?branch=master\n :target: https://travis-ci.org/tk0miya/sphinxcontrib-markdown\n\n.. image:: https://coveralls.io/repos/tk0miya/sphinxcontrib-markdown/badge.png?branch=master\n :target: https://coveralls.io/r/tk0miya/sphinxcontrib-markdown?branch=master\n\n.. image:: https://codeclimate.com/github/tk0miya/sphinxcontrib-markdown/badges/gpa.svg\n :target: https://codeclimate.com/github/tk0miya/sphinxcontrib-markdown\n\nSetting\n=======\n\nInstall\n-------\n\n::\n\n $ pip install sphinxcontrib-markdown\n\n\nConfigure Sphinx\n----------------\n\nAdd ``.md`` to ``source_suffix`` and parser class to ``source_parsers`` in your ``conf.py``::\n\n source_suffix = ['.rst', '.md']\n source_parsers = {\n '.md': 'sphinxcontrib.markdown.MarkdownParser'\n }", "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-markdown/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "sphinxcontrib-markdown", "package_url": "https://pypi.org/project/sphinxcontrib-markdown/", "platform": "any", "project_url": "https://pypi.org/project/sphinxcontrib-markdown/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tk0miya/sphinxcontrib-markdown/" }, "release_url": "https://pypi.org/project/sphinxcontrib-markdown/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Yet another markdown processor for Sphinx", "version": "0.1.0" }, "last_serial": 1882124, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0cc6556b60b31d807d6fec41d0201a1d", "sha256": "c6c7cb7802fc9e0283df994d63df3985e9e6abfc1e9de6c3172d1298855cd4bf" }, "downloads": -1, "filename": "sphinxcontrib_markdown-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0cc6556b60b31d807d6fec41d0201a1d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5808, "upload_time": "2015-12-30T09:43:14", "url": "https://files.pythonhosted.org/packages/7e/17/34a3d7c8e3afe9273447cbd305440c9514c37757c46a7d3a26ff0a5381f6/sphinxcontrib_markdown-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09598f2a0ffc50bb46bfa76f5d1303ea", "sha256": "8205c996b81b3ced4e4cd1db480e32a900385573df8a592185a0edb19894908f" }, "downloads": -1, "filename": "sphinxcontrib-markdown-0.1.0.tar.gz", "has_sig": false, "md5_digest": "09598f2a0ffc50bb46bfa76f5d1303ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4865, "upload_time": "2015-12-30T09:43:09", "url": "https://files.pythonhosted.org/packages/d2/42/58359f7b598256dd640d2221467bc439d04b88c607814b92c6899e1290f2/sphinxcontrib-markdown-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0cc6556b60b31d807d6fec41d0201a1d", "sha256": "c6c7cb7802fc9e0283df994d63df3985e9e6abfc1e9de6c3172d1298855cd4bf" }, "downloads": -1, "filename": "sphinxcontrib_markdown-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0cc6556b60b31d807d6fec41d0201a1d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5808, "upload_time": "2015-12-30T09:43:14", "url": "https://files.pythonhosted.org/packages/7e/17/34a3d7c8e3afe9273447cbd305440c9514c37757c46a7d3a26ff0a5381f6/sphinxcontrib_markdown-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09598f2a0ffc50bb46bfa76f5d1303ea", "sha256": "8205c996b81b3ced4e4cd1db480e32a900385573df8a592185a0edb19894908f" }, "downloads": -1, "filename": "sphinxcontrib-markdown-0.1.0.tar.gz", "has_sig": false, "md5_digest": "09598f2a0ffc50bb46bfa76f5d1303ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4865, "upload_time": "2015-12-30T09:43:09", "url": "https://files.pythonhosted.org/packages/d2/42/58359f7b598256dd640d2221467bc439d04b88c607814b92c6899e1290f2/sphinxcontrib-markdown-0.1.0.tar.gz" } ] }