From 30f53f64a7fb942cfa765e719ce5029bc265ba94 Mon Sep 17 00:00:00 2001 From: acraugh Date: Fri, 12 Apr 2024 09:38:41 -0400 Subject: [PATCH] Fixing typos Fixing a repeated typo in the example labels. --- docs/source/examples/1D-Lookup-DEMO.rst | 2 +- docs/source/examples/1D-Uniformly-Sampled-DEMO.rst | 2 +- docs/source/examples/2D-Uniformly-Sampled-DEMO.rst | 2 +- docs/source/examples/3D-Axis-Bin-Set-DEMO.rst | 2 +- docs/source/examples/3D-Lookup-DEMO.rst | 2 +- docs/source/examples/Tabulated-Flat-External-Lookup-DEMO.rst | 2 +- docs/source/examples/Tabulated-Flat-Local-Lookup-DEMO.rst | 2 +- docs/source/examples/Tabulated-Param-Local-Lookup-DEMO.rst | 2 +- docs/source/examples/Tabulated-Point-Local-Lookup-DEMO.rst | 2 +- .../examples/Tabulated-Point-Local-Width-Constant-DEMO.rst | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/source/examples/1D-Lookup-DEMO.rst b/docs/source/examples/1D-Lookup-DEMO.rst index 1203773..1194f7f 100644 --- a/docs/source/examples/1D-Lookup-DEMO.rst +++ b/docs/source/examples/1D-Lookup-DEMO.rst @@ -17,7 +17,7 @@ and provided merely to remove any validation errors that might otherwise occur. Note, in particular, that any conscientious reviewer would consider the data structure classes - to be inadequate without appropriate descriptions, extrema, null data indicates, and similar + to be inadequate without appropriate descriptions, extrema, null data indicators, and similar essential metadata. This label demonstrates: diff --git a/docs/source/examples/1D-Uniformly-Sampled-DEMO.rst b/docs/source/examples/1D-Uniformly-Sampled-DEMO.rst index e809b4e..5186eec 100644 --- a/docs/source/examples/1D-Uniformly-Sampled-DEMO.rst +++ b/docs/source/examples/1D-Uniformly-Sampled-DEMO.rst @@ -17,7 +17,7 @@ and provided merely to remove any validation errors that might otherwise occur. Note, in particular, that any conscientious reviewer would consider the data structure classes - to be inadequate without appropriate descriptions, extrema, null data indicates, and similar + to be inadequate without appropriate descriptions, extrema, null data indicators, and similar essential metadata. This label demonstrates: diff --git a/docs/source/examples/2D-Uniformly-Sampled-DEMO.rst b/docs/source/examples/2D-Uniformly-Sampled-DEMO.rst index 0a0778b..8b3650e 100644 --- a/docs/source/examples/2D-Uniformly-Sampled-DEMO.rst +++ b/docs/source/examples/2D-Uniformly-Sampled-DEMO.rst @@ -17,7 +17,7 @@ and provided merely to remove any validation errors that might otherwise occur. Note, in particular, that any conscientious reviewer would consider the data structure classes - to be inadequate without appropriate descriptions, extrema, null data indicates, and similar + to be inadequate without appropriate descriptions, extrema, null data indicators, and similar essential metadata. This label demonstrates: diff --git a/docs/source/examples/3D-Axis-Bin-Set-DEMO.rst b/docs/source/examples/3D-Axis-Bin-Set-DEMO.rst index 49a6b35..eec0c87 100644 --- a/docs/source/examples/3D-Axis-Bin-Set-DEMO.rst +++ b/docs/source/examples/3D-Axis-Bin-Set-DEMO.rst @@ -17,7 +17,7 @@ and provided merely to remove any validation errors that might otherwise occur. Note, in particular, that any conscientious reviewer would consider the data structure classes - to be inadequate without appropriate descriptions, extrema, null data indicates, and similar + to be inadequate without appropriate descriptions, extrema, null data indicators, and similar essential metadata. This label demonstrates: diff --git a/docs/source/examples/3D-Lookup-DEMO.rst b/docs/source/examples/3D-Lookup-DEMO.rst index 14241ee..9f8de2b 100644 --- a/docs/source/examples/3D-Lookup-DEMO.rst +++ b/docs/source/examples/3D-Lookup-DEMO.rst @@ -17,7 +17,7 @@ and provided merely to remove any validation errors that might otherwise occur. Note, in particular, that any conscientious reviewer would consider the data structure classes - to be inadequate without appropriate descriptions, extrema, null data indicates, and similar + to be inadequate without appropriate descriptions, extrema, null data indicators, and similar essential metadata. This label demonstrates: diff --git a/docs/source/examples/Tabulated-Flat-External-Lookup-DEMO.rst b/docs/source/examples/Tabulated-Flat-External-Lookup-DEMO.rst index 4aab1a8..e685241 100644 --- a/docs/source/examples/Tabulated-Flat-External-Lookup-DEMO.rst +++ b/docs/source/examples/Tabulated-Flat-External-Lookup-DEMO.rst @@ -17,7 +17,7 @@ Tabulated-Flat Spectra, external Spectral Lookup, unknown bin widths and provided merely to remove any validation errors that might otherwise occur. Note, in particular, that any conscientious reviewer would consider the data structure classes - to be inadequate without appropriate descriptions, extrema, null data indicates, and similar + to be inadequate without appropriate descriptions, extrema, null data indicators, and similar essential metadata. This label demonstrates: diff --git a/docs/source/examples/Tabulated-Flat-Local-Lookup-DEMO.rst b/docs/source/examples/Tabulated-Flat-Local-Lookup-DEMO.rst index f4b07bc..450745e 100644 --- a/docs/source/examples/Tabulated-Flat-Local-Lookup-DEMO.rst +++ b/docs/source/examples/Tabulated-Flat-Local-Lookup-DEMO.rst @@ -17,7 +17,7 @@ Tabulated-Flat Spectrum, field number list and provided merely to remove any validation errors that might otherwise occur. Note, in particular, that any conscientious reviewer would consider the data structure classes - to be inadequate without appropriate descriptions, extrema, null data indicates, and similar + to be inadequate without appropriate descriptions, extrema, null data indicators, and similar essential metadata. This label demonstrates: diff --git a/docs/source/examples/Tabulated-Param-Local-Lookup-DEMO.rst b/docs/source/examples/Tabulated-Param-Local-Lookup-DEMO.rst index 95b2cad..b3fbafa 100644 --- a/docs/source/examples/Tabulated-Param-Local-Lookup-DEMO.rst +++ b/docs/source/examples/Tabulated-Param-Local-Lookup-DEMO.rst @@ -17,7 +17,7 @@ Tabulated-Parameter Groups Spectrum, internal Spectral Lookup and provided merely to remove any validation errors that might otherwise occur. Note, in particular, that any conscientious reviewer would consider the data structure classes - to be inadequate without appropriate descriptions, extrema, null data indicates, and similar + to be inadequate without appropriate descriptions, extrema, null data indicators, and similar essential metadata. This label demonstrates: diff --git a/docs/source/examples/Tabulated-Point-Local-Lookup-DEMO.rst b/docs/source/examples/Tabulated-Point-Local-Lookup-DEMO.rst index 6fed963..07e4fa3 100644 --- a/docs/source/examples/Tabulated-Point-Local-Lookup-DEMO.rst +++ b/docs/source/examples/Tabulated-Point-Local-Lookup-DEMO.rst @@ -17,7 +17,7 @@ Tabulated-Point Group Spectrum, local Spectral Lookup and provided merely to remove any validation errors that might otherwise occur. Note, in particular, that any conscientious reviewer would consider the data structure classes - to be inadequate without appropriate descriptions, extrema, null data indicates, and similar + to be inadequate without appropriate descriptions, extrema, null data indicators, and similar essential metadata. This label demonstrates: diff --git a/docs/source/examples/Tabulated-Point-Local-Width-Constant-DEMO.rst b/docs/source/examples/Tabulated-Point-Local-Width-Constant-DEMO.rst index 7d9a911..dcb4a4a 100644 --- a/docs/source/examples/Tabulated-Point-Local-Width-Constant-DEMO.rst +++ b/docs/source/examples/Tabulated-Point-Local-Width-Constant-DEMO.rst @@ -17,7 +17,7 @@ Tabulated-Point Group Spectrum, constant bin width in Spectral Lookup and provided merely to remove any validation errors that might otherwise occur. Note, in particular, that any conscientious reviewer would consider the data structure classes - to be inadequate without appropriate descriptions, extrema, null data indicates, and similar + to be inadequate without appropriate descriptions, extrema, null data indicators, and similar essential metadata. This label demonstrates: