scripts/build_epydocs.sh
author Todd Larsen <tlarsen@google.com>
Wed, 14 May 2008 01:47:24 +0000
changeset 27 50a07d2fe3f2
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Create a sub-directory for tests of scripts and script helper modules.

#!/bin/bash

echo "Running epydoc..."
echo $1

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

echo "Done."