Finish moving the remaining "prototype" app pieces out of apps/proto,
and then remove trunk/apps. There is still some editing to do in the
newly-relocated files (now in trunk/app/soc and trunk/app/ghop).
#!/bin/bash
echo "Running epydoc..."
echo $1
epydoc --html -v --show-private --inheritance=included --graph=all \
-o ../../wiki/html/epydoc $1
echo "Done."