scripts/build_epydocs.sh
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 18 Aug 2008 16:58:23 +0000
changeset 73 211a3eeacf27
parent 10 56109601507d
child 130 63248d9db484
permissions -rwxr-xr-x
Created robots.txtx and simple Melange favicon. Added favicon and robots.txt support in app.yaml template.

#!/bin/bash

echo "Running epydoc..."
echo $1

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

echo "Done."