Message 145295 - Python tracker (original) (raw)

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):

  • modules |
  • In the body (Incorrect):

    Indices and tables:

    ...

    Global Module Index<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.