scripts/build_epydocs.sh
author Todd Larsen <tlarsen@google.com>
Thu, 22 May 2008 19:37:38 +0000
changeset 33 616855b101b5
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Add customized proto/person/profile.html template that was missed in the original apps/proto commit, and follow the new <model>/<view>.html directory structure now used in soc/templates/soc.

#!/bin/bash

echo "Running epydoc..."
echo $1

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

echo "Done."