diff options
author | Pradyun Gedam <pradyunsg@users.noreply.github.com> | 2020-12-28 17:54:23 +0000 |
---|---|---|
committer | Pradyun Gedam <pradyunsg@users.noreply.github.com> | 2020-12-28 17:54:23 +0000 |
commit | 5c24e780b83e4557ca6e9e48b468e6f4a82695c9 (patch) | |
tree | 04df6b682ff4adc36d0d2c2d55ca8509b47c3aa5 /docs | |
parent | dc5c319e59884d250c8ff97fc5d09e0966a20f68 (diff) | |
download | python-setuptools-git-5c24e780b83e4557ca6e9e48b468e6f4a82695c9.tar.gz |
Tweak the index page's contents
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst index b9a79647..9a56cd50 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,13 +1,12 @@ -Documentation -============= +setuptools +========== Setuptools is a fully-featured, actively-maintained, and stable library designed to facilitate packaging Python projects. -Documentation content: - .. toctree:: :maxdepth: 1 + :hidden: User guide <userguide/index> build_meta |