diff --git a/CHANGELOG.md b/CHANGELOG.md index e200c861..c0ba1adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Changed +- Moved example notebooks from `examples/` to `demos/` folder. +- Added infinite zoom (Droste effect) example to the docs gallery. - `Paint` toolbar icons: replaced generic pencil icons with a distinct pen (brush) and highlighter (marker) to make the tools easier to tell apart. ## [0.3.1] - 2026-03-25 diff --git a/examples/__marimo__/session/dimensions.py.json b/demos/__marimo__/session/dimensions.py.json similarity index 100% rename from examples/__marimo__/session/dimensions.py.json rename to demos/__marimo__/session/dimensions.py.json diff --git a/examples/__marimo__/session/fashion-mnist-parallel-coords.py.json b/demos/__marimo__/session/fashion-mnist-parallel-coords.py.json similarity index 100% rename from examples/__marimo__/session/fashion-mnist-parallel-coords.py.json rename to demos/__marimo__/session/fashion-mnist-parallel-coords.py.json diff --git a/examples/__marimo__/session/pair-up.py.json b/demos/__marimo__/session/pair-up.py.json similarity index 100% rename from examples/__marimo__/session/pair-up.py.json rename to demos/__marimo__/session/pair-up.py.json diff --git a/examples/dimensions.py b/demos/dimensions.py similarity index 100% rename from examples/dimensions.py rename to demos/dimensions.py diff --git a/examples/fashion-mnist-parallel-coords.py b/demos/fashion-mnist-parallel-coords.py similarity index 100% rename from examples/fashion-mnist-parallel-coords.py rename to demos/fashion-mnist-parallel-coords.py diff --git a/examples/pair-up.py b/demos/pair-up.py similarity index 100% rename from examples/pair-up.py rename to demos/pair-up.py diff --git a/examples/zooming.py b/demos/zooming.py similarity index 100% rename from examples/zooming.py rename to demos/zooming.py diff --git a/mkdocs/assets/gallery/zooming.png b/mkdocs/assets/gallery/zooming.png new file mode 100644 index 00000000..f35adcc3 Binary files /dev/null and b/mkdocs/assets/gallery/zooming.png differ diff --git a/mkdocs/index.md b/mkdocs/index.md index 64511078..e34b92ae 100644 --- a/mkdocs/index.md +++ b/mkdocs/index.md @@ -227,19 +227,27 @@ These notebooks show how to combine multiple widgets for more complex workflows.