{ "info": { "author": "Takayuki KONDO", "author_email": "tkondou@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Documentation", "Topic :: Utilities" ], "description": "==================================\nMercurial extension for Sphinx\n==================================\n\nOverview\n========\n\nThis allows you to include a Mercurial extension of your Sphinx documentation\nwithin the documentation.\n\nInstallation\n============\n\n::\n\n $ pip install sphinxcontrib-mercurial\n\n\nHow to setup\n============\n\nOnce you enable this extension,\n::\n\n # Add any Sphinx extension module names here, as strings. They can be extensions\n # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.\n extensions = ['sphinxcontrib.mercurial']\n\n\nConfigulation\n=============\n\nHow to use hg_changelog directive\n---------------------------------\n\n::\n\n .. hg_changelog::\n\nwhere you want the list of commits to appear.\n\nOptions of hg_changelog\n-----------------------\n\nrepo_root_path\n specify repository root (default: \".\")\nmax_commits\n set max commits to include (default: 10)\nbranch\n specify which branch to include (default: \"default\")\npath\n specify the path to include (default: all)\n\n NOTE: you need to set from repository root.\n\nExample of hg_changelog\n-----------------------\n\n::\n\n .. hg_changelog::\n :repo_root_path: ../..\n :max_commits: 2\n :path: test/rst\n\n\nHow to use hg_version directive\n-------------------------------\n\n::\n\n .. hg_version::\n\nwhere you want the version to appear,\n\n\n\nAcknowledgement\n================\nhttps://github.com/OddBloke/sphinx-git", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/sphinxcontrib-mercurial", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/cointoss1973/sphinxcontrib-mercurial", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "sphinxcontrib-mercurial", "package_url": "https://pypi.org/project/sphinxcontrib-mercurial/", "platform": "any", "project_url": "https://pypi.org/project/sphinxcontrib-mercurial/", "project_urls": { "Download": "http://pypi.python.org/pypi/sphinxcontrib-mercurial", "Homepage": "http://bitbucket.org/cointoss1973/sphinxcontrib-mercurial" }, "release_url": "https://pypi.org/project/sphinxcontrib-mercurial/0.2/", "requires_dist": null, "requires_python": null, "summary": "Sphinx \"mercurial\" extension", "version": "0.2" }, "last_serial": 799909, "releases": { "0.1dev-20121014": [], "0.1dev-20121015": [ { "comment_text": "", "digests": { "md5": "f66039d840a25f71cfd2fcc561899a0c", "sha256": "5567f4eb9031378289ad536b9a2711677960d11c71a0a43252a8218eda154d80" }, "downloads": -1, "filename": "sphinxcontrib-mercurial-0.1dev-20121015.tar.gz", "has_sig": false, "md5_digest": "f66039d840a25f71cfd2fcc561899a0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3426, "upload_time": "2012-10-15T07:02:53", "url": "https://files.pythonhosted.org/packages/f9/e0/75e1e4d5be9327be2b94362485892543c48df62205df6bed919309a584f0/sphinxcontrib-mercurial-0.1dev-20121015.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0ae8bea2bb18047d1ae8c80079d6af95", "sha256": "3f8986814a692b327205570ff69c778ad3c1918b3f2ba6344f41cfc5ce35723d" }, "downloads": -1, "filename": "sphinxcontrib-mercurial-0.2.tar.gz", "has_sig": false, "md5_digest": "0ae8bea2bb18047d1ae8c80079d6af95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4254, "upload_time": "2012-10-27T09:44:18", "url": "https://files.pythonhosted.org/packages/88/3f/dccabe4be8c71df0c503c0754c323a81105d35c4ba6625788eb03a2ffc04/sphinxcontrib-mercurial-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ae8bea2bb18047d1ae8c80079d6af95", "sha256": "3f8986814a692b327205570ff69c778ad3c1918b3f2ba6344f41cfc5ce35723d" }, "downloads": -1, "filename": "sphinxcontrib-mercurial-0.2.tar.gz", "has_sig": false, "md5_digest": "0ae8bea2bb18047d1ae8c80079d6af95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4254, "upload_time": "2012-10-27T09:44:18", "url": "https://files.pythonhosted.org/packages/88/3f/dccabe4be8c71df0c503c0754c323a81105d35c4ba6625788eb03a2ffc04/sphinxcontrib-mercurial-0.2.tar.gz" } ] }