From 248d06e04e7a2965e6648029024afd3005fda3c5 Mon Sep 17 00:00:00 2001 From: Vladimir Sukhov Date: Thu, 8 Aug 2024 16:10:30 -0500 Subject: [PATCH] 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