-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Description
There are a handful of gallery and tutorial examples that are missing thumbnails:

The examples lacking thumbnails should be updated so that either:
- A thumbnail is chosen from the example
- A thumbnail is manually set
And yes, it's understandable that some of these don't have thumbnails, but then maybe we need a different section in the docs for non-graphical examples?
This is an inventory assuming #17477 goes in & a later upgrade to sphinx 0.7.1
Tutorials missing thumbnails:
tutorials
Text
-
https://matplotlib.org/devdocs/tutorials/text/mathtext.html#sphx-glr-tutorials-text-mathtext-py
-
https://matplotlib.org/devdocs/tutorials/text/pgf.html#sphx-glr-tutorials-text-pgf-py DOC: Fix text tutorial thumbnails using sphinx_gallery_thumbnail_path #31224
-
https://matplotlib.org/devdocs/tutorials/text/usetex.html#sphx-glr-tutorials-text-usetex-py DOC: Fix text tutorial thumbnails using sphinx_gallery_thumbnail_path #31224
-
https://matplotlib.org/devdocs/users/explain/text/fonts.html DOC: Fix text tutorial thumbnails using sphinx_gallery_thumbnail_path #31224
Toolkits
- https://matplotlib.org/devdocs/tutorials/toolkits/axes_grid.html#sphx-glr-tutorials-toolkits-axes-grid-py
- https://matplotlib.org/devdocs/tutorials/toolkits/axisartist.html#sphx-glr-tutorials-toolkits-axisartist-py
- https://matplotlib.org/devdocs/tutorials/toolkits/mplot3d.html#sphx-glr-tutorials-toolkits-mplot3d-py
Examples missing thumbnails
animation
interactive
- https://matplotlib.org/devdocs/gallery/event_handling/ginput_manual_clabel_sgskip.html#sphx-glr-gallery-event-handling-ginput-manual-clabel-sgskip-py
- https://matplotlib.org/devdocs/gallery/event_handling/pong_sgskip.html#sphx-glr-gallery-event-handling-pong-sgskip-py
misc
- https://matplotlib.org/devdocs/gallery/misc/multipage_pdf.html#sphx-glr-gallery-misc-multipage-pdf-py DOC: Add thumbnail for multipage_pdf gallery example #31308
- https://matplotlib.org/devdocs/gallery/misc/ftface_props.html#sphx-glr-gallery-misc-ftface-props-py DOC: Add thumbnail for ftface_props gallery example #31321
- https://matplotlib.org/devdocs/gallery/misc/font_indexing.html#sphx-glr-gallery-misc-font-indexing-py
sgskip
- https://matplotlib.org/devdocs/gallery/misc/hyperlinks_sgskip.html#sphx-glr-gallery-misc-hyperlinks-sgskip-py
- https://matplotlib.org/devdocs/gallery/misc/image_thumbnail_sgskip.html#sphx-glr-gallery-misc-image-thumbnail-sgskip-py
- https://matplotlib.org/devdocs/gallery/misc/multiprocess_sgskip.html#sphx-glr-gallery-misc-multiprocess-sgskip-py
- https://matplotlib.org/devdocs/gallery/misc/print_stdout_sgskip.html#sphx-glr-gallery-misc-print-stdout-sgskip-py
- https://matplotlib.org/devdocs/gallery/mplot3d/wire3d_animation_sgskip.html#sphx-glr-gallery-mplot3d-wire3d-animation-sgskip-py
units
- https://matplotlib.org/devdocs/gallery/units/basic_units.html#sphx-glr-gallery-units-basic-units-py (this file should probably be omitted from the gallery listing)
All the Embedding examples
widgets #23441
Folks who are interested in working on this: we don't assign issues, and you can see a number of PRs attempted to solve parts of this issue before. I suggest taking a look and maybe outlining your strategy here in the issue before attempting a PR. Thanks!