From: Robin Dunn Date: Fri, 4 Jun 2004 23:21:22 +0000 (+0000) Subject: little tweaks X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/77d4f4438608f5a4aac6a30ef317f6d654710351 little tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index bd0785da86..cce8c7b333 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -30,7 +30,7 @@ import images _treeList = [ # new stuff - ('Recent Additions and Updates', [ + ('Recent Additions/Updates', [ 'OGL', 'FloatCanvas', ]), diff --git a/wxPython/distrib/makedocs b/wxPython/distrib/makedocs index 4fb5faf345..682b6b7a8e 100755 --- a/wxPython/distrib/makedocs +++ b/wxPython/distrib/makedocs @@ -12,18 +12,20 @@ VERSION=`python -c "import setup;print setup.VERSION"` CONTRIBS="ogl gizmos" DEST=wxPython-$VERSION/docs + # **** Make a directory to build up a distribution tree mkdir -p _build_docs/$DEST cd _build_docs mkdir $DEST/wx WXDIR=../.. +INI=$WXDIR/docs/latex/wx/tex2rtf.ini # **** Build the main docs using tex2rtf echo "****" main "****" cp $WXDIR/docs/latex/wx/*.gif $DEST/wx cp $WXDIR/docs/latex/wx/*.css $DEST/wx -$WXDIR/utils/tex2rtf/src/tex2rtf $WXDIR/docs/latex/wx/manual.tex $DEST/wx/wx.html -twice -html -macros $WXDIR/docs/latex/wx/tex2rtf.ini +tex2rtf $WXDIR/docs/latex/wx/manual.tex $DEST/wx/wx.html -twice -html -macros $INI cp $DEST/wx/wx_contents.html $DEST/wx/index.html cp $DEST/wx/* $WXDIR/docs/html/wx @@ -33,7 +35,7 @@ for c in $CONTRIBS; do mkdir $DEST/$c cp $WXDIR/contrib/docs/latex/$c/*.gif $DEST/$c cp $WXDIR/contrib/docs/latex/$c/*.bmp $DEST/$c - $WXDIR/utils/tex2rtf/src/tex2rtf $WXDIR/contrib/docs/latex/$c/$c.tex $DEST/$c/$c.html -twice -html -macros $WXDIR/docs/latex/wx/tex2rtf.ini + tex2rtf $WXDIR/contrib/docs/latex/$c/$c.tex $DEST/$c/$c.html -twice -html -macros $INI cp $DEST/$c/$c.html $DEST/$c/index.html || cp $DEST/$c/${c}_contents.html $DEST/$c/index.html done diff --git a/wxPython/docs/bin/makeapidocs b/wxPython/docs/bin/makeapidocs index de3666f460..27e3d6713a 100755 --- a/wxPython/docs/bin/makeapidocs +++ b/wxPython/docs/bin/makeapidocs @@ -10,6 +10,8 @@ fi rm -r docs/api/* +export PTYHONPATH=$PWD + epydoc --name wxPython \ --html \ --output docs/api \ @@ -19,12 +21,21 @@ epydoc --name wxPython \ --no-private \ --css docs/wxPython-epydoc.css \ --docformat restructuredtext \ + --url http://wxPython.org/ \ + --no-frames \ $* \ - ./wx/__init__.py + wx + +# wx/__init__.py \ + +# wx/calendar.py wx/grid.py wx/html.py wx/wizard.py \ +# wx/gizmos.py wx/ogl.py wx/stc.py wx/xrc.py + # --no-frames \ # --docformat epytext \ # --debug \ +# --inheritance grouped \ # TODO: