scripts/build_epydocs.sh
author Todd Larsen <tlarsen@google.com>
Thu, 22 May 2008 19:36:13 +0000
changeset 32 670a4571f496
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Move soc/profile.html into soc/person/profile.html, to avoid collisions between similarly-named templates.

#!/bin/bash

echo "Running epydoc..."
echo $1

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

echo "Done."