From bf4ed434a611a2138be2f89c93f80fb00f9c867f Mon Sep 17 00:00:00 2001 From: Benji Glitsos Date: Tue, 16 Jan 2024 14:35:12 +1100 Subject: [PATCH 1/4] Disabling the tags feature because in production it has the same problem of not generating the tag pages --- docs/_templates/product-v1.rst | 6 +++--- docs/table_of_contents.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_templates/product-v1.rst b/docs/_templates/product-v1.rst index d16b82788..cbf6be67a 100644 --- a/docs/_templates/product-v1.rst +++ b/docs/_templates/product-v1.rst @@ -209,9 +209,9 @@ {%- endif %} {%- endif %} - {%- if valid_tags %} - .. tags:: {{ valid_tags | join(", ") }} - {%- endif %} + .. {%- if valid_tags %} + .. .. tags:: {{ valid_tags | join(", ") }} + .. {%- endif %} .. include:: _overview_2.md :parser: myst_parser.sphinx_ diff --git a/docs/table_of_contents.yaml b/docs/table_of_contents.yaml index 8c70ae365..8a3bd442b 100644 --- a/docs/table_of_contents.yaml +++ b/docs/table_of_contents.yaml @@ -196,7 +196,7 @@ entries: # - file: notebooks/Interactive_apps/README # Contains its own table of contents. # - file: notebooks/Tools/index # Contains its own table of contents. - - file: tags-list # Contains its own table of contents. + # - file: tags-list # Contains its own table of contents. - file: data/old-version/index entries: From 561edc38ad7606a76e3e52f2a6c19edde83f5bd3 Mon Sep 17 00:00:00 2001 From: Benji Glitsos Date: Tue, 16 Jan 2024 14:39:50 +1100 Subject: [PATCH 2/4] Added the 'In this guide' box to the Dataset Maturity Guide --- docs/guides/reference/dataset_maturity_guide.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/guides/reference/dataset_maturity_guide.md b/docs/guides/reference/dataset_maturity_guide.md index 95eaedd58..31102aa4f 100644 --- a/docs/guides/reference/dataset_maturity_guide.md +++ b/docs/guides/reference/dataset_maturity_guide.md @@ -1,5 +1,10 @@ # DEA Dataset Maturity +:::{contents} In this guide +:local: +:backlinks: none +::: + In December 2022, DEA implemented **dataset maturity** levels to provide a more streamlined user experience and access mechanism for DEA Analysis Ready Data ([ARD](/guides/about/glossary/#ard)) datasets. All ARD data for a single sensor is now provided in a single product, streamlining the user experience and minimising the data handling required by users. @@ -111,4 +116,4 @@ DEA's quality control standards for a product or service. **Provisional products are available for use, but should be used with appropriate caution.** See the individual product or service metadata pages for information on product limitations and use. -Once a product is formally released, it is renamed to remove the provisional tag. \ No newline at end of file +Once a product is formally released, it is renamed to remove the provisional tag. From fe064f92addecdd9a34cd8f38529dcab550f6247 Mon Sep 17 00:00:00 2001 From: Benji Glitsos Date: Tue, 16 Jan 2024 14:42:44 +1100 Subject: [PATCH 3/4] Edited changelog to say 'On this page' instead of 'In this guide' --- docs/guides/about/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/about/changelog.rst b/docs/guides/about/changelog.rst index c784c3299..787e5f246 100644 --- a/docs/guides/about/changelog.rst +++ b/docs/guides/about/changelog.rst @@ -6,7 +6,7 @@ Changelog =========== -.. contents:: In this guide +.. contents:: On this page :local: :backlinks: none From 87adfbc7e7cac520dae80b88e064621b10ed793c Mon Sep 17 00:00:00 2001 From: Benji Glitsos Date: Tue, 16 Jan 2024 14:44:26 +1100 Subject: [PATCH 4/4] Edited DEA Maps to say 'In this guide' --- docs/guides/setup/dea_maps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/setup/dea_maps.rst b/docs/guides/setup/dea_maps.rst index 3e9b8911d..3511de57e 100644 --- a/docs/guides/setup/dea_maps.rst +++ b/docs/guides/setup/dea_maps.rst @@ -10,7 +10,7 @@ DEA Maps aims to provide easy access to DEA's products to help users to make mor .. _Geoscience Australia: http://www.ga.gov.au/ .. _Data61 CSIRO: https://data61.csiro.au/ -.. contents:: On this page +.. contents:: In this guide :local: :backlinks: none