From 53f7acf7163aa006b2c8ccff025f3d4a58a8f88b Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Sat, 30 Mar 2024 12:30:26 -0700 Subject: [PATCH 1/2] clean up documentation --- docs/source/storage.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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. - From bee915bf1f8dc7bd1506eb63ee300527178eaeaa Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Sat, 30 Mar 2024 12:34:40 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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