summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-09-01 22:37:17 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-09-01 22:37:17 (GMT)
commit080ad041d2de781c3c111c09c5ee849e18772f07 (patch)
treeed4f300e06c93448b968b311ef17374ed57e1c07 /Doc
parentf1b678d9e1639ed4b2f2bc1fa99c6c6f936a83ad (diff)
downloadcpython-080ad041d2de781c3c111c09c5ee849e18772f07.zip
cpython-080ad041d2de781c3c111c09c5ee849e18772f07.tar.gz
cpython-080ad041d2de781c3c111c09c5ee849e18772f07.tar.bz2
More descriptive title.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/conf.py2
-rw-r--r--Doc/tools/sphinxext/indexcontent.html4
-rw-r--r--Doc/using/index.rst2
3 files changed, 4 insertions, 4 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index a84f9c3..09e046d 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 ef61e80..e364dce 100644
--- a/Doc/tools/sphinxext/indexcontent.html
+++ b/Doc/tools/sphinxext/indexcontent.html
@@ -7,12 +7,12 @@
<span class="linkdescr">or <a href="{{ pathto("whatsnew/index") }}">all "What's new" documents</a> since 2.0</span></span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/>
<span class="linkdescr">start here</span></p>
- <p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Using Python</a><br/>
- <span class="linkdescr">how to use Python on different platforms</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/>
<span class="linkdescr">keep this under your pillow</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/>
<span class="linkdescr">describes syntax and language elements</span></p>
+ <p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Python Setup</a><br/>
+ <span class="linkdescr">how to use Python on different platforms</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("howto/index") }}">Python HOWTOs</a><br/>
<span class="linkdescr">in-depth documents on specific topics</span></p>
</td><td width="50%">
diff --git a/Doc/using/index.rst b/Doc/using/index.rst
index 6ce5a00..6bba578 100644
--- a/Doc/using/index.rst
+++ b/Doc/using/index.rst
@@ -1,7 +1,7 @@
.. _using-index:
################
- Using Python
+ Python Setup
################