wxWidgets/wxPython/distrib
Robin Dunn 8994c3c20c Run swig from the main setup.py when building the renamer's XML
instead of from build_renamers.py.  This makes it easy to ensure that
the same flags are used.  Also, use the new swig flag to generate the
XML after the python language module has run, rather than instead of.
This gives us more info in the xml output.

Updated build_renamers.py to expect the xml file to already be
generated, and also allow it to run with a xml doc tree from libxml2
rather than the xml.sax module.  This makes the extraction of info
much cleaner and logical since we usually need info from child or
grandchild nodes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-11 20:03:42 +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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
build_renamers.py Run swig from the main setup.py when building the renamer's XML 2003-12-11 20:03:42 +00:00
genfilelist.py Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) 2003-03-25 06:35:27 +00:00
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 Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) 2003-03-25 06:35:27 +00:00
makedev.bat Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) 2003-03-25 06:35:27 +00:00
makedocs makedocs script now also crunches through some of the contribs docs 2003-10-01 23:29:54 +00:00
makepreview.bat script to make the raw preview tarball 2003-11-24 19:22:26 +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 Mode distrib scripts and such 2002-08-28 20:02:20 +00:00
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 Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) 2003-03-25 06:35:27 +00:00
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.