From 3597052ee691435f3dc92a19db1a8551c15b4032 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Wed, 7 Feb 2024 10:54:28 -0800 Subject: [PATCH] Update streaming.py (#1780) * Update streaming.py * Update streaming.py * Fix flake8 --------- Co-authored-by: Ryan Ly --- 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 760e2da71..4bdc992b8 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'