scripts/build_epydocs.sh
author Todd Larsen <tlarsen@google.com>
Tue, 13 May 2008 00:43:02 +0000
changeset 24 45b71dde9ef3
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Move the GSoC-specific module hierarchy into a sub-directory to simplify the branch-building scripts.

#!/bin/bash

echo "Running epydoc..."
echo $1

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

echo "Done."