[Bf-python] doc script

Stephen Swaney sswaney at swbell.net
Wed Oct 29 18:05:27 CET 2003


I wrote a little script to generate the python .html doc.
Not exactly rocket science, since it is essentially the
comments from doc/Blender.py.

If anyone thinks it is useful, I'll add it to cvs.

# epy_docgen.sh 
# generate python doc
# usage:  sh epy_docgen.sh

epydoc -o BPY_API_228 --url "http://www.blender.org" -t Blender.py \
 -n "Blender" --no-private --no-frames \
$( ls [A-Z]*.py )

-- 
Stephen Swaney			
sswaney at swbell.net



More information about the Bf-python mailing list