From: Georg Brandl Date: Fri, 3 Sep 2010 22:33:27 +0000 (+0000) Subject: More inclusive title. X-Git-Tag: v3.2a2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d582160506aa57f182fc27b055e16b2ff140968;p=thirdparty%2FPython%2Fcpython.git More inclusive title. --- diff --git a/Doc/conf.py b/Doc/conf.py index c7cf1ad750f8..0f8e606d26b7 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 9c306567b2a5..3baed1cf6d52 100644 --- a/Doc/tools/sphinxext/indexcontent.html +++ b/Doc/tools/sphinxext/indexcontent.html @@ -11,7 +11,7 @@ keep this under your pillow

- diff --git a/Doc/using/index.rst b/Doc/using/index.rst index 6bba57854066..1201153daee6 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