From 0db62dc68eea2c793074fb4c37e5610b38ce377b Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:29:14 -0800 Subject: [PATCH 1/3] update dandi archive urls --- docs/gallery/general/plot_read_basics.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/gallery/general/plot_read_basics.py b/docs/gallery/general/plot_read_basics.py index 556b7c109..943d731e0 100644 --- a/docs/gallery/general/plot_read_basics.py +++ b/docs/gallery/general/plot_read_basics.py @@ -10,7 +10,7 @@ An :py:class:`~pynwb.file.NWBFile` represents a single session of an experiment. It contains all the data of that session and the metadata required to understand the data. -We will demonstrate how to use the `DANDI `_ neurophysiology data archive to access +We will demonstrate how to use the `DANDI `_ neurophysiology data archive to access the data in two different ways: (1) by downloading it to your computer and (2) streaming it. We will briefly show tools for exploring NWB Files interactively and refer the reader to the @@ -32,7 +32,7 @@ #################### -# We will access NWB data on the `DANDI Archive `_, +# We will access NWB data on the `DANDI Archive `_, # and demonstrate reading one session of an experiment by # `Chandravadia et al. (2020) `_. In this study, # the authors recorded single neuron activity from the medial temporal lobes of human subjects @@ -40,14 +40,14 @@ # # Download the data # ----------------- -# First, we will demonstrate how to download an NWB data file from `DANDI `_ +# First, we will demonstrate how to download an NWB data file from `DANDI https://dandiarchive.org/>`_ # to your machine. # # Download using the DANDI Web UI # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # You can download files directly from the DANDI website. # -# 1. Go to the DANDI archive and open `this `_ dataset +# 1. Go to the DANDI archive and open `this `_ dataset # 2. List the files in this dataset by clicking the "Files" button in Dandiset Actions (top right column of the page). # # .. image:: ../../_static/demo_dandi_view_files_in_dataset.png From e1fdf55ffd9123392d104c439544183dbbe657f2 Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Thu, 13 Nov 2025 13:33:58 -0800 Subject: [PATCH 2/3] Apply suggestion from @stephprince --- docs/gallery/general/plot_read_basics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/general/plot_read_basics.py b/docs/gallery/general/plot_read_basics.py index 943d731e0..68c105316 100644 --- a/docs/gallery/general/plot_read_basics.py +++ b/docs/gallery/general/plot_read_basics.py @@ -40,7 +40,7 @@ # # Download the data # ----------------- -# First, we will demonstrate how to download an NWB data file from `DANDI https://dandiarchive.org/>`_ +# First, we will demonstrate how to download an NWB data file from `DANDI `_ # to your machine. # # Download using the DANDI Web UI From 4e3361944cce3a869c3858ffdcaa174a53c95797 Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Thu, 13 Nov 2025 13:57:51 -0800 Subject: [PATCH 3/3] fix links --- docs/gallery/general/plot_read_basics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gallery/general/plot_read_basics.py b/docs/gallery/general/plot_read_basics.py index 68c105316..d22d0ae0e 100644 --- a/docs/gallery/general/plot_read_basics.py +++ b/docs/gallery/general/plot_read_basics.py @@ -10,7 +10,7 @@ An :py:class:`~pynwb.file.NWBFile` represents a single session of an experiment. It contains all the data of that session and the metadata required to understand the data. -We will demonstrate how to use the `DANDI `_ neurophysiology data archive to access +We will demonstrate how to use the `DANDI `_ neurophysiology data archive to access the data in two different ways: (1) by downloading it to your computer and (2) streaming it. We will briefly show tools for exploring NWB Files interactively and refer the reader to the @@ -32,7 +32,7 @@ #################### -# We will access NWB data on the `DANDI Archive `_, +# We will access NWB data on the `DANDI Archive `_, # and demonstrate reading one session of an experiment by # `Chandravadia et al. (2020) `_. In this study, # the authors recorded single neuron activity from the medial temporal lobes of human subjects