From bdbc4d4163e1b88f3b3afd10e134225cda86c23f Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Sat, 7 Oct 2023 00:04:03 -0700 Subject: [PATCH 1/3] Update streaming.py --- docs/gallery/advanced_io/streaming.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/gallery/advanced_io/streaming.py b/docs/gallery/advanced_io/streaming.py index bb5c2e1d8..6e7dee9fe 100644 --- a/docs/gallery/advanced_io/streaming.py +++ b/docs/gallery/advanced_io/streaming.py @@ -23,6 +23,11 @@ Now you can get the url of a particular NWB file using the dandiset ID and the path of that file within the dandiset. +.. note:: + + To learn more about the dandi API see the + `Dandi Python API docs `_ + """ # sphinx_gallery_thumbnail_path = 'figures/gallery_thumbnails_streaming.png' From c33f42a04084b0af261aafbb8435a4f587ad4081 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Sun, 22 Oct 2023 11:20:32 -0700 Subject: [PATCH 2/3] Update streaming.py --- docs/gallery/advanced_io/streaming.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gallery/advanced_io/streaming.py b/docs/gallery/advanced_io/streaming.py index 6e7dee9fe..6569c890d 100644 --- a/docs/gallery/advanced_io/streaming.py +++ b/docs/gallery/advanced_io/streaming.py @@ -26,8 +26,8 @@ .. note:: To learn more about the dandi API see the - `Dandi Python API docs `_ - + `DANDI Python API docs `_ + """ # sphinx_gallery_thumbnail_path = 'figures/gallery_thumbnails_streaming.png' From 275518b74034ef3b93ff62b93a260537b078cf26 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 7 Feb 2024 08:02:28 -0800 Subject: [PATCH 3/3] Fix flake8 --- docs/gallery/advanced_io/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/advanced_io/streaming.py b/docs/gallery/advanced_io/streaming.py index 6569c890d..a1d86575a 100644 --- a/docs/gallery/advanced_io/streaming.py +++ b/docs/gallery/advanced_io/streaming.py @@ -25,7 +25,7 @@ .. note:: - To learn more about the dandi API see the + To learn more about the dandi API see the `DANDI Python API docs `_ """