remove version number for doc directory name as
discussed at today's meeting. Was BPY_API_237, now BPY_API
This commit is contained in:
		@@ -4,6 +4,6 @@
 | 
			
		||||
# run from the doc directory containing the .py files
 | 
			
		||||
# usage:  sh epy_docgen.sh
 | 
			
		||||
 | 
			
		||||
epydoc -o BPY_API_237 --url "http://www.blender.org" -t API_intro.py \
 | 
			
		||||
epydoc -o BPY_API --url "http://www.blender.org" -t API_intro.py \
 | 
			
		||||
 -n "Blender" --no-private --no-frames \
 | 
			
		||||
$( ls [A-Z]*.py )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user