diff --git a/docs/examples.md b/docs/examples.md new file mode 100644 index 00000000..8384a739 --- /dev/null +++ b/docs/examples.md @@ -0,0 +1,7 @@ +# Examples + +The following examples demonstrate the use of VirtualiZarr to create virtual datasets of various kinds: + +1. [Appending new daily NOAA SST data to Icechunk](https://github.com/zarr-developers/VirtualiZarr/blob/main/examples/append/noaa-cdr-sst.ipynb) +2. [Parallel reference generation using Coiled Functions](https://github.com/zarr-developers/VirtualiZarr/blob/main/examples/coiled/terraclimate.ipynb) +3. [Serverless parallel reference generation using Lithops](https://github.com/zarr-developers/VirtualiZarr/tree/main/examples/virtualizarr-with-lithops) diff --git a/docs/index.md b/docs/index.md index 8dfa80df..8d42aebe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -78,6 +78,7 @@ Apache 2.0 self installation usage +examples faq api releases diff --git a/docs/releases.rst b/docs/releases.rst index e42e7662..cdae0350 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -49,6 +49,8 @@ Documentation (:pull:`325`) By `Tom Nicholas `_. - Added links to recorded presentations on VirtualiZarr. (:pull:`313`) By `Tom Nicholas `_. +- Added links to existing example notebooks. + (:issue:`329`, :pull:`331`) By `Tom Nicholas `_. Internal Changes ~~~~~~~~~~~~~~~~