mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-01 12:50:48 +08:00
DOC: Use correct location of blank_image in example generator.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user