Skip to content

Commit d792cef

Browse files
committed
[DOC] Vector as external examples
1 parent ddafa5b commit d792cef

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
# External examples:
3131
sys.path.insert(0, os.path.abspath('.'))
3232
import make_external_gallery
33-
make_external_gallery.make_example_gallery()
3433

34+
make_external_gallery.make_example_gallery()
3535

3636
# region PyVista Configuration
3737
pyvista.set_error_output_file('errors.txt')
@@ -66,6 +66,10 @@
6666
'sphinx.ext.githubpages',
6767
'sphinx.ext.napoleon',
6868
'sphinx_gallery.gen_gallery',
69+
"pyvista.ext.plot_directive",
70+
"sphinx_design",
71+
'sphinx_automodapi.automodapi',
72+
'sphinx_automodapi.smart_resolver',
6973
]
7074

7175
if run_intersphinx := False: # Example configuration for intersphinx: refer to the Python standard library.

docs/source/make_external_gallery.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@ def make_example_gallery():
5757

5858
with StringIO() as new_fid:
5959
new_fid.write(
60-
""".. _external_examples:
60+
"""
61+
.. _external_examples:
6162
6263
External Examples
6364
==================
6465
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.
6769
6870
.. grid:: 3
6971
:gutter: 1

0 commit comments

Comments
 (0)