[ python-Bugs-960860 ] botched html for index subheadings

SourceForge.net noreply at sourceforge.net
Wed May 26 10:17:59 EDT 2004


Bugs item #960860, was opened at 2004-05-26 10:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=960860&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jim Jewett (jimjjewett)
Assigned to: Nobody/Anonymous (nobody)
Summary: botched html for index subheadings

Initial Comment:
In the index, if a topic has subtopics, it should be listed 
as """
<dt>topic
<dd><dl><dt>subtopic1
             <dt>subtopic2
       </dl>
"""

In some cases (such as the reference manual entries for 
module, or object(continued)), it is correct.  In other 
cases (such as the entries for name, or the first column 
of object), the "<dd><dl>...</dl>" wrapper is left out, so 
that the subentries appear to be normal entries that just 
happen to be out of alphabetical order.


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

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



More information about the Python-bugs-list mailing list