From 927964d3ff1f91d1273d51af9ce1ed74b7607d70 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 20 May 2024 21:29:01 -0700 Subject: [PATCH] further fixing readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 059e432..e69c8b2 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,11 @@ generating JSON Schema, serialization to JSON - **Types** - Annotations (based on [npytyping](https://github.com/ramonhagenaars/nptyping)) for specifying arrays in pydantic models - **Validation** - Shape, dtype, and other array validations -- **Interfaces** - Works with {mod}`~.interface.numpy`, {mod}`~.interface.dask`, {mod}`~.interface.hdf5`, - {mod}`~.interface.video`, and {mod}`~.interface.zarr`, +- **Interfaces** - Works with [`numpy`](https://numpydantic.readthedocs.io/en/latest/api/interface/numpy.html), + [`dask`](https://numpydantic.readthedocs.io/en/latest/api/interface/dask.html), + [`hdf5`](https://numpydantic.readthedocs.io/en/latest/api/interface/hdf5.html), + [`video`](https://numpydantic.readthedocs.io/en/latest/api/interface/video.html), + [`zarr`](https://numpydantic.readthedocs.io/en/latest/api/interface/zarr.html), and a simple extension system to make it work with whatever else you want! - **Serialization** - Dump an array as a JSON-compatible array-of-arrays with enough metadata to be able to recreate the model in the native format