From 44bd6101767daafeed1d9ff2298b07b7d4069bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= <38459088+jo-mueller@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:24:26 +0200 Subject: [PATCH] moved notebook about tag synchronization to metadata section --- docs/_toc.yml | 2 +- .../04_synchronize_tags.ipynb} | 0 docs/notebooks/{ => metadata}/tag_collection.yaml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/notebooks/{synchronize_tags.ipynb => metadata/04_synchronize_tags.ipynb} (100%) rename docs/notebooks/{ => metadata}/tag_collection.yaml (100%) diff --git a/docs/_toc.yml b/docs/_toc.yml index 89012b3..5b63af3 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -8,6 +8,6 @@ chapters: - file: notebooks/metadata/01_key_value_pairs - file: notebooks/metadata/02_setting_pixel_sizes - file: notebooks/metadata/03_setting_channel_names + - file: notebooks/metadata/04_synchronize_tags - file: instructions/transfer_dataset - - file: notebooks/synchronize_tags diff --git a/docs/notebooks/synchronize_tags.ipynb b/docs/notebooks/metadata/04_synchronize_tags.ipynb similarity index 100% rename from docs/notebooks/synchronize_tags.ipynb rename to docs/notebooks/metadata/04_synchronize_tags.ipynb diff --git a/docs/notebooks/tag_collection.yaml b/docs/notebooks/metadata/tag_collection.yaml similarity index 100% rename from docs/notebooks/tag_collection.yaml rename to docs/notebooks/metadata/tag_collection.yaml