From 60ea89ba4abc9861e808c0cb62614d1a577277df Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 3 Dec 2024 22:46:58 +0000 Subject: [PATCH] refactor: move things around --- .../IS2_cloud_data_access.md | 0 {example_notebooks => content}/IS2_data_access.md | 0 .../IS2_data_access2-subsetting.md | 0 {example_notebooks => content}/IS2_data_read-in.md | 0 .../IS2_data_variables.md | 0 .../IS2_data_visualization.md | 0 .../QUEST_argo_data_access.md | 0 .../data-access_PineIsland/CITATIONS.txt | 0 .../data-access_PineIsland/README.txt | 0 .../data-access_PineIsland/glims_polygons.dbf | Bin .../data-access_PineIsland/glims_polygons.kml | 0 .../data-access_PineIsland/glims_polygons.prj | 0 .../data-access_PineIsland/glims_polygons.shp | Bin .../data-access_PineIsland/glims_polygons.shx | Bin .../supporting_files/simple_test_poly.gpkg | Bin myst.yml | 13 ++++++------- 16 files changed, 6 insertions(+), 7 deletions(-) rename {example_notebooks => content}/IS2_cloud_data_access.md (100%) rename {example_notebooks => content}/IS2_data_access.md (100%) rename {example_notebooks => content}/IS2_data_access2-subsetting.md (100%) rename {example_notebooks => content}/IS2_data_read-in.md (100%) rename {example_notebooks => content}/IS2_data_variables.md (100%) rename {example_notebooks => content}/IS2_data_visualization.md (100%) rename {example_notebooks => content}/QUEST_argo_data_access.md (100%) rename {example_notebooks => content}/supporting_files/data-access_PineIsland/CITATIONS.txt (100%) rename {example_notebooks => content}/supporting_files/data-access_PineIsland/README.txt (100%) rename {example_notebooks => content}/supporting_files/data-access_PineIsland/glims_polygons.dbf (100%) rename {example_notebooks => content}/supporting_files/data-access_PineIsland/glims_polygons.kml (100%) rename {example_notebooks => content}/supporting_files/data-access_PineIsland/glims_polygons.prj (100%) rename {example_notebooks => content}/supporting_files/data-access_PineIsland/glims_polygons.shp (100%) rename {example_notebooks => content}/supporting_files/data-access_PineIsland/glims_polygons.shx (100%) rename {example_notebooks => content}/supporting_files/simple_test_poly.gpkg (100%) diff --git a/example_notebooks/IS2_cloud_data_access.md b/content/IS2_cloud_data_access.md similarity index 100% rename from example_notebooks/IS2_cloud_data_access.md rename to content/IS2_cloud_data_access.md diff --git a/example_notebooks/IS2_data_access.md b/content/IS2_data_access.md similarity index 100% rename from example_notebooks/IS2_data_access.md rename to content/IS2_data_access.md diff --git a/example_notebooks/IS2_data_access2-subsetting.md b/content/IS2_data_access2-subsetting.md similarity index 100% rename from example_notebooks/IS2_data_access2-subsetting.md rename to content/IS2_data_access2-subsetting.md diff --git a/example_notebooks/IS2_data_read-in.md b/content/IS2_data_read-in.md similarity index 100% rename from example_notebooks/IS2_data_read-in.md rename to content/IS2_data_read-in.md diff --git a/example_notebooks/IS2_data_variables.md b/content/IS2_data_variables.md similarity index 100% rename from example_notebooks/IS2_data_variables.md rename to content/IS2_data_variables.md diff --git a/example_notebooks/IS2_data_visualization.md b/content/IS2_data_visualization.md similarity index 100% rename from example_notebooks/IS2_data_visualization.md rename to content/IS2_data_visualization.md diff --git a/example_notebooks/QUEST_argo_data_access.md b/content/QUEST_argo_data_access.md similarity index 100% rename from example_notebooks/QUEST_argo_data_access.md rename to content/QUEST_argo_data_access.md diff --git a/example_notebooks/supporting_files/data-access_PineIsland/CITATIONS.txt b/content/supporting_files/data-access_PineIsland/CITATIONS.txt similarity index 100% rename from example_notebooks/supporting_files/data-access_PineIsland/CITATIONS.txt rename to content/supporting_files/data-access_PineIsland/CITATIONS.txt diff --git a/example_notebooks/supporting_files/data-access_PineIsland/README.txt b/content/supporting_files/data-access_PineIsland/README.txt similarity index 100% rename from example_notebooks/supporting_files/data-access_PineIsland/README.txt rename to content/supporting_files/data-access_PineIsland/README.txt diff --git a/example_notebooks/supporting_files/data-access_PineIsland/glims_polygons.dbf b/content/supporting_files/data-access_PineIsland/glims_polygons.dbf similarity index 100% rename from example_notebooks/supporting_files/data-access_PineIsland/glims_polygons.dbf rename to content/supporting_files/data-access_PineIsland/glims_polygons.dbf diff --git a/example_notebooks/supporting_files/data-access_PineIsland/glims_polygons.kml b/content/supporting_files/data-access_PineIsland/glims_polygons.kml similarity index 100% rename from example_notebooks/supporting_files/data-access_PineIsland/glims_polygons.kml rename to content/supporting_files/data-access_PineIsland/glims_polygons.kml diff --git a/example_notebooks/supporting_files/data-access_PineIsland/glims_polygons.prj b/content/supporting_files/data-access_PineIsland/glims_polygons.prj similarity index 100% rename from example_notebooks/supporting_files/data-access_PineIsland/glims_polygons.prj rename to content/supporting_files/data-access_PineIsland/glims_polygons.prj diff --git a/example_notebooks/supporting_files/data-access_PineIsland/glims_polygons.shp b/content/supporting_files/data-access_PineIsland/glims_polygons.shp similarity index 100% rename from example_notebooks/supporting_files/data-access_PineIsland/glims_polygons.shp rename to content/supporting_files/data-access_PineIsland/glims_polygons.shp diff --git a/example_notebooks/supporting_files/data-access_PineIsland/glims_polygons.shx b/content/supporting_files/data-access_PineIsland/glims_polygons.shx similarity index 100% rename from example_notebooks/supporting_files/data-access_PineIsland/glims_polygons.shx rename to content/supporting_files/data-access_PineIsland/glims_polygons.shx diff --git a/example_notebooks/supporting_files/simple_test_poly.gpkg b/content/supporting_files/simple_test_poly.gpkg similarity index 100% rename from example_notebooks/supporting_files/simple_test_poly.gpkg rename to content/supporting_files/simple_test_poly.gpkg diff --git a/myst.yml b/myst.yml index 0330702..974ca46 100644 --- a/myst.yml +++ b/myst.yml @@ -18,15 +18,14 @@ project: # Auto-generated by `myst init --write-toc` - file: README.md - title: Quest Example - file: example_notebooks/QUEST_argo_data_access.md + file: content/QUEST_argo_data_access.md - title: Tutorials children: - - file: example_notebooks/IS2_cloud_data_access.md - - file: example_notebooks/IS2_data_access2-subsetting.md - - file: example_notebooks/IS2_data_access.md - - file: example_notebooks/IS2_data_read-in.md - - file: example_notebooks/IS2_data_variables.md - - file: example_notebooks/IS2_data_visualization.md + - file: content/IS2_data_access.md + - file: content/IS2_data_access2-subsetting.md + - file: content/IS2_data_variables.md + - file: content/IS2_data_read-in.md + - file: content/IS2_cloud_data_access.md site: options: