diff options
author | Raymond Hettinger <python@rcn.com> | 2010-09-02 09:17:31 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-09-02 09:17:31 (GMT) |
commit | ccb90e3ccd60bc0156905510074dce84e5b1272c (patch) | |
tree | 36fe4d638b41e649cce9184404ef37667d4d8966 /Doc | |
parent | 71133ff36848e6dddc541d752ad86d9fbd65bfd4 (diff) | |
download | cpython-ccb90e3ccd60bc0156905510074dce84e5b1272c.zip cpython-ccb90e3ccd60bc0156905510074dce84e5b1272c.tar.gz cpython-ccb90e3ccd60bc0156905510074dce84e5b1272c.tar.bz2 |
Keep contents order the same between versions.
Diffstat (limited to 'Doc')
-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 fade751..9c30656 100644 --- a/Doc/tools/sphinxext/indexcontent.html +++ b/Doc/tools/sphinxext/indexcontent.html @@ -11,10 +11,10 @@ <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("howto/index") }}">Python HOWTOs</a><br/> - <span class="linkdescr">in-depth documents on specific topics</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%"> <p class="biglink"><a class="biglink" href="{{ pathto("extending/index") }}">Extending and Embedding</a><br/> <span class="linkdescr">tutorial for C/C++ programmers</span></p> |