From: Raymond Hettinger
Date: Wed, 1 Sep 2010 22:37:17 +0000 (+0000)
Subject: More descriptive title.
X-Git-Tag: v2.7.1rc1~349
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=080ad041d2de781c3c111c09c5ee849e18772f07;p=python
More descriptive title.
---
diff --git a/Doc/conf.py b/Doc/conf.py
index a84f9c3e17..09e046da87 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -125,7 +125,7 @@ latex_documents = [
('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 ef61e80804..e364dcefec 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
diff --git a/Doc/using/index.rst b/Doc/using/index.rst
index 6ce5a00de4..6bba578540 100644
--- a/Doc/using/index.rst
+++ b/Doc/using/index.rst
@@ -1,7 +1,7 @@
.. _using-index:
################
- Using Python
+ Python Setup
################
|