We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f04b1a commit 244dafdCopy full SHA for 244dafd
docs/sphinx/source/conf.py
@@ -360,7 +360,7 @@ def setup(app):
360
'../../tutos_temp'],
361
'gallery_dirs': ['gallery'], # location of generated output
362
# sphinx-gallery only shows plots from plot_*.py files by default:
363
- 'filename_pattern': '*.py',
+ 'filename_pattern': r'*.\.py',
364
365
# directory where function/class granular galleries are stored
366
'backreferences_dir': 'reference/generated/gallery_backreferences',
0 commit comments