From 5641430acdac092f3592b07c4f72b04fc73654c6 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Fri, 4 Oct 2024 04:04:12 +0000 Subject: [PATCH] Fix formatting --- docs/notebooks/Model_tides.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/Model_tides.ipynb b/docs/notebooks/Model_tides.ipynb index 4237457..4900d61 100644 --- a/docs/notebooks/Model_tides.ipynb +++ b/docs/notebooks/Model_tides.ipynb @@ -6,7 +6,7 @@ "source": [ "# Modelling tides\n", "\n", - "This guide demonstrates how to use the [`model_tides` function from `eo_tides.model`](../api/). \n", + "This guide demonstrates how to use the [`model_tides` function from `eo_tides.model`](../../api/). \n", "This function allows you to model tide heights at multiple coordinates and/or timestep, using using one or more ocean tide models.\n", "\n", "The `model_tides` can be used independently of Earth observation (EO) data, e.g. for any application where you need to generate a time series of tide heights.\n",