From 6ff2095a329900ea99a9162ad50137a210b2ac89 Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Tue, 26 Sep 2023 21:05:55 +0200 Subject: [PATCH] small improvements of core manuals description --- .../ROOT/pages/modeling-analysis-using-json-files.adoc | 2 +- .../ROOT/pages/parametrized-simulation-using-cfg-files.adoc | 4 ++-- toolboxes/modules/ROOT/pages/what-is-a-toolbox.adoc | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/toolboxes/modules/ROOT/pages/modeling-analysis-using-json-files.adoc b/toolboxes/modules/ROOT/pages/modeling-analysis-using-json-files.adoc index 8a9860c4..f8c31a84 100644 --- a/toolboxes/modules/ROOT/pages/modeling-analysis-using-json-files.adoc +++ b/toolboxes/modules/ROOT/pages/modeling-analysis-using-json-files.adoc @@ -1,7 +1,7 @@ = 2. Modeling and Analysis using the JSON files :page-tags: manual :page-illustration: pass:[toolboxes::manual.svg] -:description: JSON description +:description: We present the JSON files used to configure the physical models and the analysis. The Model JSON (`.json`) files allow to configure a set of partial differential equations, more precisely they define: diff --git a/toolboxes/modules/ROOT/pages/parametrized-simulation-using-cfg-files.adoc b/toolboxes/modules/ROOT/pages/parametrized-simulation-using-cfg-files.adoc index ae953a5f..af59ec3a 100644 --- a/toolboxes/modules/ROOT/pages/parametrized-simulation-using-cfg-files.adoc +++ b/toolboxes/modules/ROOT/pages/parametrized-simulation-using-cfg-files.adoc @@ -1,7 +1,7 @@ -= 3. Parametrized Simulation using CFG files += 3. Parametrized Simulations using CFG files :page-tags: manual :page-illustration: pass:[toolboxes::manual.svg] -:description: CFG description +:description: We present here the use of CFG files that allow to configure the command line or options associated to a simulation. The Model CFG (`.cfg`) files allow to pass command line options to {feelpp} applications. In particular, it allows to diff --git a/toolboxes/modules/ROOT/pages/what-is-a-toolbox.adoc b/toolboxes/modules/ROOT/pages/what-is-a-toolbox.adoc index 4b678386..4bad4604 100644 --- a/toolboxes/modules/ROOT/pages/what-is-a-toolbox.adoc +++ b/toolboxes/modules/ROOT/pages/what-is-a-toolbox.adoc @@ -1,8 +1,9 @@ = 1. What is a Toolbox :page-tags: manual :page-illustration: pass:[toolboxes::manual.svg] -:description: What is a Toolbox ? +:description: We present the concept of toolbox in Feel++, the set of available toolboxes and how to use them from the command line. +[.lead] {feelpp} comes with toolboxes. What are they ? .Definition: A {feelpp} Toolbox