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", ],