diff options
| author | David Lord <davidism@gmail.com> | 2018-09-07 07:47:21 -0700 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2018-09-07 07:47:21 -0700 |
| commit | 7062f1e6afeaa1307d4030f8d5d0f255d9be3cf5 (patch) | |
| tree | 1a2b5c16e657698f3e17da25d6ec2dba74ef0df5 /docs/index.rst | |
| parent | e3f3fdc5969dc819c14bb2e3a25bdfaba61cdb0b (diff) | |
| parent | 5ace642838605a94a88740a6a3ce620c7abddce9 (diff) | |
| download | click-2.x.tar.gz | |
Merge branch '1.x' into 2.x2.x
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst index e40178b..792b83b 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. |
