merge python help with wxPython help ?

hello,

Is there a way to merge the Python help files (CHM),
with the wxPython help files ?

As CHM files are probably only supported under windows,
I wonder what (context sensitive) help files are used under Linux ?

thanks,
Stef Mientki

Stef Mientki wrote:

hello,

Is there a way to merge the Python help files (CHM),
with the wxPython help files ?

Extract the files from the python CHM and put them in a zip file that includes the .hhc, .hhk and .hhp files at the top level, and then put the zip file next to the wx.zip file that is included in the wxPython-docs tarball and then run viewdocs.py. If the zip file is structured correctly it will show up as a 2nd book in the viewer.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!