From fb6c35612e9af5882c6ac7ef265625dbfd36c297 Mon Sep 17 00:00:00 2001 From: Alistair Sellar <16133375+alistairsellar@users.noreply.github.com> Date: Mon, 18 May 2026 16:07:55 +0100 Subject: [PATCH] Fix extension of conf.yaml file --- _episodes/03-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_episodes/03-configuration.md b/_episodes/03-configuration.md index b550f129..9f6a20ee 100644 --- a/_episodes/03-configuration.md +++ b/_episodes/03-configuration.md @@ -246,10 +246,10 @@ copy the appropriate configuration file by running Additionally, it is necessary to configure [intake-esgf](https://intake-esgf.readthedocs.io/en/stable/configure.html). -For this you need to copy the file `conf.yml` (see below) into the directory `~/.config/intake-esgf` and +For this you need to copy the file `conf.yaml` (see below) into the directory `~/.config/intake-esgf` and update the `local_cache` and `esg_dataroot` with your desired download directory in this intake-esgf configuration file. The updated file should look like this: -> ## conf.yml +> ## conf.yaml > > ```yaml > additional_df_cols: []