scripts/build_epydocs.sh
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 19 Aug 2008 22:26:24 +0000
changeset 81 b03b1ec17727
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Moved soc/site/home.html to soc/site/home/public.html and updated default template for public() in home.py

#!/bin/bash

echo "Running epydoc..."
echo $1

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

echo "Done."