summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
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 602bd1d..e4bec93 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.