Skip to content

Commit

Permalink
More examples (#238)
Browse files Browse the repository at this point in the history
* Update make.jl

* Update make.jl
  • Loading branch information
navidcy authored Nov 12, 2024
1 parent 43a5c53 commit 8b244fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const EXAMPLES_DIR = joinpath(@__DIR__, "..", "examples")
const OUTPUT_DIR = joinpath(@__DIR__, "src/literated")

to_be_literated = [
# "inspect_ecco_data.jl",
"inspect_ecco_data.jl",
"generate_bathymetry.jl",
# "generate_surface_fluxes.jl",
# "single_column_os_papa_simulation.jl",
"generate_surface_fluxes.jl",
"single_column_os_papa_simulation.jl",
# "mediterranean_simulation_with_ecco_restoring.jl",
"near_global_ocean_simulation.jl"
]
Expand All @@ -41,10 +41,10 @@ pages = [
"Home" => "index.md",

"Examples" => [
# "Inspect ECCO2 data" => "literated/inspect_ecco_data.md",
"Inspect ECCO2 data" => "literated/inspect_ecco_data.md",
"Generate bathymetry" => "literated/generate_bathymetry.md",
# "Surface fluxes" => "literated/generate_surface_fluxes.md",
# "Single column simulation" => "literated/single_column_os_papa_simulation.md",
"Surface fluxes" => "literated/generate_surface_fluxes.md",
"Single column simulation" => "literated/single_column_os_papa_simulation.md",
# "Mediterranean simulation with ECCO restoring" => "literated/mediterranean_simulation_with_ecco_restoring.md",
"Near-global Ocean simulation" => "literated/near_global_ocean_simulation.md",
],
Expand Down

0 comments on commit 8b244fb

Please sign in to comment.