Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Oct 13, 2023
1 parent 615f8e0 commit 9dd66d7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@ experiment_pages = [
"Sea Breeze" => map(s -> "generated/sea_breeze/$(s)", readdir(joinpath(@__DIR__, "src/generated/sea_breeze"))),
"AMIP" => map(s -> "generated/amip/$(s)", readdir(joinpath(@__DIR__, "src/generated/amip"))),
]
interface_pages = [
"regridder.md",
"conservation.md",
"utilities.md",
"bcreader.md",
"testhelper.md",
"timemanager.md",
]
interface_pages = ["regridder.md", "conservation.md", "utilities.md", "bcreader.md", "testhelper.md", "timemanager.md"]
performance_pages = ["performance.md"]

pages = Any[
Expand Down

0 comments on commit 9dd66d7

Please sign in to comment.