File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,9 @@ used otherwise.
36
36
a collection of assets whose paths match the glob pattern ``path ``, and
37
37
`parse_dandi_url() ` will convert the URL to an `AssetGlobURL `.
38
38
39
- - If the ``glob ``/``--path-type glob `` option is not in effect and ``path ``
40
- ends with a trailing slash, the URL refers to an asset folder by path, and
41
- `parse_dandi_url() ` will convert the URL to an `AssetFolderURL `.
42
-
43
- - If the ``glob ``/``--path-type glob `` option is not in effect and ``path ``
44
- does not end with a trailing slash, the URL refers to a single asset by
45
- path, and `parse_dandi_url() ` will convert the URL to an `AssetItemURL `.
39
+ - If the ``glob ``/``--path-type glob `` option is not in effect, the URL
40
+ refers to an asset folder by path, and `parse_dandi_url() ` will convert the
41
+ URL to an `AssetFolderURL `.
46
42
47
43
- :samp: `https://{ server } [/api]/dandisets/{ dandiset-id } [/versions[/{ version } ]] `
48
44
— Refers to a Dandiset. `parse_dandi_url() ` converts this format to a
You can’t perform that action at this time.
0 commit comments