summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/distutils/index.rst')
-rw-r--r--Doc/distutils/index.rst12
1 files changed, 1 insertions, 11 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst
index c8dd9f4..ace8280 100644
--- a/Doc/distutils/index.rst
+++ b/Doc/distutils/index.rst
@@ -14,12 +14,9 @@ the module developer's point of view, describing how to use the Distutils to
make Python modules and extensions easily available to a wider audience with
very little overhead for build/release/install mechanics.
-.. deprecated:: 3.3
- :mod:`packaging` replaces Distutils. See :ref:`packaging-index` and
- :ref:`packaging-install-index`.
-
.. toctree::
:maxdepth: 2
+ :numbered:
introduction.rst
setupscript.rst
@@ -32,10 +29,3 @@ very little overhead for build/release/install mechanics.
extending.rst
commandref.rst
apiref.rst
-
-Another document describes how to install modules and extensions packaged
-following the above guidelines:
-
-.. toctree::
-
- install.rst