Hi guys,
Since I had a few people ask for them, I decided to upload the Python-specific docs I created for wxPython. You can grab a compressed copy of the HTML docs at:
http://dnet.com/erik/wxPython-reference-html.zip
(sorry for the zip format -- I haven't yet installed cygwin on my new work machine, so zip is the only compression utility I have right now).
To use them, just create an alias or bookmark to the "index.html" file, and go from there.
These docs are created by parsing the Latex source files for the wxWindows documentation, and then rearranging the method definitions so that they look like Python code. The result probably isn't perfect -- I'd love to hear how anyone who has a go with these gets on, and in particular please let me know if you find any problems or have any suggestions for how I can improve the conversion program which generates these docs.
Also, if anyone wants a copy of the conversion program itself, just let me know and I'll upload that as well.
Cheers,
- Erik.