Skip to content

Commit 727d33c

Browse files
Add offscreen-canvas support for the jupyterlite-xeus case (#365)
* wip * widget shows up * mouse events work * something is working * a lot works * sizing * gradients and patterns * images * images * fixed typos * batch rects * batch rects * polygons * line segments * fixed minor non-lite issues * docs * fixes * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * added kitchen sink styled example * wip * widget shows up * mouse events work * something is working * a lot works * sizing * gradients and patterns * images * images * fixed typos * batch rects * batch rects * polygons * line segments * fixed minor non-lite issues * docs * fixes * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * added kitchen sink styled example * added example * added missing images * added images to lite * added images to lite * Update docs/conf.py Co-authored-by: martinRenou <[email protected]> * Update ipycanvas/compat.py Co-authored-by: martinRenou <[email protected]> * include/exclude * debug * debug * debug2 * debug2 --------- Co-authored-by: martinRenou <[email protected]>
1 parent 91a59c3 commit 727d33c

18 files changed

+7773
-3361
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
jupyterlite_dir = "."
55
jupyterlite_silence = False
66

7+
jupyterlite_contents = [
8+
"*.ipynb",
9+
"sprites/*.png",
10+
]
11+
712
master_doc = "index"
813
source_suffix = ".rst"
914

@@ -29,4 +34,4 @@
2934

3035
html_css_files = ["custom.css"]
3136

32-
autodoc_member_order = "bysource"
37+
autodoc_member_order = "bysource"

0 commit comments

Comments
 (0)