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

Skip to content

Commit 2f6bd27

Browse files
committed
More descriptive title.
1 parent bd204de commit 2f6bd27

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
('tutorial/index', 'tutorial.tex',
129129
'Python Tutorial', _stdauthor, 'manual'),
130130
('using/index', 'using.tex',
131-
'Using Python', _stdauthor, 'manual'),
131+
'Python Setup', _stdauthor, 'manual'),
132132
('whatsnew/' + version, 'whatsnew.tex',
133133
'What\'s New in Python', 'A. M. Kuchling', 'howto'),
134134
]

Doc/tools/sphinxext/indexcontent.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<span class="linkdescr">or <a href="{{ pathto("whatsnew/index") }}">all "What's new" documents</a> since 2.0</span></span></p>
88
<p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/>
99
<span class="linkdescr">start here</span></p>
10-
<p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Using Python</a><br/>
11-
<span class="linkdescr">how to use Python on different platforms</span></p>
1210
<p class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/>
1311
<span class="linkdescr">keep this under your pillow</span></p>
1412
<p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/>
1513
<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/>
15+
<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>
1818
</td><td width="50%">

Doc/using/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _using-index:
22

33
################
4-
Using Python
4+
Python Setup
55
################
66

77

0 commit comments

Comments
 (0)