diff --git a/README.md b/README.md index 7addafdcd4..8829d96f6a 100644 --- a/README.md +++ b/README.md @@ -148,3 +148,11 @@ Tests Tests are run from within the ``cf/test`` directory: python run_tests.py + +Training +======= + +Training material on cf-python and cf-plot i.e. the CF Data Tools, + in the form of Jupyter Notebooks, is openly-accessible and available + (with instructions for set-up provided) at: + https://github.com/NCAS-CMS/cf-tools-training. diff --git a/cf/data/data.py b/cf/data/data.py index 1bbc5db614..c8c062b68e 100644 --- a/cf/data/data.py +++ b/cf/data/data.py @@ -7099,7 +7099,7 @@ def sinh(self, inplace=False): Units are accounted for in the calculation. If the units are not equivalent to radians (such as Kelvin) then they are treated as if - they were radians. For example, the the hyperbolic sine of 90 + they were radians. For example, the hyperbolic sine of 90 degrees_north is 2.30129890, as is the hyperbolic sine of 1.57079632 radians. @@ -7159,7 +7159,7 @@ def cosh(self, inplace=False): Units are accounted for in the calculation. If the units are not equivalent to radians (such as Kelvin) then they are treated as if - they were radians. For example, the the hyperbolic cosine of 0 + they were radians. For example, the hyperbolic cosine of 0 degrees_east is 1.0, as is the hyperbolic cosine of 1.57079632 radians. The output units are changed to '1' (nondimensional). @@ -7219,7 +7219,7 @@ def tanh(self, inplace=False): Units are accounted for in the calculation. If the units are not equivalent to radians (such as Kelvin) then they are treated as if - they were radians. For example, the the hyperbolic tangent of 90 + they were radians. For example, the hyperbolic tangent of 90 degrees_east is 0.91715234, as is the hyperbolic tangent of 1.57079632 radians. diff --git a/cf/mixin/fielddomain.py b/cf/mixin/fielddomain.py index 56f55b8755..4393d2d07a 100644 --- a/cf/mixin/fielddomain.py +++ b/cf/mixin/fielddomain.py @@ -247,7 +247,7 @@ def _indices(self, config, data_axes, ancillary_mask, kwargs): tuples of domain axis identifier combinations, each of which has of a `Data` object containing the ancillary mask to apply to those domain axes - immediately after the the subspace has been created + immediately after the subspace has been created by the ``'indices'``. This dictionary will always be empty if the *ancillary_mask* parameter is False. diff --git a/cf/mixin/propertiesdata.py b/cf/mixin/propertiesdata.py index 4570e28252..2ac8e1ab2c 100644 --- a/cf/mixin/propertiesdata.py +++ b/cf/mixin/propertiesdata.py @@ -4165,7 +4165,7 @@ def tanh(self, inplace=False): Units are accounted for in the calculation. If the units are not equivalent to radians (such as Kelvin) then they are - treated as if they were radians. For example, the the + treated as if they were radians. For example, the hyperbolic tangent of 90 degrees_east is 0.91715234, as is the hyperbolic tangent of 1.57079632 radians. @@ -4227,7 +4227,7 @@ def sinh(self, inplace=False): Units are accounted for in the calculation. If the units are not equivalent to radians (such as Kelvin) then they are - treated as if they were radians. For example, the the + treated as if they were radians. For example, the hyperbolic sine of 90 degrees_north is 2.30129890, as is the hyperbolic sine of 1.57079632 radians. @@ -4288,7 +4288,7 @@ def cosh(self, inplace=False): Units are accounted for in the calculation. If the units are not equivalent to radians (such as Kelvin) then they are - treated as if they were radians. For example, the the + treated as if they were radians. For example, the hyperbolic cosine of 0 degrees_east is 1.0, as is the hyperbolic cosine of 1.57079632 radians. diff --git a/cf/mixin/propertiesdatabounds.py b/cf/mixin/propertiesdatabounds.py index 8e103173bf..1150449a56 100644 --- a/cf/mixin/propertiesdatabounds.py +++ b/cf/mixin/propertiesdatabounds.py @@ -3009,7 +3009,7 @@ def tanh(self, bounds=True, inplace=False): Units are accounted for in the calculation. If the units are not equivalent to radians (such as Kelvin) then they are treated as if - they were radians. For example, the the hyperbolic tangent of 90 + they were radians. For example, the hyperbolic tangent of 90 degrees_east is 0.91715234, as is the hyperbolic tangent of 1.57079632 radians. @@ -3069,7 +3069,7 @@ def sinh(self, bounds=True, inplace=False): Units are accounted for in the calculation. If the units are not equivalent to radians (such as Kelvin) then they are treated as if - they were radians. For example, the the hyperbolic sine of 90 + they were radians. For example, the hyperbolic sine of 90 degrees_north is 2.30129890, as is the hyperbolic sine of 1.57079632 radians. @@ -3128,7 +3128,7 @@ def cosh(self, bounds=True, inplace=False): Units are accounted for in the calculation. If the units are not equivalent to radians (such as Kelvin) then they are treated as if - they were radians. For example, the the hyperbolic cosine of 0 + they were radians. For example, the hyperbolic cosine of 0 degrees_east is 1.0, as is the hyperbolic cosine of 1.57079632 radians. The output units are changed to '1' (nondimensional). diff --git a/cf/read_write/read.py b/cf/read_write/read.py index 082b0dde95..684f473979 100644 --- a/cf/read_write/read.py +++ b/cf/read_write/read.py @@ -88,7 +88,7 @@ class read(cfdm.read): the end of the Python session, at which time it is automatically deleted. The CDL file may omit data array values (as would be the case, for example, if the file was created with the ``-h`` or - ``-c`` option to ``ncdump``), in which case the the relevant + ``-c`` option to ``ncdump``), in which case the relevant constructs in memory will be created with data with all missing values. diff --git a/docs/analysis.html b/docs/analysis.html index e1c9b959cd..35a98534a4 100644 --- a/docs/analysis.html +++ b/docs/analysis.html @@ -6,13 +6,13 @@