Show
Ignore:
Timestamp:
08/02/06 08:04:02 (7 years ago)
Author:
mk
Message:

Updated docstrings and documentation for epydoc ver 3.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/support/generate_docs.sh

    r46 r121  
    11#!/bin/sh 
    22 
     3PATH=$PATH:/usr/bin:/usr/local/bin 
     4 
    35# Generate documentation for Cheesecake. 
    4 /usr/local/bin/epydoc \ 
     6epydoc \ 
     7    --html \ 
     8    --verbose \ 
    59    --docformat restructuredtext \ 
    6     -n Cheesecake \ 
    7     -u http://pycheesecake.org \ 
     10    --name Cheesecake \ 
     11    --url http://pycheesecake.org \ 
    812    -o $1/docs/ \ 
    913    cheesecake/