{ "info": { "author": "Michael Dowling", "author_email": "mtdowling@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===================\nGuzzle Sphinx Theme\n===================\n\nSphinx theme used by Guzzle: http://guzzlephp.org\n\nInstallation\n============\n\nInstall via pip::\n\n $ pip install guzzle_sphinx_theme\n\nor if you have the code checked out locally::\n\n $ python setup.py install\n\nConfiguration\n=============\n\nAdd the following to your conf.py:\n\n.. code-block:: python\n\n import guzzle_sphinx_theme\n\n # Adds an HTML table visitor to apply Bootstrap table classes\n html_translator_class = 'guzzle_sphinx_theme.HTMLTranslator'\n html_theme_path = guzzle_sphinx_theme.html_theme_path()\n html_theme = 'guzzle_sphinx_theme'\n\n # Register the theme as an extension to generate a sitemap.xml\n extensions.append(\"guzzle_sphinx_theme\")\n\n # Guzzle theme options (see theme.conf for more information)\n html_theme_options = {\n # Set the name of the project to appear in the sidebar\n \"project_nav_name\": \"Project Name\",\n }\n\nThere are a lot more ways to customize this theme, as this more comprehensive\nexample shows:\n\n.. code-block:: python\n\n import guzzle_sphinx_theme\n\n # Adds an HTML table visitor to apply Bootstrap table classes\n html_translator_class = 'guzzle_sphinx_theme.HTMLTranslator'\n html_theme_path = guzzle_sphinx_theme.html_theme_path()\n html_theme = 'guzzle_sphinx_theme'\n\n # Register the theme as an extension to generate a sitemap.xml\n extensions.append(\"guzzle_sphinx_theme\")\n\n # Guzzle theme options (see theme.conf for more information)\n html_theme_options = {\n\n # Set the path to a special layout to include for the homepage\n \"index_template\": \"special_index.html\",\n\n # Set the name of the project to appear in the left sidebar.\n \"project_nav_name\": \"Project Name\",\n\n # Set your Disqus short name to enable comments\n \"disqus_comments_shortname\": \"my_disqus_comments_short_name\",\n\n # Set you GA account ID to enable tracking\n \"google_analytics_account\": \"my_ga_account\",\n\n # Path to a touch icon\n \"touch_icon\": \"\",\n\n # Specify a base_url used to generate sitemap.xml links. If not\n # specified, then no sitemap will be built.\n \"base_url\": \"\"\n\n # Allow a separate homepage from the master_doc\n \"homepage\": \"index\",\n\n # Allow the project link to be overriden to a custom URL.\n \"projectlink\": \"http://myproject.url\",\n }\n\nCustomizing the layout\n======================\n\nYou can customize the theme by overriding Jinja template blocks. For example,\n\"layout.html\" contains several blocks that can be overridden or extended.\n\nPlace a \"layout.html\" file in your project's \"/_templates\" directory.\n\n.. code-block:: bash\n\n mkdir source/_templates\n touch source/_templates/layout.html\n\nThen, configure your \"conf.py\":\n\n.. code-block:: python\n\n templates_path = ['_templates']\n\nFinally, edit your override file \"source/_templates/layout.html\":\n\n::\n\n {# Import the theme's layout. #}\n {% extends \"!layout.html\" %}\n\n {%- block extra_head %}\n {# Add custom things to the head HTML tag #}\n {# Call the parent block #}\n {{ super() }}\n {%- endblock %}\n\n.. note::\n\n If you are using Readthedocs, then you might run into an issue where they\n don't currently allow you to extend layout.html.", "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/guzzle/guzzle_sphinx_theme", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "guzzle_sphinx_theme", "package_url": "https://pypi.org/project/guzzle_sphinx_theme/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/guzzle_sphinx_theme/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/guzzle/guzzle_sphinx_theme" }, "release_url": "https://pypi.org/project/guzzle_sphinx_theme/0.7.11/", "requires_dist": null, "requires_python": null, "summary": "Sphinx theme used by Guzzle.", "version": "0.7.11" }, "last_serial": 1715855, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "80c3a5da327ae19f5535f1b9d5d15045", "sha256": "b5d6ac190e5631408e30f1c8a53b6f154a66265ff5ee69f08d153c730109cb53" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.1.tar.gz", "has_sig": false, "md5_digest": "80c3a5da327ae19f5535f1b9d5d15045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94523, "upload_time": "2013-05-09T00:51:49", "url": "https://files.pythonhosted.org/packages/b2/ab/132e7fcb789c55fd5882ba2203486749ff53e9789ecdc9abc02635e2ad7c/guzzle_sphinx_theme-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "28049f18709ff6ad5ae1309d8111e33f", "sha256": "e57d4b672e0936ea51792789a8f3272220fe5b78218e1d88ad89bf11cbdd388a" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.2.tar.gz", "has_sig": false, "md5_digest": "28049f18709ff6ad5ae1309d8111e33f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93922, "upload_time": "2013-05-09T05:33:50", "url": "https://files.pythonhosted.org/packages/ea/1b/f4d121fed7179ecaeaf18af2b8c244e6b49f906f959a893aa290f943ebc8/guzzle_sphinx_theme-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "d66821491087ad33b2a030f5f155bf31", "sha256": "73799d1789c07ff89a84f2c13dafce06e8d9c91ae5de9b5ce907b5f5b59fcad8" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d66821491087ad33b2a030f5f155bf31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94203, "upload_time": "2013-05-09T05:35:19", "url": "https://files.pythonhosted.org/packages/39/cb/4a922cc7ef76e063cb711e0e775aa81a6cd838af680f542feef66ec51f3b/guzzle_sphinx_theme-0.2.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "ec0d679407d350fdab6b8106b0011df2", "sha256": "e5bf7048e368d46872af5fcb7629becf65449d2bf5e0a950a47a6e7304a45696" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.3.tar.gz", "has_sig": false, "md5_digest": "ec0d679407d350fdab6b8106b0011df2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94822, "upload_time": "2013-09-19T18:25:48", "url": "https://files.pythonhosted.org/packages/57/16/c29c49b9ac418c5ba6c0b132918fa70149ee8e9e4004af1b817a214f3169/guzzle_sphinx_theme-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "0d03dc46b4c469b3d19a96214cb45e51", "sha256": "4f3032d3ee4c35cb30dbe9ae0ff06364c38b5a538cb6d1a02c7b7f2fc1012948" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.3.1.tar.gz", "has_sig": false, "md5_digest": "0d03dc46b4c469b3d19a96214cb45e51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94952, "upload_time": "2013-09-19T22:39:29", "url": "https://files.pythonhosted.org/packages/24/38/f5f6b2a71156b9b617557fe50c0642884562b701aa95f511554856c5b38e/guzzle_sphinx_theme-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "4f11242ae49242161b1c3477a700393d", "sha256": "928764c49253df1a45d84e77182ec8ca245dc4a922ae7ce8232950e6e5b71674" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.4.0.tar.gz", "has_sig": false, "md5_digest": "4f11242ae49242161b1c3477a700393d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94978, "upload_time": "2013-10-31T23:58:04", "url": "https://files.pythonhosted.org/packages/07/c9/accd5bcc8b193f094eb881633104029aa5b13a716dd70b454dffb5f7bbfd/guzzle_sphinx_theme-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "1e8c4f1dca526e4210f58c4bf2d679aa", "sha256": "ddcc7c20a612207d3943a754b8949d1d06ced8cf65af32c295606b049898543c" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.5.0.tar.gz", "has_sig": false, "md5_digest": "1e8c4f1dca526e4210f58c4bf2d679aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158263, "upload_time": "2013-11-01T18:48:58", "url": "https://files.pythonhosted.org/packages/ab/78/477a11997613936c5a8504fed5f2854a6b45f51071b0fe4879c831d5b9c6/guzzle_sphinx_theme-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "7af7e658b55a8eecf1bea4f900746d82", "sha256": "82ab436aef81be74b5393104211a5ff117b1cb1e0c0826d9c3ad8bd5ea3bb1a8" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.6.0.tar.gz", "has_sig": false, "md5_digest": "7af7e658b55a8eecf1bea4f900746d82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 169167, "upload_time": "2014-03-15T22:40:00", "url": "https://files.pythonhosted.org/packages/1e/c0/743526712fcf40f8c674c247eedc58440fde1d6b1a5dfa77441553205377/guzzle_sphinx_theme-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "726fe1c4eb7ceb209c5a7834cf1ee78b", "sha256": "0244c687ce3f49c5208970ac2bc6daa33965d3d24d2084fb38834dbc220b85a2" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.0.tar.gz", "has_sig": false, "md5_digest": "726fe1c4eb7ceb209c5a7834cf1ee78b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225229, "upload_time": "2015-04-03T22:11:20", "url": "https://files.pythonhosted.org/packages/9c/9f/690ee465d6fa0f166532591084aa0468ef44bf7fe917fc8ec5db46c321aa/guzzle_sphinx_theme-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "8644e409466f283c86f5b6b8a016b1db", "sha256": "858f1c3c7274d831d3930a24be2144387e519a37458e3dc40e4ccb40a8222443" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.1.tar.gz", "has_sig": false, "md5_digest": "8644e409466f283c86f5b6b8a016b1db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225240, "upload_time": "2015-04-04T20:42:57", "url": "https://files.pythonhosted.org/packages/e4/a2/9ee8b233caa8a9dcb45dddf0b57378f5df8a7b76b9c17445c897d0e4383d/guzzle_sphinx_theme-0.7.1.tar.gz" } ], "0.7.10": [ { "comment_text": "", "digests": { "md5": "41f8e3a2ff5f9e720182d6cd4350d3b8", "sha256": "d0ddb986fbb70c00d84c628ff520ed3d64bdb0e876487e896dae1ece048a8e08" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.10.tar.gz", "has_sig": false, "md5_digest": "41f8e3a2ff5f9e720182d6cd4350d3b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225764, "upload_time": "2015-06-29T20:59:05", "url": "https://files.pythonhosted.org/packages/dc/ed/52226d2b3ad3fc92732d0c4d99a18a93456cf85afac709bbc13ca6468819/guzzle_sphinx_theme-0.7.10.tar.gz" } ], "0.7.11": [ { "comment_text": "", "digests": { "md5": "f6ec1c3fe16ce9f076941912df0cc4cd", "sha256": "9b8c1639c343c02c3f3db7df660ddf6f533b5454ee92a5f7b02edaa573fed3e6" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.11.tar.gz", "has_sig": false, "md5_digest": "f6ec1c3fe16ce9f076941912df0cc4cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2548612, "upload_time": "2015-09-09T17:39:59", "url": "https://files.pythonhosted.org/packages/f4/7d/aed8cd5e4ca52bb8550d2c33fcbb8d6dbd5c2cf5e1694202d2135b374eba/guzzle_sphinx_theme-0.7.11.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "6168bf488d7281fbf65f42fccf5e6015", "sha256": "49fa2fdd50fdadd73e25e88553efd1caf5c05fe028513b5baf440e72db277590" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.2.tar.gz", "has_sig": false, "md5_digest": "6168bf488d7281fbf65f42fccf5e6015", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224944, "upload_time": "2015-04-06T18:22:12", "url": "https://files.pythonhosted.org/packages/81/61/67081b26800cf4d32d012f8803cb5b68547061b5c2ac32fd7625808a0423/guzzle_sphinx_theme-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "89d58ede9446bbc17e19f0a0550efa37", "sha256": "600440f2d6875ed1f2fd3ecac970bd7ac2f234b494d0da35980e6ea589757d7c" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.3.tar.gz", "has_sig": false, "md5_digest": "89d58ede9446bbc17e19f0a0550efa37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224970, "upload_time": "2015-04-24T19:42:27", "url": "https://files.pythonhosted.org/packages/4a/76/7b3ea69cc84a7c159ba7ff9dfdcdde7ccf90c508b0383d5babb2f6a79f07/guzzle_sphinx_theme-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "fb571cd98c99aab5e1a346be362c5125", "sha256": "fbefb1341eb9443ec7a01e16a5711390966695fce92c3fbc2d73ba05e4f12778" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.4.tar.gz", "has_sig": false, "md5_digest": "fb571cd98c99aab5e1a346be362c5125", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224948, "upload_time": "2015-04-28T00:11:02", "url": "https://files.pythonhosted.org/packages/9c/06/e01f0e81eabb3c95fbdb193f00900811e012a8d10beebc5e9b0502bda430/guzzle_sphinx_theme-0.7.4.tar.gz" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "df3a7a81599b18d9f36e0f0bf89c1011", "sha256": "682c8a344f6c988bf8ed6aeb5034ff681e9d552664aa367978473c36811ad55c" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.5.tar.gz", "has_sig": false, "md5_digest": "df3a7a81599b18d9f36e0f0bf89c1011", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224943, "upload_time": "2015-04-28T00:49:27", "url": "https://files.pythonhosted.org/packages/c2/dc/a26dcae2ed9a8cff8195a57707c4020fd37effa91e5f18c6a35877bcc27a/guzzle_sphinx_theme-0.7.5.tar.gz" } ], "0.7.6": [ { "comment_text": "", "digests": { "md5": "ed36f9fc8a6cac5cc5bcf8f74b488bbd", "sha256": "bd2dcda6e534576a7e6b8ab37187c12200582a1701a28b985fe3d59000d102b7" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.6.tar.gz", "has_sig": false, "md5_digest": "ed36f9fc8a6cac5cc5bcf8f74b488bbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225037, "upload_time": "2015-04-30T20:38:35", "url": "https://files.pythonhosted.org/packages/08/fb/e747206eb381450cea14e9ba196a6980a3afde9a48d7e16cb10be2658e72/guzzle_sphinx_theme-0.7.6.tar.gz" } ], "0.7.7": [ { "comment_text": "", "digests": { "md5": "7fa403b875c7751a571a12ed22fedbf9", "sha256": "57a5a634f1668dd15310a753ac7a45802a1999632533722be944ca4054d03577" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.7.tar.gz", "has_sig": false, "md5_digest": "7fa403b875c7751a571a12ed22fedbf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225014, "upload_time": "2015-05-02T21:37:11", "url": "https://files.pythonhosted.org/packages/ec/06/9d8187e2d594ce670a46f8c79a61ecc2a0a8b1147945accdcd1826a9b03a/guzzle_sphinx_theme-0.7.7.tar.gz" } ], "0.7.8": [ { "comment_text": "", "digests": { "md5": "6e02e45cbcba6b12c7aeba0eaa011801", "sha256": "be81bd065d860d9f2939e64fc6012b520de3f0b318bad6e01556f4a706ef009c" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.8.tar.gz", "has_sig": false, "md5_digest": "6e02e45cbcba6b12c7aeba0eaa011801", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225058, "upload_time": "2015-06-10T21:46:57", "url": "https://files.pythonhosted.org/packages/fa/91/97dc8779f92112afe7b2befdbe7d8a112379a8607e49fc07ac5d57255b5b/guzzle_sphinx_theme-0.7.8.tar.gz" } ], "0.7.9": [ { "comment_text": "", "digests": { "md5": "2dd43673612a7b611952c0090d1a5947", "sha256": "fd3b7392f0b59c294d5b6540b3c539a5ba0295da4b9b7d895db00c22d9b76520" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.9.tar.gz", "has_sig": false, "md5_digest": "2dd43673612a7b611952c0090d1a5947", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225764, "upload_time": "2015-06-25T00:55:42", "url": "https://files.pythonhosted.org/packages/4c/61/21695c99eab27acc655d1ab3948bdda01f4075a9311819bb2b1063c3e2c8/guzzle_sphinx_theme-0.7.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f6ec1c3fe16ce9f076941912df0cc4cd", "sha256": "9b8c1639c343c02c3f3db7df660ddf6f533b5454ee92a5f7b02edaa573fed3e6" }, "downloads": -1, "filename": "guzzle_sphinx_theme-0.7.11.tar.gz", "has_sig": false, "md5_digest": "f6ec1c3fe16ce9f076941912df0cc4cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2548612, "upload_time": "2015-09-09T17:39:59", "url": "https://files.pythonhosted.org/packages/f4/7d/aed8cd5e4ca52bb8550d2c33fcbb8d6dbd5c2cf5e1694202d2135b374eba/guzzle_sphinx_theme-0.7.11.tar.gz" } ] }