Commit d2fe0615 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #2097 from alvyjudy/improve-doc

doc overhaul step 1: simplify index and group deprecated files
parents b185376c d6769eb6
doc: simplify index and group deprecated files
======================================================
Guides on backward compatibility & deprecated practice
======================================================
``Setuptools`` has undergone tremendous changes since its first debut. As its
development continues to roll forward, many of the practice and mechanisms it
had established are now considered deprecated. But they still remain relevant
as a plethora of libraries continue to depend on them. Many people also find
it necessary to equip themselves with the knowledge to better support backward
compatibility. This guide aims to provide the essential information for such
objectives.
.. toctree::
:maxdepth: 1
python3
python_eggs
easy_install
......@@ -14,12 +14,8 @@ designed to facilitate packaging Python projects, where packaging includes:
Documentation content:
.. toctree::
:maxdepth: 2
:maxdepth: 1
setuptools
pkg_resources
python3
development
roadmap
Deprecated: Easy Install <easy_install>
history
User guide <setuptools>
Development guide <development>
Backward compatibility & deprecated practice <deprecated/index>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment