wxWidgets/wxPython/distrib
Robin Dunn 089142a562 Fixes for the UNICODE build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-06 21:17:32 +00:00
..
mac A huge glob of changes in the 2.4 branch merged over to HEAD 2003-10-02 00:58:06 +00:00
msw Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
.cvsignore
build_renamers.py Fixes for the UNICODE build 2004-01-06 21:17:32 +00:00
genfilelist.py
make_installer.py Added TODO 2003-10-18 04:33:02 +00:00
make_static_setup.py wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
makedemo
makedev.bat
makedocs makedocs script now also crunches through some of the contribs docs 2003-10-01 23:29:54 +00:00
makepreview.bat Rename the .tar.gz to a .tgz 2003-12-29 23:51:30 +00:00
makerpm wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
makesrpm A huge glob of changes in the 2.4 branch merged over to HEAD 2003-10-02 00:58:06 +00:00
README.1st.txt A huge glob of changes in the 2.4 branch merged over to HEAD 2003-10-02 00:58:06 +00:00
README.devel.txt
README.viewdocs.txt wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
viewdocs.py
wx_conv.py wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
wx_create.py A huge glob of changes in the 2.4 branch merged over to HEAD 2003-10-02 00:58:06 +00:00
wxPythonFull.spec.in A huge glob of changes in the 2.4 branch merged over to HEAD 2003-10-02 00:58:06 +00:00

wxPythonDocs
------------

The wxWindows docs can now be viewed on non-Win32 platforms with a
nice viewer modeled after the MS HTMLHelp viewer.  Simply execute the
viewdocs.py script located in this directory and you're all set.
(You'll need to first have wxPython installed and accessible via the
PYTHONPATH.)

You can also add other HTML books to be displayed by the viewer simply
by dropping their .zip file here, viewdocs.py will find them
automatically and add them to the list.  The zip file just needs to
contain a .hhp file that defines the contents of the book.  See the
docs on wxHtmlHelpController for details.

If you'd still like to view these docs in your regular browser you can
simply unzip each of the books into their own directory.