diff --git a/root/docs/_config.yml b/root/docs/_config.yml new file mode 100644 index 0000000..6e68493 --- /dev/null +++ b/root/docs/_config.yml @@ -0,0 +1,2 @@ +title: "OMERO Tools" +author: "BiAPoL" diff --git a/root/docs/_toc.yml b/root/docs/_toc.yml new file mode 100644 index 0000000..214824f --- /dev/null +++ b/root/docs/_toc.yml @@ -0,0 +1,6 @@ +format: jb-book +root: index + +chapters: + - file: instructions/Transfer_dataset.md + - file: notebooks/synchronize_tags.ipynb diff --git a/instructions/Transfer_dataset.md b/root/docs/instructions/Transfer_dataset.md similarity index 100% rename from instructions/Transfer_dataset.md rename to root/docs/instructions/Transfer_dataset.md diff --git a/notebooks/synchronize_tags.ipynb b/root/docs/notebooks/synchronize_tags.ipynb similarity index 100% rename from notebooks/synchronize_tags.ipynb rename to root/docs/notebooks/synchronize_tags.ipynb diff --git a/notebooks/tag_collection.yaml b/root/docs/notebooks/tag_collection.yaml similarity index 100% rename from notebooks/tag_collection.yaml rename to root/docs/notebooks/tag_collection.yaml