scripts/build_epydocs.sh
author Todd Larsen <tlarsen@google.com>
Sat, 31 May 2008 01:11:22 +0000
changeset 41 74e1f65dd960
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Empty index.yaml file created by dev_appserver.py, so that it will stop showing up as an unknown file in the 'svn status' output.

#!/bin/bash

echo "Running epydoc..."
echo $1

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

echo "Done."