scripts/build_epydocs.sh
author Todd Larsen <tlarsen@google.com>
Mon, 04 Aug 2008 22:09:35 +0000
changeset 62 1627b79c396a
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
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."