summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
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/conf.py
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/conf.py')
-rw-r--r--Doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 69e45de..c0ed8c6 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -120,11 +120,11 @@ _stdauthor = r'Guido van Rossum\\Fred L. Drake, Jr., editor'
latex_documents = [
('c-api/index', 'c-api.tex',
'The Python/C API', _stdauthor, 'manual'),
- ('distutils/index', 'distutils.tex',
+ ('distributing/index', 'distributing.tex',
'Distributing Python Modules', _stdauthor, 'manual'),
('extending/index', 'extending.tex',
'Extending and Embedding Python', _stdauthor, 'manual'),
- ('install/index', 'install.tex',
+ ('installing/index', 'installing.tex',
'Installing Python Modules', _stdauthor, 'manual'),
('library/index', 'library.tex',
'The Python Library Reference', _stdauthor, 'manual'),