          MODULE=epydoc
         VERSION=1.1
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
        WEB_SITE=http://epydoc.sourceforge.net/
         ENTERED=20030514
         UPDATED=20030514
           SHORT=" Epydoc is a tool for generating API documentation for Python modules"
cat << EOF
 Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. For an example of epydoc's output, see the API documentation for epydoc itself (html, pdf). A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables.
EOF
