]> granicus.if.org Git - python/commitdiff
More descriptive title.
authorRaymond Hettinger <python@rcn.com>
Wed, 1 Sep 2010 22:52:25 +0000 (22:52 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 1 Sep 2010 22:52:25 +0000 (22:52 +0000)
Doc/conf.py
Doc/tools/sphinxext/indexcontent.html
Doc/using/index.rst

index e2b0ce0370aa807c219302ff9c9a32fb7ce5cd02..9603b4b0e76bc3f6b884374741dbc7131e04644a 100644 (file)
@@ -128,7 +128,7 @@ latex_documents = [
     ('tutorial/index', 'tutorial.tex',
      'Python Tutorial', _stdauthor, 'manual'),
     ('using/index', 'using.tex',
-     'Using Python', _stdauthor, 'manual'),
+     'Python Setup', _stdauthor, 'manual'),
     ('whatsnew/' + version, 'whatsnew.tex',
      'What\'s New in Python', 'A. M. Kuchling', 'howto'),
 ]
index ef61e808043a550e245986b298b5477ac5e412a5..e364dcefecfaa438c56c3df2a3f15a1324f1cfbd 100644 (file)
@@ -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%">
index 6ce5a00de40999af8ff739de0b9d3b695dca405e..6bba57854066c25745714065b9c416efce1b75e2 100644 (file)
@@ -1,7 +1,7 @@
 .. _using-index:
 
 ################
-  Using Python
+  Python Setup
 ################