Skip to content

Commit

Permalink
Merge branch 'mt_tutorial' of https://github.com/JuliaGeodynamics/Geo…
Browse files Browse the repository at this point in the history
  • Loading branch information
mthielma committed Feb 29, 2024
2 parents 3cb2a12 + 20612de commit 6d10641
Show file tree
Hide file tree
Showing 14 changed files with 30,702 additions and 382 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ julia = "1.9"
[extras]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GMT = "5752ebe1-31b9-557e-87aa-f909b540aa54"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "GMT"]
test = ["Test", "GMT", "StableRNGs"]
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ makedocs(;
"11 - Read UTM data" => "man/tutorial_UTM.md",
"12 - VoteMaps" => "man/Tutorial_Votemaps.md",
"13 - Campi Flegrei" => "man/tutorial_local_Flegrei.md",
"14 - Cartesian Volcano Model" => "man/LaPalma_example.md",
"14 - La Palma volcano Model" => "man/Tutorial_LaPalma.md",
"15 - Create movies" => "man/tutorial_time_Seismicity.md"
"16 - Alpine data integration" => "man/Tutorial_AlpineData.md"
],
"User Guide" => Any[
"Installation" => "man/installation.md",
Expand Down
216 changes: 0 additions & 216 deletions docs/src/man/LaPalma_example.md

This file was deleted.

Loading

0 comments on commit 6d10641

Please sign in to comment.