Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d58216

Browse files
committed
More inclusive title.
1 parent 0166930 commit 8d58216

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
('tutorial/index', 'tutorial.tex',
132132
'Python Tutorial', _stdauthor, 'manual'),
133133
('using/index', 'using.tex',
134-
'Python Setup', _stdauthor, 'manual'),
134+
'Python Setup and Usage', _stdauthor, 'manual'),
135135
('whatsnew/' + version, 'whatsnew.tex',
136136
'What\'s New in Python', 'A. M. Kuchling', 'howto'),
137137
]

Doc/tools/sphinxext/indexcontent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<span class="linkdescr">keep this under your pillow</span></p>
1212
<p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/>
1313
<span class="linkdescr">describes syntax and language elements</span></p>
14-
<p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Python Setup</a><br/>
14+
<p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Python Setup and Usage</a><br/>
1515
<span class="linkdescr">how to use Python on different platforms</span></p>
1616
<p class="biglink"><a class="biglink" href="{{ pathto("howto/index") }}">Python HOWTOs</a><br/>
1717
<span class="linkdescr">in-depth documents on specific topics</span></p>

Doc/using/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _using-index:
22

3-
################
4-
Python Setup
5-
################
3+
##########################
4+
Python Setup and Usage
5+
##########################
66

77

88
This part of the documentation is devoted to general information on the setup

0 commit comments

Comments
 (0)