[ python-Bugs-1008690 ] Incorrect <link rel="index"> href in Tutorial.

SourceForge.net noreply at sourceforge.net
Thu Aug 19 03:42:24 CEST 2004


Bugs item #1008690, was opened at 2004-08-13 09:36
Message generated for change (Settings changed) made by fdrake
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1008690&group_id=5470

Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Johannes Gijsbers (jlgijsbers)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Incorrect <link rel="index"> href in Tutorial.

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2004-08-18 21:42

Message:
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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1008690&group_id=5470


More information about the Python-bugs-list mailing list