Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-05-08 11:33:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-05-08 11:33:20 +0400
commit18b20396bc4563ba5e2b14fb232960211861a236 (patch)
tree7e9d7449440f551f59b9debb7e81647f69267fbe /source/blender
parent12715ec0fac8f704d55fe9b0e60abc2ba40f76b2 (diff)
this script isnt needed anymore thanks to stivs and gsr
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/python/api2_2x/doc/epy_docgen-3.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/blender/python/api2_2x/doc/epy_docgen-3.sh b/source/blender/python/api2_2x/doc/epy_docgen-3.sh
deleted file mode 100644
index ce2bdfef0f8..00000000000
--- a/source/blender/python/api2_2x/doc/epy_docgen-3.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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
-
-# set posix locale so regex works properly for [A-Z]*.py
-LC_ALL=POSIX
-
-epydoc -v -o BPY_API --url "http://www.blender.org" --top API_intro \
- --name "Blender" --no-private --no-frames \
-$( ls [A-Z]*.py )