From 8b244fb19419305bc98c820d704ee46481a3e3c8 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Tue, 12 Nov 2024 11:10:32 +1100 Subject: [PATCH] More examples (#238) * Update make.jl * Update make.jl --- docs/make.jl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 7aefa9c6..f0ba5fd7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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" ] @@ -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", ],