summaryrefslogtreecommitdiff
path: root/Doc/install/index.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-05 17:38:48 -0700
committerNed Deily <nad@python.org>2016-06-05 17:38:48 -0700
commit8f5798edfb71342fa4b3070a7f69386f7b229cd0 (patch)
treedef277774ef6994f631669a34748561083fdf193 /Doc/install/index.rst
parent3f0ee83f14f2ce2c05360f5ed326844388353b6f (diff)
downloadcpython-git-8f5798edfb71342fa4b3070a7f69386f7b229cd0.tar.gz
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/index.rst')
-rw-r--r--Doc/install/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index a4084072e6..b22fc5958c 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.