shell script to generate blender python api docs using epydoc
This commit is contained in:
9
source/blender/python/api2_2x/doc/epy_docgen.sh
Normal file
9
source/blender/python/api2_2x/doc/epy_docgen.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
# epy_docgen.sh
|
||||
# generates blender python doc using epydoc
|
||||
# requires epydoc in your PATH.
|
||||
# run from the doc directory containing the .py files
|
||||
# usage: sh epy_docgen.sh
|
||||
|
||||
epydoc -o BPY_API_230 --url "http://www.blender.org" -t Blender.py \
|
||||
-n "Blender" --no-private --no-frames \
|
||||
$( ls [A-Z]*.py )
|
||||
Reference in New Issue
Block a user