Skip to content
Snippets Groups Projects
Commit ae68b653 authored by Stephen Swaney's avatar Stephen Swaney
Browse files

shell script to generate blender python api docs using epydoc
parent 2eaf0523
No related branches found
Tags
No related merge requests found
# 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 )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment