From 1dcc24842fa6b42e6b15853dde49a172122c94dc Mon Sep 17 00:00:00 2001 From: Jakub Walczak Date: Fri, 17 Oct 2025 13:27:25 +0200 Subject: [PATCH 1/2] Add new entry for 'Beyond the Basics' course --- docs/gallery.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/gallery.yml b/docs/gallery.yml index 051c3f7..82d4fe4 100644 --- a/docs/gallery.yml +++ b/docs/gallery.yml @@ -1,3 +1,7 @@ +- name: Beyond the Basics: Mastering Advanced Python + website: https://happyravenlabs.github.io/python-beyond-basics/intro.html + repository: https://github.com/HappyRavenLabs/python-beyond-basics + image: https://raw.githubusercontent.com/HappyRavenLabs/python-beyond-basics/refs/heads/main/figs/logo_noname.png - name: The image analysis field guide website: https://imaging.epfl.ch/field-guide/ repository: https://github.com/EPFL-Center-for-Imaging/image-analysis-field-guide From 3909194b4a48d5026fe0e188e708b49684aa6de0 Mon Sep 17 00:00:00 2001 From: Jakub Walczak Date: Fri, 17 Oct 2025 13:57:31 +0200 Subject: [PATCH 2/2] Fix formatting of course name in gallery.yml --- docs/gallery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery.yml b/docs/gallery.yml index 82d4fe4..9a0e58c 100644 --- a/docs/gallery.yml +++ b/docs/gallery.yml @@ -1,4 +1,4 @@ -- name: Beyond the Basics: Mastering Advanced Python +- name: "Beyond the Basics: Mastering Advanced Python" website: https://happyravenlabs.github.io/python-beyond-basics/intro.html repository: https://github.com/HappyRavenLabs/python-beyond-basics image: https://raw.githubusercontent.com/HappyRavenLabs/python-beyond-basics/refs/heads/main/figs/logo_noname.png