Skip to content

Commit 6fbc422

Browse files
committed
update ignore pattern to exclude additional example files from gallery generation
1 parent 048b699 commit 6fbc422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"auto_community", # output folder for community gallery
2929
],
3030
'filename_pattern': r'run_.*\.py$', # matches any file starting with 'run_'
31-
'ignore_pattern': r'__init__\.py', # optional: ignore __init__.py
31+
'ignore_pattern': [r'__init__\.py',r'examples/showStuff.py',r'examples/syntheticData.py'], # files to exclude from gallery generation
3232
}
3333

3434

0 commit comments

Comments
 (0)