From d16664c578a3d5f78bfb15b077f93d17b493a26e Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 28 Sep 2023 16:29:00 -0700 Subject: [PATCH] Update storage.rst --- docs/source/storage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/storage.rst b/docs/source/storage.rst index b391dd12..281f7b5f 100644 --- a/docs/source/storage.rst +++ b/docs/source/storage.rst @@ -282,6 +282,8 @@ region references link to subsets of another Dataset. To identify region referen to the ``source`` and ``path``, the py:class:`~hdmf_zarr.utils.ZarrReference` object will also need to store the definition of the ``region`` that is being referenced, e.g., a slice or list on point indices. +In the future, the reference resolver classes will need to be updated to implement region references + .. warning:: Region references are not yet fully implemented in :py:class:`~hdmf_zarr.backend.ZarrIO`.