From 25e283a307f09760068da3209c0997cf02a951e2 Mon Sep 17 00:00:00 2001 From: Tom White Date: Tue, 26 Nov 2024 09:08:48 +0000 Subject: [PATCH] Move slides to articles page --- docs/articles.md | 8 ++++---- docs/index.md | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/articles.md b/docs/articles.md index b33e7999..42921fe5 100644 --- a/docs/articles.md +++ b/docs/articles.md @@ -1,5 +1,5 @@ -# Articles +# Articles and Presentations -[Cubed: Bounded-memory serverless array processing in xarray](https://xarray.dev/blog/cubed-xarray) - -[Optimizing Cubed](https://medium.com/pangeo/optimizing-cubed-7a0b8f65f5b7) +- [Cubed: an introduction](https://cubed-dev.github.io/cubed/cubed-intro.slides.html) by Tom White, November 2024 +- [Optimizing Cubed](https://medium.com/pangeo/optimizing-cubed-7a0b8f65f5b7) by Tom White, April 3, 2024 +- [Cubed: Bounded-memory serverless array processing in xarray](https://xarray.dev/blog/cubed-xarray) by Tom Nicholas and Tom White, June 28th, 2023 diff --git a/docs/index.md b/docs/index.md index 1756408c..84a4101e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,6 @@ Cubed is horizontally scalable and stateless, and can scale to multi-TB datasets :caption: For users getting-started user-guide/index -Intro slides Examples api array-api