From 0764bd4a327ec84ab5b216cb0b273cc19e1b7c45 Mon Sep 17 00:00:00 2001 From: rly Date: Wed, 18 Dec 2024 12:43:29 -0800 Subject: [PATCH] Fix asset typo and change caps on dandiset --- docs/gallery/plot_convert_nwb_hdf5.py | 4 ++-- docs/gallery/resources/README.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/gallery/plot_convert_nwb_hdf5.py b/docs/gallery/plot_convert_nwb_hdf5.py index 6565afe2..e98126ac 100644 --- a/docs/gallery/plot_convert_nwb_hdf5.py +++ b/docs/gallery/plot_convert_nwb_hdf5.py @@ -14,7 +14,7 @@ # ----- # # Here we use a small NWB file from the DANDI neurophysiology data archive from -# `DANDIset 000009 `_ as an example. +# `Dandiset 000009 `_ as an example. # To download the file directly from DANDI we can use: # # .. code-block:: python @@ -29,7 +29,7 @@ # filename = os.path.basename(asset.path) # asset.download(filename) # -# We here use a local copy of a small file from this DANDIset as an example: +# We here use a local copy of a small file from this Dandiset as an example: # sphinx_gallery_thumbnail_path = 'figures/gallery_thumbnail_plot_convert_nwb.png' diff --git a/docs/gallery/resources/README.rst b/docs/gallery/resources/README.rst index 1a762d3a..f7b595de 100644 --- a/docs/gallery/resources/README.rst +++ b/docs/gallery/resources/README.rst @@ -4,11 +4,11 @@ Resources sub_anm00239123_ses_20170627T093549_ecephys_and_ogen.nwb -------------------------------------------------------- -This NWB file was downloaded from `DANDIset 000009 `_ +This NWB file was downloaded from `Dandiset 000009 `_ The file was modified to replace ``:`` characters used in the name of the ``ElectrodeGroup`` called ``ADunit: 32`` in ``'general/extracellular_ephys/`` to ``'ADunit_32'``. The dataset ``general/extracellular_ephys/electrodes/group_name`` as part of the electrodes table was updated accordingly to list the appropriate group name. This is to avoid issues -on Windows file systems that do not support ``:`` as part of folder names. The asses can be downloaded from DANDI via: +on Windows file systems that do not support ``:`` as part of folder names. The asset can be downloaded from DANDI via: .. code-block:: python :linenos: