From 9da39d6fff6b5f3bf0516d6ac87038e6ecc7ae68 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 16 Mar 2022 14:03:18 -0600 Subject: [PATCH 1/6] Add links to the repo and docs for each METplus component. --- docs/index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index c454a4e58..e1e69fe02 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,24 +47,24 @@ wrappers to provide low-level automation and examples, also called use-cases. A description of each tool along with some ancillary repositories are as follows: -* **MET** - core statistical tool that matches up grids with either gridded +* **MET** (`repo `_, `docs `_) - core statistical tool that matches up grids with either gridded analyses or point observations and applies configurable methods to compute statistics and diagnostics -* **METviewer** - core database and display system intended for deep analysis +* **METviewer** (`repo `_, `docs `_) - core database and display system intended for deep analysis of MET output -* **METexpress** - core database and display system intended for quick +* **METexpress** (`repo `_, `docs `_) - core database and display system intended for quick analysis via pre-defined queries of MET output -* **METplus wrappers** - suite of Python-based wrappers that provide +* **METplus wrappers** (`repo `_, `docs `_) - suite of Python-based wrappers that provide low-level automation of MET tools and newly developed plotting capability * **METplus use-cases** - configuration files and sample data to show how to invoke METplus wrappers to make using MET tools easier and reproducible -* **METcalcpy** - suite of Python-based scripts to be used by other +* **METcalcpy** (`repo `_, `docs `_) - suite of Python-based scripts to be used by other components of METplus tools for statistical aggregation, event equalization, and other analysis needs -* **METplotpy** - suite of Python-based scripts to plot MET output, +* **METplotpy** (`repo `_, `docs `_) - suite of Python-based scripts to plot MET output, and in come cases provide additional post-processing of output prior to plotting -* **METdatadb** - database to store MET output and to be used by both +* **METdatadb** (`repo `_, `docs `_) - database to store MET output and to be used by both METviewer and METexpress The umbrella repository will be brought together by using a software package From f482e8fc37611d8f44795d8e05b94e9d70b8d52f Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 16 Mar 2022 14:10:40 -0600 Subject: [PATCH 2/6] Changing the order of the component list. --- docs/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index e1e69fe02..6e3953d6d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,6 +47,10 @@ wrappers to provide low-level automation and examples, also called use-cases. A description of each tool along with some ancillary repositories are as follows: +* **METplus wrappers** (`repo `_, `docs `_) - suite of Python-based wrappers that provide + low-level automation of MET tools and newly developed plotting capability +* **METplus use-cases** - configuration files and sample data to show how to + invoke METplus wrappers to make using MET tools easier and reproducible * **MET** (`repo `_, `docs `_) - core statistical tool that matches up grids with either gridded analyses or point observations and applies configurable methods to compute statistics and diagnostics @@ -54,10 +58,6 @@ follows: of MET output * **METexpress** (`repo `_, `docs `_) - core database and display system intended for quick analysis via pre-defined queries of MET output -* **METplus wrappers** (`repo `_, `docs `_) - suite of Python-based wrappers that provide - low-level automation of MET tools and newly developed plotting capability -* **METplus use-cases** - configuration files and sample data to show how to - invoke METplus wrappers to make using MET tools easier and reproducible * **METcalcpy** (`repo `_, `docs `_) - suite of Python-based scripts to be used by other components of METplus tools for statistical aggregation, event equalization, and other analysis needs From 79a972fa5ee15499768d323c1d2acf1094f53b18 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 16 Mar 2022 14:46:21 -0600 Subject: [PATCH 3/6] Switching repo and docs links to end with 2 underscores rather than 1 to avoid warnings: WARNING: Duplicate explicit target name --- docs/index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 6e3953d6d..92090871f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,24 +47,24 @@ wrappers to provide low-level automation and examples, also called use-cases. A description of each tool along with some ancillary repositories are as follows: -* **METplus wrappers** (`repo `_, `docs `_) - suite of Python-based wrappers that provide +* **METplus wrappers** (`repo `__, `docs `__) - suite of Python-based wrappers that provide low-level automation of MET tools and newly developed plotting capability * **METplus use-cases** - configuration files and sample data to show how to invoke METplus wrappers to make using MET tools easier and reproducible -* **MET** (`repo `_, `docs `_) - core statistical tool that matches up grids with either gridded +* **MET** (`repo `__, `docs `__) - core statistical tool that matches up grids with either gridded analyses or point observations and applies configurable methods to compute statistics and diagnostics -* **METviewer** (`repo `_, `docs `_) - core database and display system intended for deep analysis +* **METviewer** (`repo `__, `docs `__) - core database and display system intended for deep analysis of MET output -* **METexpress** (`repo `_, `docs `_) - core database and display system intended for quick +* **METexpress** (`repo `__, `docs `__) - core database and display system intended for quick analysis via pre-defined queries of MET output -* **METcalcpy** (`repo `_, `docs `_) - suite of Python-based scripts to be used by other +* **METcalcpy** (`repo `__, `docs `__) - suite of Python-based scripts to be used by other components of METplus tools for statistical aggregation, event equalization, and other analysis needs -* **METplotpy** (`repo `_, `docs `_) - suite of Python-based scripts to plot MET output, +* **METplotpy** (`repo `__, `docs `__) - suite of Python-based scripts to plot MET output, and in come cases provide additional post-processing of output prior to plotting -* **METdatadb** (`repo `_, `docs `_) - database to store MET output and to be used by both +* **METdatadb** (`repo `__, `docs `__) - database to store MET output and to be used by both METviewer and METexpress The umbrella repository will be brought together by using a software package From faa8409bbc27d1591a30c22f9a82b94e53677f68 Mon Sep 17 00:00:00 2001 From: johnhg Date: Thu, 7 Apr 2022 12:57:49 -0600 Subject: [PATCH 4/6] Update index.rst --- docs/index.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 92090871f..01cae95a7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,10 +47,9 @@ wrappers to provide low-level automation and examples, also called use-cases. A description of each tool along with some ancillary repositories are as follows: -* **METplus wrappers** (`repo `__, `docs `__) - suite of Python-based wrappers that provide - low-level automation of MET tools and newly developed plotting capability -* **METplus use-cases** - configuration files and sample data to show how to - invoke METplus wrappers to make using MET tools easier and reproducible +* **METplus** (`repo `__, `docs `__) + * **wrappers** - suite of Python-based wrappers that provide low-level automation of METplus software components listed below + * **use-cases** - example configuration files and sample data for invoking the METplus wrappers * **MET** (`repo `__, `docs `__) - core statistical tool that matches up grids with either gridded analyses or point observations and applies configurable methods to compute statistics and diagnostics From 94161fb354e043e54480fbda046d01ac2233f6cc Mon Sep 17 00:00:00 2001 From: johnhg Date: Thu, 7 Apr 2022 13:05:08 -0600 Subject: [PATCH 5/6] Update index.rst --- docs/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 01cae95a7..7b2c08b64 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,8 +48,10 @@ A description of each tool along with some ancillary repositories are as follows: * **METplus** (`repo `__, `docs `__) - * **wrappers** - suite of Python-based wrappers that provide low-level automation of METplus software components listed below - * **use-cases** - example configuration files and sample data for invoking the METplus wrappers + + * **wrappers** - suite of Python-based wrappers that provide low-level automation of METplus software components listed below + * **use-cases** - example configuration files and sample data to demonstrate scientific applications of the METplus wrappers + * **MET** (`repo `__, `docs `__) - core statistical tool that matches up grids with either gridded analyses or point observations and applies configurable methods to compute statistics and diagnostics From 373e2c757f21f7333377e3f016717684ff91fd00 Mon Sep 17 00:00:00 2001 From: johnhg Date: Thu, 7 Apr 2022 13:18:09 -0600 Subject: [PATCH 6/6] Update index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 7b2c08b64..21582943a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,7 +49,7 @@ follows: * **METplus** (`repo `__, `docs `__) - * **wrappers** - suite of Python-based wrappers that provide low-level automation of METplus software components listed below + * **wrappers** - suite of Python-based wrappers that provide low-level automation of the METplus software components listed below * **use-cases** - example configuration files and sample data to demonstrate scientific applications of the METplus wrappers * **MET** (`repo `__, `docs `__) - core statistical tool that matches up grids with either gridded