{ "info": { "author": "Takayuki SHIMIZUKAWA", "author_email": "shimizukawa at gmail dot com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Documentation", "Topic :: Text Processing :: Markup" ], "description": "A sphinx theme plugin extension.\n\n.. warning::\n\n For users:\n sphinxjp.themecore will be deprecated. Please use theme plugins with\n Sphinx-1.2.\n\n\n.. warning::\n\n For theme developers:\n sphinxjp.themecore's 'sphinx_themes' entry point feature is provided on the\n Sphinx from 1.2(b3) release. However 'sphinx_directives' feature is not\n provided by the Sphinx.\n\n If your theme plugin provides only 'sphinx_themes' entry point, you need\n remove ``extensions = ['sphinxjp.themecore']`` line from your documentation\n and remove ``sphinxjp.themecore`` dependency from install_requires in the\n setup.py. There is a example of change to support both before and after\n Sphinx-1.2:\n https://bitbucket.org/shimizukawa/sphinxjp.themes.sphinxjp/commits/c66313e\n\n If your theme plugin provides 'sphinx_directives' entry point too,\n additionaly you need write your setup() function in your extension root\n package instead of such as setup_directive() and need change your\n documentation's installation section with like:\n \"set ``extensions=[\"sphinxjp.themes.s6\"]`` instead of 'sphinx.themecore'\".\n There is a example of change to support both before and after Sphinx-1.2:\n https://bitbucket.org/shimizukawa/sphinxjp.themes.s6/commits/ed91ae537\n\n\nFeatures\n========\n* provide theme template collection by using setuptools plugin mechanism.\n\n\nSetup\n=====\nMake environment with easy_install::\n\n $ easy_install sphinxjp.themecore\n\n\nMake your plugins\n===================\nthemes\n-------\nIf you want to integrate new theme, write ``sphinx_themes`` entry_points\nin your setup.py::\n\n entry_points = \"\"\"\n [sphinx_themes]\n path = sphinxjp.themes.s6:get_path\n \"\"\"\n\nand write `get_path` function that return path of ``Sphinx themes``.\n``Sphinx themes`` directory include one or more theme directories.\n\ndirectives\n-----------\nIf you want to integrate new directive, write ``sphinx_directives``\nentry_points in your setup.py::\n\n entry_points = \"\"\"\n [sphinx_directives]\n setup = sphinxjp.themes.s6:setup_directives\n \"\"\"\n\nand write `setup_directives` function that receive `app` argument\nand return None. setup_directives is same as sphinx extension's setup\nfunction. See Sphinx extension document for more information.\n\n\nRequirements\n============\n* Python 2.4 or later (not support 3.x)\n* sphinx 1.0.x\n\n\nLicense\n=======\nLicensed under the `MIT license `_ .\nSee the LICENSE file for specific terms.\n\n\nAUTHORS\n========\n\nSphinx template plugin extension\n--------------------------------\n* Takayuki SHIMIZUKAWA sphinx-users.jp\n\n\n\n\nHistory\n=======\n\n0.2.0 (2013/12/10)\n-------------------\n* A part of sphinxjp.themecore feature is merged into Sphinx-1.2(b3).\n\n\n0.1.3 (2011/7/9)\n------------------\n* fix fatal bug on version 0.1.2. sorry.\n\n0.1.2 (2011/7/9)\n------------------\n* fixed issue #1: html_theme_path definition in conf.py discard all\n sphinxjp.themes.* paths.\n\n0.1.1 (2011/7/6)\n------------------\n* fixed namespace package declaration missing, thank you togakushi!\n\n0.1.0 (2011/2/6)\n-----------------\n* first release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/shimizukawa/sphinxjp.themecore", "keywords": "sphinx,theme", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "sphinxjp.themecore", "package_url": "https://pypi.org/project/sphinxjp.themecore/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sphinxjp.themecore/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/shimizukawa/sphinxjp.themecore" }, "release_url": "https://pypi.org/project/sphinxjp.themecore/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "A sphinx theme plugin support extension. #sphinxjp", "version": "0.2.0" }, "last_serial": 940346, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0658d82885149311290a0f46e5abe1b5", "sha256": "06e3fe0e45d3b9612813f9fb6d6ffe2b8eb6adf4f889d41ed04e3e9304e89750" }, "downloads": -1, "filename": "sphinxjp.themecore-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0658d82885149311290a0f46e5abe1b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6090, "upload_time": "2011-02-06T10:49:52", "url": "https://files.pythonhosted.org/packages/a3/b1/9a66b48325509d94ef3707fd3290a83cf9db0291f3c5eb4cdf610b8aee5f/sphinxjp.themecore-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "3693ad2273678eab59a0d4180e356ca9", "sha256": "2afeb2842dc1d1cc3a3a9e89449aaf9261d4ced57e5f2e9c7c4d466256cd3540" }, "downloads": -1, "filename": "sphinxjp.themecore-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3693ad2273678eab59a0d4180e356ca9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6202, "upload_time": "2011-07-06T12:15:40", "url": "https://files.pythonhosted.org/packages/a4/e0/5698a3bfeeba1a63d74bf6e8e1392ad3a77e2009da1575dbe6f887a5aa1a/sphinxjp.themecore-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "89d548bdfb33c870f31e2bfdfde6039a", "sha256": "2e78f1af45c9bf9ddfc52cf4dfd65cef9fd07115c71578c319662900d392ca3f" }, "downloads": -1, "filename": "sphinxjp.themecore-0.1.2.tar.gz", "has_sig": false, "md5_digest": "89d548bdfb33c870f31e2bfdfde6039a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6497, "upload_time": "2011-07-09T09:43:23", "url": "https://files.pythonhosted.org/packages/d2/a6/215d00d4e8308c4e51d06c7d0337513f1cde4b20808e26643865f1054e07/sphinxjp.themecore-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "2aea7f9b80cde94e0feca5e79d1d41e6", "sha256": "e00824812c874ed8e10ee89bf10c6c6425b88de3934d5f602817a1f3fdee19c0" }, "downloads": -1, "filename": "sphinxjp.themecore-0.1.3.tar.gz", "has_sig": false, "md5_digest": "2aea7f9b80cde94e0feca5e79d1d41e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6636, "upload_time": "2011-07-09T16:25:35", "url": "https://files.pythonhosted.org/packages/4a/c5/5aabdc8be4d0faf36695f09bb581109dbfc43bafac23fa8312dc61f4c838/sphinxjp.themecore-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "20c4d0ca1b4447fcda6f1b1638006caa", "sha256": "55729fd3f70b0073da007829b54f533296a9787f03d68a45d747192fcae8c2ad" }, "downloads": -1, "filename": "sphinxjp.themecore-0.2.0.tar.gz", "has_sig": false, "md5_digest": "20c4d0ca1b4447fcda6f1b1638006caa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7581, "upload_time": "2013-12-09T23:33:40", "url": "https://files.pythonhosted.org/packages/80/40/d37164eed91de8e496d52ddedf741343a45bfb4e2ec62d56f6dd89aaa3c5/sphinxjp.themecore-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "20c4d0ca1b4447fcda6f1b1638006caa", "sha256": "55729fd3f70b0073da007829b54f533296a9787f03d68a45d747192fcae8c2ad" }, "downloads": -1, "filename": "sphinxjp.themecore-0.2.0.tar.gz", "has_sig": false, "md5_digest": "20c4d0ca1b4447fcda6f1b1638006caa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7581, "upload_time": "2013-12-09T23:33:40", "url": "https://files.pythonhosted.org/packages/80/40/d37164eed91de8e496d52ddedf741343a45bfb4e2ec62d56f6dd89aaa3c5/sphinxjp.themecore-0.2.0.tar.gz" } ] }