From 332fcceddc3e5e75d524c6232f1f77c5ae51e37a Mon Sep 17 00:00:00 2001 From: khm Date: Mon, 8 Jan 2024 16:08:11 +0100 Subject: [PATCH] Example units added to the list --- docs/source/examples/02_custom_unit_example.nblink | 1 - docs/source/examples/03_custom_unit_example.nblink | 1 + ...mple.nblink.license => 03_custom_unit_example.nblink.license} | 0 docs/source/examples_basic.rst | 1 + ...02_custom_unit_example.ipynb => 03_custom_unit_example.ipynb} | 0 ...xample.ipynb.license => 03_custom_unit_example.ipynb.license} | 0 6 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 docs/source/examples/02_custom_unit_example.nblink create mode 100644 docs/source/examples/03_custom_unit_example.nblink rename docs/source/examples/{02_custom_unit_example.nblink.license => 03_custom_unit_example.nblink.license} (100%) rename examples/notebooks/{02_custom_unit_example.ipynb => 03_custom_unit_example.ipynb} (100%) rename examples/notebooks/{02_custom_unit_example.ipynb.license => 03_custom_unit_example.ipynb.license} (100%) diff --git a/docs/source/examples/02_custom_unit_example.nblink b/docs/source/examples/02_custom_unit_example.nblink deleted file mode 100644 index d5b1f229..00000000 --- a/docs/source/examples/02_custom_unit_example.nblink +++ /dev/null @@ -1 +0,0 @@ -{"path": "../../../examples/notebooks/02_custom_unit_example.ipynb"} \ No newline at end of file diff --git a/docs/source/examples/03_custom_unit_example.nblink b/docs/source/examples/03_custom_unit_example.nblink new file mode 100644 index 00000000..31364e17 --- /dev/null +++ b/docs/source/examples/03_custom_unit_example.nblink @@ -0,0 +1 @@ +{"path": "../../../examples/notebooks/03_custom_unit_example.ipynb"} \ No newline at end of file diff --git a/docs/source/examples/02_custom_unit_example.nblink.license b/docs/source/examples/03_custom_unit_example.nblink.license similarity index 100% rename from docs/source/examples/02_custom_unit_example.nblink.license rename to docs/source/examples/03_custom_unit_example.nblink.license diff --git a/docs/source/examples_basic.rst b/docs/source/examples_basic.rst index a029427d..4678d0b5 100644 --- a/docs/source/examples_basic.rst +++ b/docs/source/examples_basic.rst @@ -16,4 +16,5 @@ Here you can find several tutorials on how to use ASSUME framework to get you st examples/01_minimal_manual_example.nblink examples/02_automated_run_example.nblink + examples/03_custom_unit_example.nblink examples/04_Reinforcement_learning_example.nblink diff --git a/examples/notebooks/02_custom_unit_example.ipynb b/examples/notebooks/03_custom_unit_example.ipynb similarity index 100% rename from examples/notebooks/02_custom_unit_example.ipynb rename to examples/notebooks/03_custom_unit_example.ipynb diff --git a/examples/notebooks/02_custom_unit_example.ipynb.license b/examples/notebooks/03_custom_unit_example.ipynb.license similarity index 100% rename from examples/notebooks/02_custom_unit_example.ipynb.license rename to examples/notebooks/03_custom_unit_example.ipynb.license