From 2f6bd27a7e74200c2b85e1db4d1fcb0322efae67 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 1 Sep 2010 22:52:25 +0000 Subject: More descriptive title. --- Doc/conf.py | 2 +- Doc/tools/sphinxext/indexcontent.html | 4 ++-- Doc/using/index.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/conf.py b/Doc/conf.py index e2b0ce0..9603b4b 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -128,7 +128,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 @@ or all "What's new" documents since 2.0

- + 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 ################ -- cgit v0.12