Skip to content

Commit 69ac203

Browse files
committed
Update docs
1 parent dbd481e commit 69ac203

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/source/ref/urls.rst

+3-7
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ used otherwise.
3636
a collection of assets whose paths match the glob pattern ``path``, and
3737
`parse_dandi_url()` will convert the URL to an `AssetGlobURL`.
3838

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`.
4642

4743
- :samp:`https://{server}[/api]/dandisets/{dandiset-id}[/versions[/{version}]]`
4844
— Refers to a Dandiset. `parse_dandi_url()` converts this format to a

0 commit comments

Comments
 (0)