File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 30
30
# External examples:
31
31
sys .path .insert (0 , os .path .abspath ('.' ))
32
32
import make_external_gallery
33
- make_external_gallery .make_example_gallery ()
34
33
34
+ make_external_gallery .make_example_gallery ()
35
35
36
36
# region PyVista Configuration
37
37
pyvista .set_error_output_file ('errors.txt' )
66
66
'sphinx.ext.githubpages' ,
67
67
'sphinx.ext.napoleon' ,
68
68
'sphinx_gallery.gen_gallery' ,
69
+ "pyvista.ext.plot_directive" ,
70
+ "sphinx_design" ,
71
+ 'sphinx_automodapi.automodapi' ,
72
+ 'sphinx_automodapi.smart_resolver' ,
69
73
]
70
74
71
75
if run_intersphinx := False : # Example configuration for intersphinx: refer to the Python standard library.
Original file line number Diff line number Diff line change @@ -57,13 +57,15 @@ def make_example_gallery():
57
57
58
58
with StringIO () as new_fid :
59
59
new_fid .write (
60
- """.. _external_examples:
60
+ """
61
+ .. _external_examples:
61
62
62
63
External Examples
63
64
==================
64
65
65
- Here you will find a collection of examples that demonstrate the basics of Bayesian inference theory and how to apply it to geology
66
- using Pyro.
66
+ Vector Examples
67
+ ---------------
68
+ These are examples from the Vector project.
67
69
68
70
.. grid:: 3
69
71
:gutter: 1
You can’t perform that action at this time.
0 commit comments