This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Incorrect href in Tutorial.
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, jlgijsbers
Priority: normal Keywords:

Created on 2004-08-13 13:36 by jlgijsbers, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg22063 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-08-13 13:36
It seems like the <link rel="index"> always has a
href="genindex.html" attribute. However, the tutorial
uses the --numeric option to mkhowto, so the index
lives at node18.html, making this an invalid link. I
don't understand the documentation building tools well
enough to fix this, so I'm assigning this to Fred.
msg22064 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2004-08-19 01:42
Logged In: YES 
user_id=3066

Fixed in Doc/perl/l2hinit.perl revision 1.82.

The make_head_and_body() function used a hardcoded
value for the <link> element for the index; this patch causes
the proper output filename to be captured during the
transformation phase so it can be used during the page
assembly phase.
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40754
2004-08-13 13:36:54jlgijsberscreate