Script to generate epydoc documents in wiki/html/epydoc.
Contributed by Sverre Rabbelier.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/build_epydocs.sh Wed May 07 21:52:33 2008 +0000
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+echo "Running epydoc..."
+echo $1
+
+epydoc --html -v --show-private --inheritance=included --graph=all \
+ -o ../../wiki/html/epydoc $1
+
+echo "Done."
+