diff options
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/sidebarintro.html | 13 | ||||
| -rw-r--r-- | docs/_templates/sidebarlogo.html | 3 |
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> |
