Skip to content

Commit

Permalink
clean up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Mar 30, 2024
1 parent 1f5e343 commit 53f7acf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/source/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 53f7acf

Please sign in to comment.