#----------------------------------------------------------------------
+set -o xtrace
+
if [ ! -d wxPython ]; then # TODO: make this test more robust
echo "Please run this script from the root wxPython directory."
exit 1
# build the docs
export PTYHONPATH=$PWD
-/opt/python/bin/epydoc --name wxPython \
+/opt/python/bin/epydoc --name "wxPython $VERSION" \
--html \
--output docs/api \
--ignore-param-mismatch \
# --docformat epytext \
# --debug \
# --inheritance grouped \
+# --inheritance none \
+
+
+
+python docs/bin/BuildAPIHelpBook.py wxpyapi docs/api
# TODO: