diff options
| author | Raymond Hettinger <python@rcn.com> | 2010-09-01 22:52:25 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2010-09-01 22:52:25 +0000 |
| commit | 2f6bd27a7e74200c2b85e1db4d1fcb0322efae67 (patch) | |
| tree | bbdbd9ba46412c9e8585aec7e2ecb9857e2f3628 /Doc/tools | |
| parent | bd204de4546a3749d6df1b7f4bef8a7c7ccd813d (diff) | |
| download | cpython-git-2f6bd27a7e74200c2b85e1db4d1fcb0322efae67.tar.gz | |
More descriptive title.
Diffstat (limited to 'Doc/tools')
| -rw-r--r-- | Doc/tools/sphinxext/indexcontent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/sphinxext/indexcontent.html b/Doc/tools/sphinxext/indexcontent.html index ef61e80804..e364dcefec 100644 --- a/Doc/tools/sphinxext/indexcontent.html +++ b/Doc/tools/sphinxext/indexcontent.html @@ -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> <p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/> <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/> <span class="linkdescr">keep this under your pillow</span></p> <p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/> <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/> <span class="linkdescr">in-depth documents on specific topics</span></p> </td><td width="50%"> |
