Skip to content

Commit d6a218b

Browse files
committed
removed empty pages
1 parent 05f8eb0 commit d6a218b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/make.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ function build_battmo_docs(build_format = nothing;
3030
"Tutorial 1 - Run a model" => "1_run_a_model",
3131
"Tutorial 2 - Inspect simulation output" => "2_inspect_simulation_output",
3232
"Tutorial 3 - Basic Plotting" => "3_basic_plotting",
33-
"Tutorial 4 - Modifying physical parameters" => "4_modifying_physical_parameters",
34-
"Tutorial 5 - Modifying grid parameters" => "5_modifying_grid_parameters"
33+
"Tutorial 4 - Modifying physical parameters" => "4_modifying_physical_parameters"
3534

3635
]
3736

@@ -146,7 +145,6 @@ function build_battmo_docs(build_format = nothing;
146145
"Getting started" => "manuals/user_guide/getting_started.md"
147146
],
148147

149-
"Models" => "manuals/user_guide/models.md",
150148
"Public API" => "manuals/user_guide/public_api.md",
151149
"Tutorials" => tutorials_markdown,
152150
],

0 commit comments

Comments
 (0)