New submission from Graeme Glass <[email protected]>:
On my machine (Ubuntu 11.04) the link to "Python Module Index" from the index
page is incorrect in the "Indices and tables" section (it links to
modindex.html instead of py-modindex.html).
It links to the correct place in the navigation bar at the top right of the
page.
Navigation (Correct):
<li class="right" >
<a href="py-modindex.html" title="Python Module Index">modules</a>
|</li>
In the body (Incorrect):
<p><strong>Indices and tables:</strong></p>
...
<p class="biglink"><a class="biglink" href="modindex.html">Global Module
Index</a><br/
...
This seems to affect python2.6 and python2.7 documentation.
(Indices and tables) link for these files:
file:///usr/share/doc/python2.6/html/index.html
file:///usr/share/doc/python2.6-doc/html/index.html
Link to:
file:///usr/share/doc/python2.6/html/modindex.html
file:///usr/share/doc/python2.6-doc/html/modindex.html
When they should link to:
file:///usr/share/doc/python2.6/html/py-modindex.html
file:///usr/share/doc/python2.6-doc/html/py-modindex.html
Likewise:
file:///usr/share/doc/python2.7/html/index.html
file:///usr/share/doc/python2.7-doc/html/index.html
Link to:
file:///usr/share/doc/python2.7/html/modindex.html
file:///usr/share/doc/python2.7-doc/html/modindex.html
When they should link to:
file:///usr/share/doc/python2.7/html/py-modindex.html
file:///usr/share/doc/python2.7-doc/html/py-modindex.html
I searched the python bug tracker for a similar issue and could not find one.
I do not know if this affects python3.x Documentation also as I do not have it
installed so have not checked.
I am not sure if this is an Ubuntu issue or Python Docs Issue.
----------
assignee: docs@python
components: Documentation
messages: 145295
nosy: docs@python, graemeglass
priority: normal
severity: normal
status: open
title: Global Module Index link in the offline documentation is incorrect
versions: Python 2.6, Python 2.7
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue13144>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com