Steffen Rehberg
Steffen Rehberg
### Documentation Link https://matplotlib.org/devdocs/gallery/spines/index.html ### Problem Galleries **without text,** e.g. [Spines](https://matplotlib.org/devdocs/gallery/spines/index.html) are shown in a one or two column layout with broad margins at both sides (galleries **without text**, e.g....
## PR Summary By default, sphinx-gallery captures the last output of each code block and shows it in the generated html in yellow boxes. Especially in tutorials with frequently interleaving...
### Documentation Link https://matplotlib.org/devdocs/tutorials/index.html#intermediate ### Problem for instance here:  This is caused by https://github.com/sphinx-gallery/sphinx-gallery/pull/906. I'm not sure if this can be fixed on matplotlib's side or must be addressed...
- add optional `no_traceback` argument to `:ok_except:` which prevents the (sometimes long) traceback from being printed, default is no argument, i.e. traceback is printed - enable `@okexcept` pseudodecorator so that...
### Describe the bug I'm trying to install cartopy on Win10 / Python 3.8.2 with Cython 0.29.32 (same with Cython-3.0.0a11): ``` pip install -U --global-option="-ID:\OSGeo4W\include" --global-option="-LD:\OSGeo4W\lib" --install-option="--no-cython-compile" cartopy ``` I...
matplotlib's `conf.py` doesn't specify `api_usage`. The current default value of `unused` (51cd69c71) leads to the following error (shown with `SPHINXOPTS=-W --keep-going -vv`). No errors for `api_usage = False`. ``` Traceback...
#906 changed the way thumbnail views of galleries are created. It now exposes the rst formatting in the caption: [Current](https://matplotlib.org/devdocs/tutorials/index.html#intermediate):  [Previous:](https://matplotlib.org/2.2.5/tutorials/index.html)  See also https://github.com/sphinx-gallery/sphinx-gallery/issues/998#issuecomment-1245912973
- add Width property class - fix links for baseline and width properties (Area, Bar, Bars, Dash) current documentation contains undefined links:  The `baseline` property just needed a link...
- plot_1_exp.ipynb `ModuleNotFoundError: No module named 'local_module'` - ~~plot_2_seaborn.ipynb~~ ~~`ModuleNotFoundError: No module named 'seaborn'`~~ - plot_6_function_identifier.ipynb `ModuleNotFoundError: No module named 'sphinx_gallery'` - ~~plot_3d.ipynb~~ ~~`ModuleNotFoundError: No module named 'mayavi'`~~ - ~~plot_0_plotly.ipynb~~...