diff --git a/docs/source/conf.py b/docs/source/conf.py index 9b924401d..67db89d81 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ import lincbrain project = "lincbrain" -copyright = "2021-2024, LINC Team" +copyright = "2023-2024, LINC Team" author = "LINC Team" # The full version, including alpha/beta/rc tags diff --git a/docs/source/modref/dandiapi.rst b/docs/source/modref/dandiapi.rst index 70d133daf..134a4d1e0 100644 --- a/docs/source/modref/dandiapi.rst +++ b/docs/source/modref/dandiapi.rst @@ -6,7 +6,7 @@ This module provides functionality for interacting with a LINC Data Platform server via the REST API. Interaction begins with the creation of a `DandiAPIClient` instance, which can be used to retrieve `RemoteDandiset` objects (representing -dataset on the server) and `BaseRemoteAsset` objects (representing assets +datasets on the server) and `BaseRemoteAsset` objects (representing assets without any data associating them with their Dandisets). `RemoteDandiset` objects can, in turn, be used to retrieve `RemoteAsset` objects (representing assets associated with datasets). Aside from `DandiAPIClient`, none of these