We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048b699 commit 6fbc422Copy full SHA for 6fbc422
1 file changed
conf.py
@@ -28,7 +28,7 @@
28
"auto_community", # output folder for community gallery
29
],
30
'filename_pattern': r'run_.*\.py$', # matches any file starting with 'run_'
31
- 'ignore_pattern': r'__init__\.py', # optional: ignore __init__.py
+ 'ignore_pattern': [r'__init__\.py',r'examples/showStuff.py',r'examples/syntheticData.py'], # files to exclude from gallery generation
32
}
33
34
0 commit comments