From afb5cd8489ade16c37267a88a17898bbb079debe Mon Sep 17 00:00:00 2001 From: "Icenhour, Casey Tyler" Date: Fri, 19 Apr 2024 13:07:48 -0600 Subject: [PATCH] Add content to demonstration page Refs #73 --- doc/config.yml | 2 +- doc/content/demonstration/Placeholder.md | 3 --- doc/content/demonstration/index.md | 16 ++++++++++++++++ doc/content/index.md | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 doc/content/demonstration/Placeholder.md create mode 100644 doc/content/demonstration/index.md diff --git a/doc/config.yml b/doc/config.yml index f9ebc5db..db5d3266 100644 --- a/doc/config.yml +++ b/doc/config.yml @@ -44,7 +44,7 @@ Extensions: Using MALAMUTE: getting_started/using_malamute.md Documentation and Resources: Complete Code Manual: syntax/index.md - Thermal Contact Verification: verification/thermal_contact_verification.md + Demonstration Cases: demonstration/index.md Code Standards: sqa/malamute_scs.md Developer Information Links: development/moose_developer_info.md Software Quality Assurance (SQA) Information: /sqa/index.md diff --git a/doc/content/demonstration/Placeholder.md b/doc/content/demonstration/Placeholder.md deleted file mode 100644 index f06d4d47..00000000 --- a/doc/content/demonstration/Placeholder.md +++ /dev/null @@ -1,3 +0,0 @@ -# Placeholder - -Demonstration problems will be added to the MALAMUTE repository. This is a placeholder for documentation on them. diff --git a/doc/content/demonstration/index.md b/doc/content/demonstration/index.md new file mode 100644 index 00000000..96504e4f --- /dev/null +++ b/doc/content/demonstration/index.md @@ -0,0 +1,16 @@ +# MALAMUTE Demonstration Cases + +Documentation regarding demonstration problems using MALAMUTE are outlined here. + +## Verification & Validation Problems + +!style halign=left +Problems and documentation that describe the basis of [MALAMUTE verification & validation](malamute_vvr.md) +are described in this section. + +1. [verification/thermal_contact_verification.md] + + +!! ## Example Problems + +!! Examples of MALAMUTE usage are described in this section. diff --git a/doc/content/index.md b/doc/content/index.md index cb0ebbca..d50c630d 100644 --- a/doc/content/index.md +++ b/doc/content/index.md @@ -33,7 +33,7 @@ The Code Reference provides detailed documentation of specific code features. !col-end! !col! small=12 medium=4 large=4 icon=assessment -## [Demonstration](demonstration/Placeholder.md) class=center style=font-weight:200;font-size:150%; +## [Demonstration](demonstration/index.md) class=center style=font-weight:200;font-size:150%; !style halign=center There are a number of example problems to demonstrate usage of MALAMUTE. Details