From d81e734867c88ebbe50ed55875cea1f5e714cc78 Mon Sep 17 00:00:00 2001 From: Dougie Squire <42455466+dougiesquire@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:05:56 +1000 Subject: [PATCH] Fix typo --- docs/management/catalog.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/management/catalog.rst b/docs/management/catalog.rst index 906c6ac..68cfca3 100644 --- a/docs/management/catalog.rst +++ b/docs/management/catalog.rst @@ -11,11 +11,10 @@ intake-dataframe-catalog or load an existing one. Intake-ESM datastore sources c :ref:`translators` are specified to translate the metadata in source datastores to be compatible with the catalog schema. -When :code:`access_nri_intake.catalog` is first imported, it downloads and parses the a specific commit -of the schema at -https://github.com/ACCESS-NRI/schema/tree/main/au.org.access-nri/model/output/experiment-metadata. The raw -schema is stored in the variable :code:`access_nri_intake.catalog.EXP_JSONSCHEMA` (more on this later) and a -version with the "required" field replaced with :code:`access_nri_intake.catalog.CORE_COLUMNS` is stored +When :code:`access_nri_intake.catalog` is first imported, it downloads and parses a specific commit of the +schema at https://github.com/ACCESS-NRI/schema/tree/main/au.org.access-nri/model/output/experiment-metadata. +The raw schema is stored in the variable :code:`access_nri_intake.catalog.EXP_JSONSCHEMA` (more on this later) +and a version with the "required" field replaced with :code:`access_nri_intake.catalog.CORE_COLUMNS` is stored in the variable :code:`access_nri_intake.catalog.CATALOG_JSONSCHEMA` (this is to allow this field to be customized). The latter defines what metadata must be included in the intake-dataframe-catalog, and what types and fields are allowed. Subsequent imports read the downloaded schema, unless the schema is changed