Skip to content

Refresh documentation for ClimaLand 1.0 #1146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,20 @@ include("list_diagnostics.jl")
pages = Any[
"Home" => "index.md",
"Getting Started" => "getting_started.md",
"Repository structure" => "folderstructure.md",
"Tutorials" => tutorials,
"Standalone models" => standalone_models,
"Diagnostics" => diagnostics,
"Running a simulation" => "running_simulation.md", # does not exist yet. Should be high level API.
"Inputs & outputs" => diagnostics,
"Model structure" => standalone_models, # should have a landing page
"Benchmarking" => "leaderboard/leaderboard.md", # This page should have figures
"Calibration" => "calibration.md",
"Leaderboard" => "leaderboard/leaderboard.md",
"Restarts" => "restarts.md",
"Time type" => "timemanager.md",
"Misc. utilities" => "shared_utilities.md",
"Tutorials" => tutorials,
"APIs" => apis,
"Contribution guide" => "Contributing.md",
"For developers" => for_developers, # does not exist. contains pages below.
# "Modularity" => "modularity.md", # does not exist yet
# "Repository structure" => "folderstructure.md",
# "Misc. utilities" => "shared_utilities.md",
# "Restarts" => "restarts.md",
# "Time type" => "timemanager.md",
]

mathengine = MathJax(
Expand Down