[ python-Bugs-1559142 ] some section links (previous, up, next) missing last word

SourceForge.net noreply at sourceforge.net
Fri Dec 22 14:56:58 CET 2006


Bugs item #1559142, was opened at 2006-09-15 04:17
Message generated for change (Comment added) made by fdrake
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1559142&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Tim Smith (thimsmith)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: some section links (previous, up, next) missing last word

Initial Comment:
The Previous, Up and Next links in the Library
Reference are often missing the last word.

Examples:

http://www.python.org/doc/current/lib/module-operator.html
"""Previous: 3.9 UserString Up: 3. Python Runtime
Services Next: 3.10.1 Mapping Operators to """

(Next link missing last word "Functions".)


http://www.python.org/doc/current/lib/weakref-example.html
"""Previous: 3.3.1 Weak Reference Objects Up: 3.3
weakref Next: 3.3.3 Weak References in """

(Next link missing last two words "Extension Types".)


There are *many* examples of this.

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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2006-12-22 08:56

Message:
Logged In: YES 
user_id=3066
Originator: NO

This is indeed a LaTeX2HTML (mis-)feature.  I think this is the first time
it's been reported as a problem, but I agree that it's misleading without
some indication that something was elided (an ellipsis would help a lot).

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

Comment By: Georg Brandl (gbrandl)
Date: 2006-09-30 08:10

Message:
Logged In: YES 
user_id=849994

This seems to be a "feature" of LaTeX2html. It limits the
links to three words.

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

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


More information about the Python-bugs-list mailing list