[Patches] [ python-Patches-552835 ] add support for HtmlHelp output

noreply@sourceforge.net noreply@sourceforge.net
Mon, 17 Jun 2002 07:48:04 -0700


Patches item #552835, was opened at 2002-05-06 07:21
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=552835&group_id=5470

Category: Demos and tools
Group: Python 2.2.x
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Robert Pyron (rpyron)
Assigned to: Nobody/Anonymous (nobody)
Summary: add support for HtmlHelp output

Initial Comment:
New command-line option, "-H htmlbase", to specify HTML
Help output. This will cause three files to be created
in the current directory, which can be used as input to
HTML Help Workshop.

Support a few more tags: @uref, @image, @multitable,
@vtable, misc accents.

A few bug fixes:
1. In function makefile(), strip blanks from the
nodename.  This is necessary to match behavior of
TexinfoParser.makeref() and TexinfoParser.do_node().
2. Allow @menu and menu items inside @ifset or @ifclear.
3. Catch KeyError in end_ifset() and end_ifclear().


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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-06-17 10:48

Message:
Logged In: YES 
user_id=3066

Closing; this is a duplicate of patch #552837.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=552835&group_id=5470