[Python-checkins] cpython (2.7): Fix link to global module index.

georg.brandl python-checkins at python.org
Sat Mar 3 21:22:11 CET 2012


http://hg.python.org/cpython/rev/52ecec12c0ed
changeset:   75377:52ecec12c0ed
branch:      2.7
parent:      75368:ccd16ad37544
user:        Georg Brandl <georg at python.org>
date:        Sat Mar 03 21:25:42 2012 +0100
summary:
  Fix link to global module index.

files:
  Doc/tools/sphinxext/indexcontent.html |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tools/sphinxext/indexcontent.html b/Doc/tools/sphinxext/indexcontent.html
--- a/Doc/tools/sphinxext/indexcontent.html
+++ b/Doc/tools/sphinxext/indexcontent.html
@@ -32,7 +32,7 @@
   <p><strong>Indices and tables:</strong></p>
   <table class="contentstable" align="center"><tr>
     <td width="50%">
-      <p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">Global Module Index</a><br/>
+      <p class="biglink"><a class="biglink" href="{{ pathto("py-modindex") }}">Global Module Index</a><br/>
          <span class="linkdescr">quick access to all modules</span></p>
       <p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br/>
          <span class="linkdescr">all functions, classes, terms</span></p>

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list