From 248d06e04e7a2965e6648029024afd3005fda3c5 Mon Sep 17 00:00:00 2001 From: Vladimir Sukhov Date: Thu, 8 Aug 2024 16:10:30 -0500 Subject: [PATCH 1/2] Added Introduction to Python Programming book reference to the gallery.yml file --- docs/gallery.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/gallery.yml b/docs/gallery.yml index a9c6043..efa181f 100644 --- a/docs/gallery.yml +++ b/docs/gallery.yml @@ -1,3 +1,7 @@ +- name: Introduction to Python Programming + website: https://vdsukhov.github.io/python-intro-course/intro.html + repository: https://github.com/vdsukhov/python-intro-course + image: https://vdsukhov.github.io/python-intro-course/_static/python_course_logo.png - name: Developing with QIIME 2 website: https://develop.qiime2.org repository: https://github.com/caporaso-lab/developing-with-qiime2 From 5e4bce39ac382db842a68afdd34a016fa83384e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Fri, 17 Oct 2025 09:00:19 -0700 Subject: [PATCH 2/2] fix logo url --- docs/gallery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery.yml b/docs/gallery.yml index 5018b21..9e35bac 100644 --- a/docs/gallery.yml +++ b/docs/gallery.yml @@ -1,7 +1,7 @@ - name: Introduction to Python Programming website: https://vdsukhov.github.io/python-intro-course/intro.html repository: https://github.com/vdsukhov/python-intro-course - image: https://vdsukhov.github.io/python-intro-course/_static/python_course_logo.png + image: https://vdsukhov.github.io/python-intro-course/_static/logo.png - 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