You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the discussion in #17479, I'd like to propose a systemic approach to fixing missing thumbnails for the sgskip examples in the user_interfaces gallery.
Problem
Most examples in galleries/examples/user_interfaces/ have _sgskip suffix, meaning sphinx-gallery skips running them and no thumbnail is auto-generated. This leaves them without preview images in the gallery.
Proposed Plan
For each example, use sphinx_gallery_thumbnail_path in the docstring pointing to a manually captured screenshot saved in the images/ folder.
Following the discussion in #17479, I'd like to propose a systemic approach to fixing missing thumbnails for the sgskip examples in the user_interfaces gallery.
Problem
Most examples in
galleries/examples/user_interfaces/have_sgskipsuffix, meaning sphinx-gallery skips running them and no thumbnail is auto-generated. This leaves them without preview images in the gallery.Proposed Plan
For each example, use
sphinx_gallery_thumbnail_pathin the docstring pointing to a manually captured screenshot saved in theimages/folder.Examples I can cover:
embedding_in_tk_sgskip.py(Tkinter — already done in Add thumbnail for embedding_in_tk example #31365)embedding_in_qt_sgskip.py(PyQt5)embedding_webagg_sgskip.py(WebAgg)toolmanager_sgskip.pysvg_histogram_sgskip.pysvg_tooltip_sgskip.pycanvasagg.pyExamples needing GTK/wx contributors:
Question
Should the screenshots be PNG or can SVG be used directly for the svg_* examples?