summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/index.rst
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-03-13 12:13:45 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-03-13 12:13:45 (GMT)
commitf7614d55a2e1b1c51aebaa8e7ad0ba7951883d9b (patch)
tree7dbcedea7c9fb86a57dd4babdce5fcb411402b76 /Doc/distutils/index.rst
parent9e0622713e04d6567921b99b62f4651fae6358a6 (diff)
downloadcpython-f7614d55a2e1b1c51aebaa8e7ad0ba7951883d9b.zip
cpython-f7614d55a2e1b1c51aebaa8e7ad0ba7951883d9b.tar.gz
cpython-f7614d55a2e1b1c51aebaa8e7ad0ba7951883d9b.tar.bz2
Close #19407: New installation & distribution guides
- based on pip and other PyPA tools - includes references to the new Python Packaging User Guide where appropriate (and the relevant section is at least partially filled in) - started new FAQ sections - both guides aim to introduce users to basic open source concepts if they aren't aware of them - existing guides have been relocated (now linked from the distutils docs) rather then removed, since there is some needed material that has yet to be relocated to the distutils docs as a reference for the legacy formats
Diffstat (limited to 'Doc/distutils/index.rst')
-rw-r--r--Doc/distutils/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst
index 1a6f04c..90d1c1a 100644
--- a/Doc/distutils/index.rst
+++ b/Doc/distutils/index.rst
@@ -1,8 +1,8 @@
.. _distutils-index:
-###############################
- Distributing Python Modules
-###############################
+##############################################
+ Distributing Python Modules (Legacy version)
+##############################################
:Authors: Greg Ward, Anthony Baxter
:Email: distutils-sig@python.org