summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-09-07 07:49:44 -0700
committerDavid Lord <davidism@gmail.com>2018-09-07 07:49:44 -0700
commit85c18d77153b8abccfc0cad40df4d32827e3be6f (patch)
tree9df5ff066dc693c6b9858c7977e63393c3b84809 /docs/_templates
parent2cb760649956d792445f6441d98dc72b2f08b3e7 (diff)
parent7062f1e6afeaa1307d4030f8d5d0f255d9be3cf5 (diff)
downloadclick-3.x.tar.gz
Merge branch '2.x' into 3.x3.x
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/sidebarintro.html13
-rw-r--r--docs/_templates/sidebarlogo.html3
2 files changed, 0 insertions, 16 deletions
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
deleted file mode 100644
index 0041190..0000000
--- a/docs/_templates/sidebarintro.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<h3>About</h3>
-<p>
- Click is a Python package for creating beautiful command line interfaces in a
- composable way with as little amount of code as necessary. It’s the “Command
- Line Interface Creation Kit”.
-</p>
-<h3>Useful Links</h3>
-<ul>
- <li><a href="http://click.pocoo.org/">The Click Website</a></li>
- <li><a href="http://pypi.python.org/pypi/click">click @ PyPI</a></li>
- <li><a href="http://github.com/mitsuhiko/click">click @ github</a></li>
- <li><a href="http://github.com/mitsuhiko/click/issues">Issue Tracker</a></li>
-</ul>
diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html
deleted file mode 100644
index 55c4629..0000000
--- a/docs/_templates/sidebarlogo.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<p class="logo"><a href="{{ pathto(master_doc) }}">
- <img class="logo" src="{{ pathto('_static/click-small@2x.png', 1) }}" width="120" height="50" alt="Logo">
-</a></p>