From 78e045032ac1ca8096efc9614035fcb3d2308237 Mon Sep 17 00:00:00 2001 From: Dr Griffith Rees Date: Sat, 5 Oct 2024 14:34:25 +0100 Subject: [PATCH] fix: `_quarto.yml` config for `resample.py` -> `convert.py` refactor --- _quarto.yml | 4 ++-- python/tests/{test_resample.py => test_convert.py} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename python/tests/{test_resample.py => test_convert.py} (100%) diff --git a/_quarto.yml b/_quarto.yml index 42a76eb3..3ec306a4 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -75,7 +75,7 @@ website: text: "CEDA Data Access" - href: "docs/reference/clim_recal.data_loader.qmd" text: "Data Loading" - - href: "docs/reference/clim_recal.resample.qmd" + - href: "docs/reference/clim_recal.convert.qmd" text: "Data Resampling" - section: "Debiasing" contents: @@ -119,7 +119,7 @@ quartodoc: - clim_recal.ceda_ftp_download - clim_recal.data_loader - clim_recal.config - - clim_recal.resample + - clim_recal.convert - clim_recal.debiasing.debias_wrapper - clim_recal.utils.core - clim_recal.utils.server diff --git a/python/tests/test_resample.py b/python/tests/test_convert.py similarity index 100% rename from python/tests/test_resample.py rename to python/tests/test_convert.py