Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b03078 commit fa89777Copy full SHA for fa89777
pyvista/sphinx_gallery.py
@@ -7,6 +7,17 @@
7
import pyvista
8
9
10
+def _get_sg_image_scraper():
11
+ """Returns the callable scraper to be used by Sphinx-Gallery which allows
12
+ PyVista users to just use strings as they already can for 'matplotlib' and
13
+ 'mayavi'. Details on this implementation can be found in
14
+ `sphinx-gallery/sphinx-gallery/494`_
15
+
16
+ .. _sphinx-gallery/sphinx-gallery/494: https://github.com/sphinx-gallery/sphinx-gallery/pull/494
17
+ """
18
+ return Scraper()
19
20
21
class Scraper(object):
22
"""
23
Save ``pyvista.Plotter`` objects.
0 commit comments