From 8d582160506aa57f182fc27b055e16b2ff140968 Mon Sep 17 00:00:00 2001
From: Georg Brandl
Date: Fri, 3 Sep 2010 22:33:27 +0000
Subject: More inclusive title.
---
Doc/conf.py | 2 +-
Doc/tools/sphinxext/indexcontent.html | 2 +-
Doc/using/index.rst | 6 +++---
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 @@
keep this under your pillow
Language Reference
describes syntax and language elements
- Python Setup
+
Python Setup and Usage
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 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
--
cgit v0.12