summaryrefslogtreecommitdiffstats
path: root/Doc/contents.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/contents.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/contents.rst')
-rw-r--r--Doc/contents.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/Doc/contents.rst b/Doc/contents.rst
index c0c6af3..29b07db 100644
--- a/Doc/contents.rst
+++ b/Doc/contents.rst
@@ -11,8 +11,8 @@
library/index.rst
extending/index.rst
c-api/index.rst
- distutils/index.rst
- install/index.rst
+ distributing/index.rst
+ installing/index.rst
howto/index.rst
faq/index.rst
glossary.rst
@@ -21,3 +21,11 @@
bugs.rst
copyright.rst
license.rst
+
+.. include legacy packaging docs in build
+
+.. toctree::
+ :hidden:
+
+ distutils/index.rst
+ install/index.rst