scripts/build_epydocs.sh
author Todd Larsen <tlarsen@google.com>
Thu, 28 Aug 2008 22:27:40 +0000
changeset 118 d2e61a490969
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Clean up User Model and User profile edit view now that soc.logic.site.id_user module exists. Change usage of "user" to be "id" the variable refers to a Google Account and not a User entity. Patch by: Todd Larsen Review by: to-be-reviewed

#!/bin/bash

echo "Running epydoc..."
echo $1

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

echo "Done."