Skip to content

Commit 035a364

Browse files
authored
comment out until properly literate (#332)
1 parent 25e2881 commit 035a364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const EXAMPLES_DIR = joinpath(@__DIR__, "..", "examples")
1313
const OUTPUT_DIR = joinpath(@__DIR__, "src/literated")
1414

1515
to_be_literated = [
16-
"ecco_inspect_temperature_salinity.jl",
16+
# "ecco_inspect_temperature_salinity.jl",
1717
"generate_bathymetry.jl",
1818
"generate_surface_fluxes.jl",
1919
"single_column_os_papa_simulation.jl",
@@ -41,7 +41,7 @@ pages = [
4141
"Home" => "index.md",
4242

4343
"Examples" => [
44-
"Inspect ECCO2 data" => "literated/ecco_inspect_temperature_salinity.md",
44+
# "Inspect ECCO2 data" => "literated/ecco_inspect_temperature_salinity.md",
4545
"Generate bathymetry" => "literated/generate_bathymetry.md",
4646
"Surface fluxes" => "literated/generate_surface_fluxes.md",
4747
"Single-column simulation" => "literated/single_column_os_papa_simulation.md",

0 commit comments

Comments
 (0)