scripts/build_epydocs.sh
author Todd Larsen <tlarsen@google.com>
Tue, 19 Aug 2008 23:51:31 +0000
changeset 84 1b31d238ba39
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Flesh out the user/roles placeholders a little bit more.

#!/bin/bash

echo "Running epydoc..."
echo $1

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

echo "Done."