DOC: Use correct location of blank_image in example generator.

This commit is contained in:
Stefan van der Walt
2011-09-26 21:05:01 -07:00
parent 15e65fa7ca
commit 52959ac2bf
+1 -1
View File
@@ -281,7 +281,7 @@ def generate_file_rst(fname, target_dir, src_dir, plot_gallery):
if not os.path.exists(thumb_file):
# create something not to replace the thumbnail
shutil.copy('images/blank_image.png', thumb_file)
shutil.copy('source/auto_examples/images/blank_image.png', thumb_file)
docstring, short_desc, end_row = extract_docstring(example_file)