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.

classification
Title: add support for HtmlHelp output
Type: Stage:
Components: Demos and Tools Versions: Python 2.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: fdrake, rpyron
Priority: normal Keywords: patch

Created on 2002-05-06 11:21 by rpyron, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cdiff.txt rpyron, 2002-05-06 11:21 context diff
Messages (2)
msg39904 - (view) Author: Robert Pyron (rpyron) Date: 2002-05-06 11:21
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().
msg39905 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-06-17 14:48
Logged In: YES 
user_id=3066

Closing; this is a duplicate of patch #552837.
History
Date User Action Args
2022-04-10 16:05:18adminsetgithub: 36562
2002-05-06 11:21:53rpyroncreate