Skip to content

Commit dcff49e

Browse files
committed
[DOC] Update examples in external gallery script
Modified the 'docs/source/make_external_gallery.py' script to include additional examples and updated the description for existing ones. The changes also include renaming some dictionary keys for consistency and clarity.
1 parent 158c2da commit dcff49e

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

docs/source/make_external_gallery.py

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,30 @@ def format(self):
3434
###############################################################################
3535

3636
articles = dict(
37-
advanced_bayes=Example(
37+
_1=Example(
3838
title="Vector Model 1: Construction",
3939
description="Build a basic structural model",
4040
link="https://vector-raw-materials.github.io/vector-geology/examples/02_structural_modeling/01_model_1_gempy_step_by_step.html#sphx-glr-examples-02-structural-modeling-01-model-1-gempy-step-by-step-py",
4141
image="https://vector-raw-materials.github.io/vector-geology/_images/sphx_glr_01_model_1_gempy_step_by_step_001.png",
4242
),
43-
simple_bayes=Example(
43+
_2=Example(
4444
title="Vector Model 1: Forward Gravity",
45-
description="Build a basic Bayesian model with Pyro",
45+
description="Get the gravity response of the model",
4646
link="https://vector-raw-materials.github.io/vector-geology/examples/03_forward_engines/02_model_1_gempy_fw_gravity.html#sphx-glr-examples-03-forward-engines-02-model-1-gempy-fw-gravity-py",
4747
image="https://vector-raw-materials.github.io/vector-geology/_images/sphx_glr_02_model_1_gempy_fw_gravity_003.png",
48-
)
48+
),
49+
_3=Example(
50+
title="Spremberg: Importing Boreholes",
51+
description="Import data from well csv files",
52+
link="https://vector-raw-materials.github.io/vector-geology/examples/02_structural_modeling/03_model_spremberg_import.html#sphx-glr-examples-02-structural-modeling-03-model-spremberg-import-py",
53+
image="https://vector-raw-materials.github.io/vector-geology/_images/sphx_glr_03_model_spremberg_import_003.png",
54+
),
55+
_4=Example(
56+
title="Spremberg: Constructing the Model",
57+
description="Build a structural model from borehole data",
58+
link="https://vector-raw-materials.github.io/vector-geology/examples/02_structural_modeling/04_model_spremberg_building.html#sphx-glr-examples-02-structural-modeling-04-model-spremberg-building-py",
59+
image="https://vector-raw-materials.github.io/vector-geology/_images/sphx_glr_04_model_spremberg_building_008.png",
60+
),
4961
)
5062

5163

0 commit comments

Comments
 (0)