diff options
author | Ned Deily <nad@python.org> | 2016-06-06 00:38:48 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-06-06 00:38:48 (GMT) |
commit | 8f5798edfb71342fa4b3070a7f69386f7b229cd0 (patch) | |
tree | def277774ef6994f631669a34748561083fdf193 /Doc/install | |
parent | 3f0ee83f14f2ce2c05360f5ed326844388353b6f (diff) | |
download | cpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.zip cpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.tar.gz cpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.tar.bz2 |
Issue #26014: Update 3.x packaging documentation:
- "See also" links to the new docs are now provided in the legacy pages
- links to setuptools documentation have been updated
(original patch by Susan Sun)
Diffstat (limited to 'Doc/install')
-rw-r--r-- | Doc/install/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index a408407..b22fc59 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -10,6 +10,11 @@ .. TODO: Fill in XXX comments +.. seealso:: + + :ref:`installing-index` + The up to date module installation documentations + .. The audience for this document includes people who don't know anything about Python and aren't about to learn the language just in order to install and maintain it for their users, i.e. system administrators. |