mirror of https://github.com/python/cpython
More descriptive title.
This commit is contained in:
parent
bd204de454
commit
2f6bd27a7e
|
@ -128,7 +128,7 @@ latex_documents = [
|
||||||
('tutorial/index', 'tutorial.tex',
|
('tutorial/index', 'tutorial.tex',
|
||||||
'Python Tutorial', _stdauthor, 'manual'),
|
'Python Tutorial', _stdauthor, 'manual'),
|
||||||
('using/index', 'using.tex',
|
('using/index', 'using.tex',
|
||||||
'Using Python', _stdauthor, 'manual'),
|
'Python Setup', _stdauthor, 'manual'),
|
||||||
('whatsnew/' + version, 'whatsnew.tex',
|
('whatsnew/' + version, 'whatsnew.tex',
|
||||||
'What\'s New in Python', 'A. M. Kuchling', 'howto'),
|
'What\'s New in Python', 'A. M. Kuchling', 'howto'),
|
||||||
]
|
]
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
<span class="linkdescr">or <a href="{{ pathto("whatsnew/index") }}">all "What's new" documents</a> since 2.0</span></span></p>
|
<span class="linkdescr">or <a href="{{ pathto("whatsnew/index") }}">all "What's new" documents</a> since 2.0</span></span></p>
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/>
|
||||||
<span class="linkdescr">start here</span></p>
|
<span class="linkdescr">start here</span></p>
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Using Python</a><br/>
|
|
||||||
<span class="linkdescr">how to use Python on different platforms</span></p>
|
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/>
|
||||||
<span class="linkdescr">keep this under your pillow</span></p>
|
<span class="linkdescr">keep this under your pillow</span></p>
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/>
|
||||||
<span class="linkdescr">describes syntax and language elements</span></p>
|
<span class="linkdescr">describes syntax and language elements</span></p>
|
||||||
|
<p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Python Setup</a><br/>
|
||||||
|
<span class="linkdescr">how to use Python on different platforms</span></p>
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("howto/index") }}">Python HOWTOs</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("howto/index") }}">Python HOWTOs</a><br/>
|
||||||
<span class="linkdescr">in-depth documents on specific topics</span></p>
|
<span class="linkdescr">in-depth documents on specific topics</span></p>
|
||||||
</td><td width="50%">
|
</td><td width="50%">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.. _using-index:
|
.. _using-index:
|
||||||
|
|
||||||
################
|
################
|
||||||
Using Python
|
Python Setup
|
||||||
################
|
################
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue