From 5e4e8db0cd986c5d6eba39098365252c756c76c7 Mon Sep 17 00:00:00 2001 From: Chris Byrohl <9221545+cbyrohl@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:24:07 +0100 Subject: [PATCH] fix #104 (#120) --- docs/tutorial/observations.md | 4 ++-- docs/tutorial/simulations.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorial/observations.md b/docs/tutorial/observations.md index 0f28d198..4bc97bc9 100644 --- a/docs/tutorial/observations.md +++ b/docs/tutorial/observations.md @@ -92,8 +92,8 @@ which we present in the next section. If passing `units=True` (default) to `load()`, the dataset will be loaded with code units attached to all fields. These units are attached to each field / dask array. Units are provided via the pint package. -See the [pint documentation](https://pint.readthedocs.io/en/stable/) for more information. Also check out the -[units cookbook](../notebooks/cookbook/units.ipynb) for more examples. +See the [pint documentation](https://pint.readthedocs.io/en/stable/) for more information. +Also check out [this page](../units.md) for more unit-related examples. In short, each field, that is represented by a modified dask array, has a magnitude (the dask array without any units attached) and a unit. These can be accessed via the `magnitude` and `units` attributes, respectively. diff --git a/docs/tutorial/simulations.md b/docs/tutorial/simulations.md index c5ea93d4..a2aa5287 100644 --- a/docs/tutorial/simulations.md +++ b/docs/tutorial/simulations.md @@ -131,8 +131,8 @@ which we present in the next section. If passing `units=True` to `load()`, the dataset will be loaded with code units attached to all fields. These units are attached to each field / dask array. Units are provided via the pint package. -See the [pint documentation](https://pint.readthedocs.io/en/stable/) for more information. Also check out the -[units cookbook](../notebooks/cookbook/units.ipynb) for more examples. +See the [pint documentation](https://pint.readthedocs.io/en/stable/) for more information. +Also check out [this page](../units.md) for more unit-related examples. In short, each field, that is represented by a modified dask array, has a magnitude (the dask array without any units attached) and a unit. These can be accessed via the `magnitude` and `units` attributes, respectively.