summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-08-28 07:45:21 -0700
committerDavid Lord <davidism@gmail.com>2018-08-28 07:46:24 -0700
commitdff4fb4bfd7ec8472d368549d3d819523565911a (patch)
tree4dad0554de35d13fbe16ab62e026ab3a19951c81 /docs/index.rst
parent8df9a6b2847b23de5c65dcb16f715a7691c60743 (diff)
downloadclick-dff4fb4bfd7ec8472d368549d3d819523565911a.tar.gz
use pallets-sphinx-themes
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst15
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 8cb7778..7fac849 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,5 +1,12 @@
-Welcome to the Click Documentation
-==================================
+.. rst-class:: hide-header
+
+Welcome to Click
+================
+
+.. image:: _static/click-logo.png
+ :align: center
+ :scale: 50%
+ :target: https://palletsprojects.com/p/click/
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
@@ -50,8 +57,8 @@ You can get the library directly from PyPI::
pip install click
-Documentation Contents
-----------------------
+Documentation
+-------------
This part of the documentation guides you through all of the library's
usage patterns.