diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb0e247..1f1bb7c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Enhancements * Added support for python 3.12. @mavaylon1 [#172](https://github.com/hdmf-dev/hdmf-zarr/pull/172) +### Docs +* Removed `linkable` from the documentation to keep in line with `hdmf-schema-language`. @mavaylon1 [#180](https://github.com/hdmf-dev/hdmf-zarr/pull/180) + ## 0.6.0 (February 21, 2024) ### Enhancements diff --git a/docs/source/storage.rst b/docs/source/storage.rst index 6d95246a..f906f159 100644 --- a/docs/source/storage.rst +++ b/docs/source/storage.rst @@ -55,7 +55,6 @@ Groups datasets Zarr datasets within the Zarr group attributes Zarr attributes on the Zarr group links Stored as JSON formatted attributes on the Zarr Group - linkable Not mapped; Stored in schema only quantity Not mapped; Number of appearances of the group neurodata_type Attribute ``neurodata_type`` on the Zarr Group namespace ID Attribute ``namespace`` on the Zarr Group @@ -89,7 +88,6 @@ Datasets shape Shape of the Zarr dataset if the shape is fixed, otherwise shape defines the maxshape dims Not mapped attributes Zarr attributes on the Zarr dataset - linkable Not mapped; Stored in schema only quantity Not mapped; Number of appearances of the dataset neurodata_type Attribute ``neurodata_type`` on the Zarr dataset namespace ID Attribute ``namespace`` on the Zarr dataset @@ -404,7 +402,6 @@ operations when retrieving certain metadata in read mode. .. note:: - When updating a file, the consolidated metadata will also need to be updated via - `zarr.consolidate_metadata(path)` to ensure the consolidated metadata is consistent + When updating a file, the consolidated metadata will also need to be updated via + `zarr.consolidate_metadata(path)` to ensure the consolidated metadata is consistent with the file. -