summaryrefslogtreecommitdiff
path: root/Doc/distutils
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-02 15:45:25 +0200
committerÉric Araujo <merwok@netwok.org>2011-06-02 15:45:25 +0200
commit55729fe7189ab3d21c14cc6be6896ca4f0ebad65 (patch)
tree7a1f161ff45f5036b848c47556d2c979379cfcdf /Doc/distutils
parent8c86ecdab52528ed7457872c99252d0df94c7157 (diff)
downloadcpython-git-55729fe7189ab3d21c14cc6be6896ca4f0ebad65.tar.gz
Packaging doc: Add missing index file, improve main page description.
Also promote notices from distutils doc to deprecation boxes.
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/index.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst
index 5fa25a6d58..b3a5231769 100644
--- a/Doc/distutils/index.rst
+++ b/Doc/distutils/index.rst
@@ -14,6 +14,10 @@ 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:
@@ -36,9 +40,3 @@ following the above guidelines:
.. toctree::
install.rst
-
-
-.. seealso::
-
- :ref:`packaging-index` and :ref:`packaging-install-index`
- Documentation of Packaging, the new version of Distutils.