File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -389,8 +389,9 @@ def setup(app):
389389 'gallery_dirs' : ['gallery' ], # location of generated output
390390
391391 # do not execute gallery examples that begin with NX_
392- # https://sphinx-gallery.github.io/stable/configuration.html#parsing-and-executing-examples-via-matching-patterns
393- # left & center operands ensure only start of filename as remaining group to be matched by right operand
392+ # left & center operands ensure only start of filename
393+ # is the remaining group to be matched by right operand
394+ # https://sphinx-gallery.github.io/stable/configuration.html#parsing-and-executing-examples-via-matching-patterns # noqa: E501
394395 'filename_pattern' : "^.*" + os .path .sep + "((?!NX_).)*$" ,
395396
396397 # directory where function/class granular galleries are stored
You can’t perform that action at this time.
0 commit comments