Changeset 391 for python/trunk/Doc/tools/sphinxext/indexcontent.html
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/tools/sphinxext/indexcontent.html
r2 r391 8 8 <p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/> 9 9 <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>12 10 <p class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/> 13 11 <span class="linkdescr">keep this under your pillow</span></p> 14 12 <p class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/> 15 13 <span class="linkdescr">describes syntax and language elements</span></p> 14 <p class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">Python Setup and Usage</a><br/> 15 <span class="linkdescr">how to use Python on different platforms</span></p> 16 16 <p class="biglink"><a class="biglink" href="{{ pathto("howto/index") }}">Python HOWTOs</a><br/> 17 17 <span class="linkdescr">in-depth documents on specific topics</span></p> … … 25 25 <p class="biglink"><a class="biglink" href="{{ pathto("distutils/index") }}">Distributing Python Modules</a><br/> 26 26 <span class="linkdescr">sharing modules with others</span></p> 27 <p class="biglink"><a class="biglink" href="{{ pathto("documenting/index") }}">Documenting Python</a><br/>28 <span class="linkdescr">guide for documentation authors</span></p>29 27 <p class="biglink"><a class="biglink" href="{{ pathto("faq/index") }}">FAQs</a><br/> 30 28 <span class="linkdescr">frequently asked questions (with answers!)</span></p> … … 35 33 <table class="contentstable" align="center"><tr> 36 34 <td width="50%"> 37 <p class="biglink"><a class="biglink" href="{{ pathto(" modindex") }}">Global Module Index</a><br/>35 <p class="biglink"><a class="biglink" href="{{ pathto("py-modindex") }}">Global Module Index</a><br/> 38 36 <span class="linkdescr">quick access to all modules</span></p> 39 37 <p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br/>
Note:
See TracChangeset
for help on using the changeset viewer.