diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-01 18:42:49 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-01 18:42:49 (GMT) |
commit | 3a9f58f6b3938823328374f34a3b52a167fed871 (patch) | |
tree | 10cc586248124e3c921dd921602e9730f7064397 /Doc/distutils/index.rst | |
parent | a003af1ce9d008e03371b3d16c4d6361961c2e78 (diff) | |
download | cpython-3a9f58f6b3938823328374f34a3b52a167fed871.zip cpython-3a9f58f6b3938823328374f34a3b52a167fed871.tar.gz cpython-3a9f58f6b3938823328374f34a3b52a167fed871.tar.bz2 |
Add documentation for the packaging module.
This updates the user guide to refer to Packaging instead of Distutils.
Some files still require an update.
Diffstat (limited to 'Doc/distutils/index.rst')
-rw-r--r-- | Doc/distutils/index.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst index ace8280..5fa25a6 100644 --- a/Doc/distutils/index.rst +++ b/Doc/distutils/index.rst @@ -29,3 +29,16 @@ 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 + + +.. seealso:: + + :ref:`packaging-index` and :ref:`packaging-install-index` + Documentation of Packaging, the new version of Distutils. |