From 5ede8f4dc9b3322b04480b3f9caa99c382fa1042 Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Mon, 25 Apr 2022 18:11:07 +0200 Subject: add notebooks to docs --- docs/notebooks | 1 + 1 file changed, 1 insertion(+) create mode 120000 docs/notebooks (limited to 'docs/notebooks') diff --git a/docs/notebooks b/docs/notebooks new file mode 120000 index 00000000..b50be0f4 --- /dev/null +++ b/docs/notebooks @@ -0,0 +1 @@ +./../notebooks/examples \ No newline at end of file -- cgit v1.3.1 From b4e575208791327b4eaf61040c39e8c31a01effb Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Sun, 1 May 2022 20:15:32 +0200 Subject: fix symbolic link path --- docs/index.md | 2 +- docs/notebooks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/notebooks') diff --git a/docs/index.md b/docs/index.md index 084f7d08..a362a10e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ tutorial.md ```{toctree} :caption: Notebook examples -notebooks/dataset.ipynb +notebooks/examples/dataset.ipynb ``` ```{toctree} diff --git a/docs/notebooks b/docs/notebooks index b50be0f4..7e2fa2a0 120000 --- a/docs/notebooks +++ b/docs/notebooks @@ -1 +1 @@ -./../notebooks/examples \ No newline at end of file +./../notebooks \ No newline at end of file -- cgit v1.3.1