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.

Author ocean-city
Recipients georg.brandl, ocean-city
Date 2008-11-17.06:28:06
SpamBayes Score 3.232673e-05
Marked as misclassified No
Message-id <1226903290.66.0.280632836745.issue4252@psf.upfronthosting.co.za>
In-reply-to
Content
This describes second bug.

When multiple target was bound to same keyword, only first target could
be browsed.

In index_on_firefox.png, we can see "operator, [1], [2]". This [?] means
multiple targets are linked to same keyword and we can browse each
target in firefox. But from htmlhelp, we can only browse first target.

Attached patch "sphinx_multiple_targets.patch" will enable us to select
each targets in popup dialog. (They all have same title, I think it's
useless though)

Please apply this patch after applied sphinx_inactive_index_item.patch.
History
Date User Action Args
2008-11-17 06:28:10ocean-citysetrecipients: + ocean-city, georg.brandl
2008-11-17 06:28:10ocean-citysetmessageid: <1226903290.66.0.280632836745.issue4252@psf.upfronthosting.co.za>
2008-11-17 06:28:09ocean-citylinkissue4252 messages
2008-11-17 06:28:09ocean-citycreate