summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralvyjudy <alvyjudy@gmail.com>2020-05-10 14:10:33 -0400
committeralvyjudy <alvyjudy@gmail.com>2020-05-10 14:10:33 -0400
commit6068b81e604c7c7c655420ffec3476a045a751c8 (patch)
treeed7380f827f0640dbe0dbc915ae5e71eb491da09
parentf4161185003af545562d88df99d609d30947ed2b (diff)
downloadpython-setuptools-git-6068b81e604c7c7c655420ffec3476a045a751c8.tar.gz
docs: reduced top index to three entries
The top index now points to three files: setuptools.txt (user guide), development.txt (development guide) and a WIP index file that is to summarized deprecated practice that remains relevant for backward compatibility.
-rw-r--r--docs/index.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 13a46e74..2f988a18 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -16,10 +16,6 @@ Documentation content:
.. toctree::
:maxdepth: 2
- setuptools
- pkg_resources
- python3
- development
- roadmap
- Deprecated: Easy Install <easy_install>
- history
+ User guide <setuptools>
+ Development guide <development>
+ Backward compatibility & deprecated practice <deprecated/index>