Tim Hoffmann
Tim Hoffmann
### Describe the bug Found in https://github.com/matplotlib/matplotlib/issues/22831#issuecomment-3019698791 I have not been able to fully separate the issue yet. It has to be an edge case as it works for simple...
Since Sphinx 8, search results can be styled based on their type. See https://www.sphinx-doc.org/en/master/development/html_themes/index.html#styling-search-result-entries-by-category For example the Sphinx docs itself use this to display appropriate icons: Should the pydata-sphinx-theme pick...
I have some ideas for improvement (#1283, #1315, #1507, #1511) and some more not spelled-out on example sorting, per-gallery configuration, notebooks as example inputs. I would like to start working...
https://sphinx-gallery.github.io/dev/configuration.html#parsing-and-executing-examples-via-matching-patterns states > The key filename_pattern (and ignore_pattern) accepts [regular expressions](https://docs.python.org/3/library/re.html) which will be matched with the full path of the example. This is the reason the leading '/' is...
Currently, example files must start with a doctring. This is a slight asymmetry because all subsequent text parts are cell comments. Not very important, but it would allow to write...