@@ -65,9 +65,9 @@ parallelization.
6565
6666As a result, a number of formats have been developed more recently which provide
6767the basic data structure of an HDF5 file, but do so in a more cloud-friendly way.
68- In the [ PyData] ( https://pydata.org/ ) community, the Zarr [[ zarr]] format was developed
68+ In the [ PyData] ( https://pydata.org/ ) community, the Zarr ( @ zarr ) format was developed
6969for easily storing collections of [ NumPy] ( https://numpy.org/ ) arrays. In the
70- [ ImageJ] ( https://imagej.net/ ) community, N5 [[ n5 ]] was developed to work around
70+ [ ImageJ] ( https://imagej.net/ ) community, N5 ( @ n5 ) was developed to work around
7171the limitations of HDF5 ("N5" was originally short for "Not-HDF5").
7272Both of these formats permit storing individual chunks of data either locally in
7373separate files or in cloud-based object stores as separate keys.
@@ -88,7 +88,7 @@ binary containers. Eventually, we hope, the moniker "next-generation" will no lo
8888applicable, and this will simply be the most efficient, common, and useful representation
8989of bioimaging data, whether during acquisition or sharing in the cloud.
9090
91- Note: The following text makes use of OME-Zarr [[ ome-zarr-py]] , the current prototype implementation,
91+ Note: The following text makes use of OME-Zarr ( @ ome-zarr-py ) , the current prototype implementation,
9292for all examples.
9393
9494### On-disk (or in-cloud) layout
0 commit comments