scripts/build_epydocs.sh
author Todd Larsen <tlarsen@google.com>
Sat, 31 May 2008 01:13:58 +0000
changeset 42 7878a389d558
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Updated version of proto.css that defines some "form field" table cell styles that was missed in the previous commit.

#!/bin/bash

echo "Running epydoc..."
echo $1

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

echo "Done."