pax_global_header 0000666 0000000 0000000 00000000064 13234774414 0014523 g ustar 00root root 0000000 0000000 52 comment=2a7d0cc6d977232303616dc77bf2250d43abb5e9
python-docs-theme-2018.2/ 0000775 0000000 0000000 00000000000 13234774414 0015166 5 ustar 00root root 0000000 0000000 python-docs-theme-2018.2/.gitignore 0000664 0000000 0000000 00000002205 13234774414 0017155 0 ustar 00root root 0000000 0000000 # Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# dotenv
.env
# virtualenv
.venv
venv/
ENV/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
python-docs-theme-2018.2/LICENSE 0000664 0000000 0000000 00000004634 13234774414 0016202 0 ustar 00root root 0000000 0000000 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
--------------------------------------------
1. This LICENSE AGREEMENT is between the Python Software Foundation
("PSF"), and the Individual or Organization ("Licensee") accessing and
otherwise using this software ("Python") in source or binary form and
its associated documentation.
2. Subject to the terms and conditions of this License Agreement, PSF hereby
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
analyze, test, perform and/or display publicly, prepare derivative works,
distribute, and otherwise use Python alone or in any derivative version,
provided, however, that PSF's License Agreement and PSF's notice of copyright,
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation; All Rights
Reserved" are retained in Python alone or in any derivative version prepared by
Licensee.
3. In the event Licensee prepares a derivative work that is based on
or incorporates Python or any part thereof, and wants to make
the derivative work available to others as provided herein, then
Licensee hereby agrees to include in any such work a brief summary of
the changes made to Python.
4. PSF is making Python available to Licensee on an "AS IS"
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
INFRINGE ANY THIRD PARTY RIGHTS.
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
6. This License Agreement will automatically terminate upon a material
breach of its terms and conditions.
7. Nothing in this License Agreement shall be deemed to create any
relationship of agency, partnership, or joint venture between PSF and
Licensee. This License Agreement does not grant permission to use PSF
trademarks or trade name in a trademark sense to endorse or promote
products or services of Licensee, or any third party.
8. By copying, installing or otherwise using Python, Licensee
agrees to be bound by the terms and conditions of this License
Agreement.
python-docs-theme-2018.2/MANIFEST.in 0000664 0000000 0000000 00000000103 13234774414 0016716 0 ustar 00root root 0000000 0000000 include LICENSE README.rst
recursive-include python_docs_theme *.*
python-docs-theme-2018.2/README.rst 0000664 0000000 0000000 00000001301 13234774414 0016650 0 ustar 00root root 0000000 0000000 Python Docs Sphinx Theme
=========================
This is the theme for the Python documentation.
Note that when adopting this theme, you're also borrowing an element of the
trust and credibility established by the CPython core developers over the
years. That's fine, and you're welcome to do so for other Python community
projects if you so choose, but please keep in mind that in doing so you're also
choosing to accept some of the responsibility for maintaining that collective
trust.
To use the theme either clone it directly with ``git``, or else install it
into your docs build environment via ``pip``::
pip install git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
python-docs-theme-2018.2/python_docs_theme/ 0000775 0000000 0000000 00000000000 13234774414 0020701 5 ustar 00root root 0000000 0000000 python-docs-theme-2018.2/python_docs_theme/__init__.py 0000664 0000000 0000000 00000000233 13234774414 0023010 0 ustar 00root root 0000000 0000000 import os
def setup(app):
current_dir = os.path.abspath(os.path.dirname(__file__))
app.add_html_theme(
'python_docs_theme', current_dir)
python-docs-theme-2018.2/python_docs_theme/footerdonate.html 0000664 0000000 0000000 00000000270 13234774414 0024257 0 ustar 00root root 0000000 0000000 {% trans %}The Python Software Foundation is a non-profit corporation.{% endtrans %}
{% trans %}Please donate.{% endtrans %}
python-docs-theme-2018.2/python_docs_theme/layout.html 0000664 0000000 0000000 00000004640 13234774414 0023110 0 ustar 00root root 0000000 0000000 {% extends "classic/layout.html" %}
{% block rootrellink %}