scripts/build_epydocs.sh
author Todd Larsen <tlarsen@google.com>
Tue, 13 May 2008 17:31:56 +0000
changeset 25 7b0977c1703d
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Moving gsoc and ghop Melange app directories into /trunk/apps/ per Pawel's recent suggestion.

#!/bin/bash

echo "Running epydoc..."
echo $1

epydoc --html -v --show-private --inheritance=included --graph=all \
  -o ../../wiki/html/epydoc $1

echo "Done."