From 3d04646918226486a4da525693eaf0ad6c9a0091 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Fri, 10 Jan 2025 18:32:47 -0600 Subject: [PATCH] Update URL for DANDI Docs (#2017) * Update URL for DANDI Docs * update dandiarchive conf extlink --------- Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- docs/gallery/general/plot_read_basics.py | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gallery/general/plot_read_basics.py b/docs/gallery/general/plot_read_basics.py index d800adbe5..212c5434e 100644 --- a/docs/gallery/general/plot_read_basics.py +++ b/docs/gallery/general/plot_read_basics.py @@ -83,7 +83,7 @@ # .. seealso:: # # Learn about all the different ways you can download data from the DANDI Archive -# `here `_ +# `here `_ # # .. seealso:: Streaming data # diff --git a/docs/source/conf.py b/docs/source/conf.py index 08becc097..741eb5975 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -159,7 +159,7 @@ def __call__(self, filename): 'pynwb': ('https://github.com/NeurodataWithoutBorders/pynwb/%s', '%s'), 'nwb_overview': ('https://nwb-overview.readthedocs.io/en/latest/%s', '%s'), 'hdmf-docs': ('https://hdmf.readthedocs.io/en/stable/%s', '%s'), - 'dandi': ('https://www.dandiarchive.org/%s', '%s'), + 'dandi': ('https://dandiarchive.org/%s', '%s'), "nwbinspector": ("https://nwbinspector.readthedocs.io/en/dev/%s", "%s"), 'hdmf-zarr': ('https://hdmf-zarr.readthedocs.io/en/stable/%s', '%s'), }