[Python-checkins] cpython (2.7): Fix link to global module index.
benjamin.peterson
python-checkins at python.org
Thu Mar 15 19:01:18 CET 2012
http://hg.python.org/cpython/rev/c0db7cf0535a
changeset: 75696:c0db7cf0535a
branch: 2.7
parent: 75217:2cb325d661eb
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