summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-09-07 07:51:33 -0700
committerDavid Lord <davidism@gmail.com>2018-09-07 07:51:33 -0700
commit1b07ebf367b6a96727904d4979c376c527ea6949 (patch)
tree4f1a6becb27a1bea9f411158c3be5f027e9b7f52 /docs/_templates
parent10cc4255f1d23c2e753972556c0bfec7059402a0 (diff)
parent85c18d77153b8abccfc0cad40df4d32827e3be6f (diff)
downloadclick-4.x.tar.gz
Merge branch '3.x' into 4.x4.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>