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 a1db1d2 commit 15c45cbCopy full SHA for 15c45cb
1 file changed
docs/sphinx/source/conf.py
@@ -396,6 +396,8 @@ def setup(app):
396
# first group + sep := match folders up to filename
397
# negative lookahead + match anything but sep := match filename (if valid)
398
# https://sphinx-gallery.github.io/stable/configuration.html#parsing-and-executing-examples-via-matching-patterns # noqa: E501
399
+ # unix: gallery_conf["filename_pattern"] = '^(.*)/(?!NX_)([^/]*)$'
400
+ # windows: gallery_conf["filename_pattern"] = '^(.*)\\\\(?!NX_)([^\\\\]*)$'
401
'filename_pattern': rf"^(.*){os_re_sep}(?!NX_)([^{os_re_sep}]*)$",
402
403
# directory where function/class granular galleries are stored
0 commit comments