We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f49100 commit 684a1b0Copy full SHA for 684a1b0
docs/source/ref/urls.rst
@@ -17,8 +17,10 @@ has one, and its draft version will be used otherwise.
17
(case insensitive; ``version`` cannot be "draft") when it redirects
18
to one of the other URL formats
19
20
-- :samp:`DANDI:{dandiset-id}[/{version}]` (case insensitive)
21
- — Refers to a Dandiset on the main DANDI Archive instance named "dandi".
+- :samp:`{instance-name}:{dandiset-id}[/{version}]` (case insensitive,
+ where ``instance-name`` is a known DANDI instance such as ``DANDI``,
22
+ ``DANDI-SANDBOX``, ``LINC``, ``EMBER``, etc.)
23
+ — Refers to a Dandiset on the specified DANDI Archive instance.
24
`parse_dandi_url()` converts this format to a `DandisetURL`.
25
26
- Any ``https://gui.dandiarchive.org/`` or
0 commit comments