From 4212485e8efde00349e539c6f18bc3df0baae6de Mon Sep 17 00:00:00 2001 From: Brian Groenke <brian.groenke@awi.de> Date: Sun, 12 Dec 2021 01:16:01 +0100 Subject: [PATCH] Minor adjustments to Strat module docs --- docs/make.jl | 2 +- docs/src/api/strat.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index a42d84a9..93a4de44 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 8fa566f8..145655cd 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 -- GitLab