From 658ac912c9dcd0e69e46e1f459bc1c7fb5fe9240 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello <66272872+aromanielloNTIA@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:40:07 -0500 Subject: [PATCH] Update driver intro section --- .../driver/{_intro.qmd => _intro_and_installation.qmd} | 7 ++++++- models/P2108/driver.qmd | 4 +--- 2 files changed, 7 insertions(+), 4 deletions(-) rename includes/driver/{_intro.qmd => _intro_and_installation.qmd} (75%) diff --git a/includes/driver/_intro.qmd b/includes/driver/_intro_and_installation.qmd similarity index 75% rename from includes/driver/_intro.qmd rename to includes/driver/_intro_and_installation.qmd index 11be660..dcd584e 100644 --- a/includes/driver/_intro.qmd +++ b/includes/driver/_intro_and_installation.qmd @@ -1,4 +1,9 @@ Each model in the Propagation Library is distributed with an accompanying command-line driver program. This program allows the user to run the model from the command line on Windows, macOS, or Linux. The model inputs and outputs are handled using simple text files. No programming experience is required to -use the command-line driver. \ No newline at end of file +use the command-line driver. + +{{< include /includes/_link_to_model_home.qmd >}} + +# Installation + diff --git a/models/P2108/driver.qmd b/models/P2108/driver.qmd index 35a9388..149672c 100644 --- a/models/P2108/driver.qmd +++ b/models/P2108/driver.qmd @@ -6,9 +6,7 @@ date-modified: 2024-12-17 This page details the usage of the cross-platform command-line driver version of Recommendation ITU-R P.2108. -{{< include /includes/driver/_intro.qmd >}} - -{{< include /includes/_link_to_model_home.qmd >}} +{{< include /includes/driver/_intro_and_installation.qmd >}} {{< include /includes/driver/_general_usage.qmd >}}