summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-03 22:33:27 (GMT)
committerGeorg Brandl <georg@python.org>2010-09-03 22:33:27 (GMT)
commit8d582160506aa57f182fc27b055e16b2ff140968 (patch)
tree034f04a4d73b318ed78a8723c823f654a5a5e5a9 /Doc
parent01669309d351f8cc13aab896c133a9f386111996 (diff)
downloadcpython-8d582160506aa57f182fc27b055e16b2ff140968.zip
cpython-8d582160506aa57f182fc27b055e16b2ff140968.tar.gz
cpython-8d582160506aa57f182fc27b055e16b2ff140968.tar.bz2
More inclusive title.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/conf.py2
-rw-r--r--Doc/tools/sphinxext/indexcontent.html2
-rw-r--r--Doc/using/index.rst6
3 files changed, 5 insertions, 5 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index c7cf1ad..0f8e606 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -131,7 +131,7 @@ latex_documents = [
('tutorial/index', 'tutorial.tex',
'Python Tutorial', _stdauthor, 'manual'),
('using/index', 'using.tex',
- 'Python Setup', _stdauthor, 'manual'),
+ 'Python Setup and Usage', _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 9c30656..3baed1c 100644
--- a/Doc/tools/sphinxext/indexcontent.html
+++ b/Doc/tools/sphinxext/indexcontent.html
@@ -11,7 +11,7 @@
<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/>
+ <p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Python Setup and Usage</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>
diff --git a/Doc/using/index.rst b/Doc/using/index.rst
index 6bba578..1201153 100644
--- a/Doc/using/index.rst
+++ b/Doc/using/index.rst
@@ -1,8 +1,8 @@
.. _using-index:
-################
- Python Setup
-################
+##########################
+ Python Setup and Usage
+##########################
This part of the documentation is devoted to general information on the setup