diff --git a/Doc/conf.py b/Doc/conf.py index e2b0ce0370a..9603b4b0e76 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -128,7 +128,7 @@ ('tutorial/index', 'tutorial.tex', 'Python Tutorial', _stdauthor, 'manual'), ('using/index', 'using.tex', - 'Using Python', _stdauthor, 'manual'), + 'Python Setup', _stdauthor, 'manual'), ('whatsnew/' + version, 'whatsnew.tex', 'What\'s New in Python', 'A. M. Kuchling', 'howto'), ] diff --git a/Doc/tools/sphinxext/indexcontent.html b/Doc/tools/sphinxext/indexcontent.html index ef61e808043..e364dcefecf 100644 --- a/Doc/tools/sphinxext/indexcontent.html +++ b/Doc/tools/sphinxext/indexcontent.html @@ -7,12 +7,12 @@ or all "What's new" documents since 2.0
Tutorial
start here
Using Python
- how to use Python on different platforms
Library Reference
keep this under your pillow
Language Reference
describes syntax and language elements
Python Setup
+ how to use Python on different platforms
Python HOWTOs
in-depth documents on specific topics