diff --git a/docs/make.jl b/docs/make.jl index a42d84a97a529a041ae2fbcb21965e27e789453e..93a4de44b61ef6499117c6a8d52a78893518b892 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -36,7 +36,7 @@ makedocs(modules=modules, "Heat Conduction" => "api/heat_conduction.md", "Surface Energy Balance" => "api/seb.md", ], - "Strat" => "api/strat.md", + "Stratigraphy" => "api/strat.md", "Diagnostics" => "api/diagnostics.md", "Presets" => "api/presets.md", ], diff --git a/docs/src/api/strat.md b/docs/src/api/strat.md index 8fa566f885b5d86f7395ca54b1193e449172efc4..145655cd083f78f4d937e938bf9b56fbdb224636 100644 --- a/docs/src/api/strat.md +++ b/docs/src/api/strat.md @@ -1,5 +1,7 @@ # Strat +This module contains the `Stratigraphy`, `Tile`, and related types for building and evaluating a CryoGrid 1-D process model. + ```@autodocs Modules = [Strat] Private = false