diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-02 13:45:25 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-02 13:45:25 (GMT) |
commit | 55729fe7189ab3d21c14cc6be6896ca4f0ebad65 (patch) | |
tree | 7a1f161ff45f5036b848c47556d2c979379cfcdf /Doc/distutils | |
parent | 8c86ecdab52528ed7457872c99252d0df94c7157 (diff) | |
download | cpython-55729fe7189ab3d21c14cc6be6896ca4f0ebad65.zip cpython-55729fe7189ab3d21c14cc6be6896ca4f0ebad65.tar.gz cpython-55729fe7189ab3d21c14cc6be6896ca4f0ebad65.tar.bz2 |
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.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst index 5fa25a6..b3a5231 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. |