diff options
| author | alvyjudy <alvyjudy@gmail.com> | 2020-05-10 14:10:33 -0400 |
|---|---|---|
| committer | alvyjudy <alvyjudy@gmail.com> | 2020-05-10 14:10:33 -0400 |
| commit | 6068b81e604c7c7c655420ffec3476a045a751c8 (patch) | |
| tree | ed7380f827f0640dbe0dbc915ae5e71eb491da09 | |
| parent | f4161185003af545562d88df99d609d30947ed2b (diff) | |
| download | python-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.txt | 10 |
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> |
