[Python-bugs-list] [ python-Bugs-217195 ] Broken \ref link in documentation

noreply@sourceforge.net noreply@sourceforge.net
Fri, 18 Oct 2002 08:23:25 -0700


Bugs item #217195, was opened at 2000-10-18 14:51
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=217195&group_id=5470

Category: Documentation
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Broken \ref link in documentation

Initial Comment:
[Report received by python-docs.]

From: Roy Smith <rsmith@micromuse.com>
Date: Wed, 18 Oct 2000 14:45:25 -0700

On the page http://www.python.org/doc/current/ref/exceptions.html, if I
click on the link for secion 7.4
(http://www.python.org/doc/current/ref/node83.html#try), I get an Error
404: file not found.


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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-10-18 11:23

Message:
Logged In: YES 
user_id=3066

Added additional cross-references in Doc/ref/ref6.tex
revisions 1.56, 1.47.4.4, and Doc/ref/ref7.tex revisions
1.35, 1.29.8.6.
Closing the report.

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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-10-18 10:44

Message:
Logged In: YES 
user_id=3066

Links fixed with a patch by Neal Norwitz in
Doc/tools/node2label.pl revisions 1.14 and 1.12.18.1.

This turned out not to be a LaTeX2HTML bug but a bug in our
own re-naming script that we use to post-process the
generated HTML (not surprising, but this was a question
earlier).

I'm marking this fixed but left open since this issue's
comments include a request for additional cross-references
in the language reference.

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

Comment By: Terry J. Reedy (tjreedy)
Date: 2002-08-11 12:42

Message:
Logged In: YES 
user_id=593130

The page in question is '4.2 Exceptions'
http://www.python.org/doc/current/ref/exceptions.html

The line in question is:
See also the description of the try statement in section 7.4 
and raise statement in section 6.9. 

6.9 links to '6.9 The raise statement' 
http://www.python.org/doc/current/ref/raise.html#raise
which works fine

7.4 links to the now obsolete URL
http://www.python.org/doc/current/ref/node83.html#try
It should link to the current '7.4 The try statement '
http://www.python.org/doc/current/ref/try.html
or maybe?
http://www.python.org/doc/current/ref/try.html#try

Isn't this a simple update so that the 7.4 ref works like the 
6.9 ref?

PS. I would like also like references from 7.4 to 4.2 and 6.9


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

Comment By: Jeremy Hylton (jhylton)
Date: 2002-03-01 17:32

Message:
Logged In: YES 
user_id=31392

Was it a LaTeX2HTML bug or not?


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

Comment By: Nobody/Anonymous (nobody)
Date: 2002-01-29 19:51

Message:
Logged In: NO 

ergdfvgdfdfgsdgff

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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2000-12-12 16:54

Message:
I'll note that I think this is a LaTeX2HTML bug, but I need to spend some time digging into the \ref{} handling.  It seems to have other problems as well.  ;-(

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

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