From 69ac20321e21fc8e21ae4ed38ef7f026572a3929 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 15 Jun 2023 09:37:04 -0400 Subject: [PATCH] Update docs --- docs/source/ref/urls.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/source/ref/urls.rst b/docs/source/ref/urls.rst index fb448e106..d75405789 100644 --- a/docs/source/ref/urls.rst +++ b/docs/source/ref/urls.rst @@ -36,13 +36,9 @@ used otherwise. a collection of assets whose paths match the glob pattern ``path``, and `parse_dandi_url()` will convert the URL to an `AssetGlobURL`. - - If the ``glob``/``--path-type glob`` option is not in effect and ``path`` - ends with a trailing slash, the URL refers to an asset folder by path, and - `parse_dandi_url()` will convert the URL to an `AssetFolderURL`. - - - If the ``glob``/``--path-type glob`` option is not in effect and ``path`` - does not end with a trailing slash, the URL refers to a single asset by - path, and `parse_dandi_url()` will convert the URL to an `AssetItemURL`. + - If the ``glob``/``--path-type glob`` option is not in effect, the URL + refers to an asset folder by path, and `parse_dandi_url()` will convert the + URL to an `AssetFolderURL`. - :samp:`https://{server}[/api]/dandisets/{dandiset-id}[/versions[/{version}]]` — Refers to a Dandiset. `parse_dandi_url()` converts this format to a