From 7543ef78de0e9ac1a74e5ed8d4259a716a9c927d Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 17 Dec 2024 13:19:23 -0500 Subject: [PATCH 1/2] Remove broken "symlink" files in doc tree --- doc/source/notebooks/tutorial_soma_shape.ipynb | 1 - doc/source/notebooks/tutorial_spatial.ipynb | 1 - 2 files changed, 2 deletions(-) delete mode 100644 doc/source/notebooks/tutorial_soma_shape.ipynb delete mode 100644 doc/source/notebooks/tutorial_spatial.ipynb diff --git a/doc/source/notebooks/tutorial_soma_shape.ipynb b/doc/source/notebooks/tutorial_soma_shape.ipynb deleted file mode 100644 index eab6b9470f..0000000000 --- a/doc/source/notebooks/tutorial_soma_shape.ipynb +++ /dev/null @@ -1 +0,0 @@ -../../../apis/python/notebooks/tutorial_soma_shape.ipynb \ No newline at end of file diff --git a/doc/source/notebooks/tutorial_spatial.ipynb b/doc/source/notebooks/tutorial_spatial.ipynb deleted file mode 100644 index 62565ac954..0000000000 --- a/doc/source/notebooks/tutorial_spatial.ipynb +++ /dev/null @@ -1 +0,0 @@ -../../../apis/python/notebooks/tutorial_spatial.ipynb \ No newline at end of file From 313049e8cd6160cb8cca93fca19c54b9ba9dad89 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 17 Dec 2024 13:20:33 -0500 Subject: [PATCH 2/2] Re-add as symlinks --- doc/source/notebooks/tutorial_soma_shape.ipynb | 1 + doc/source/notebooks/tutorial_spatial.ipynb | 1 + 2 files changed, 2 insertions(+) create mode 120000 doc/source/notebooks/tutorial_soma_shape.ipynb create mode 120000 doc/source/notebooks/tutorial_spatial.ipynb diff --git a/doc/source/notebooks/tutorial_soma_shape.ipynb b/doc/source/notebooks/tutorial_soma_shape.ipynb new file mode 120000 index 0000000000..eab6b9470f --- /dev/null +++ b/doc/source/notebooks/tutorial_soma_shape.ipynb @@ -0,0 +1 @@ +../../../apis/python/notebooks/tutorial_soma_shape.ipynb \ No newline at end of file diff --git a/doc/source/notebooks/tutorial_spatial.ipynb b/doc/source/notebooks/tutorial_spatial.ipynb new file mode 120000 index 0000000000..62565ac954 --- /dev/null +++ b/doc/source/notebooks/tutorial_spatial.ipynb @@ -0,0 +1 @@ +../../../apis/python/notebooks/tutorial_spatial.ipynb \ No newline at end of file