From 62ff6a01313c4c9475c907703ee360b28f4fe5b3 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:28:20 +0100 Subject: [PATCH 1/2] docs: fix rendering of image --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index a5d5d4b4..7811071e 100644 --- a/index.md +++ b/index.md @@ -245,7 +245,7 @@ contribute. ::::: -:::{figure} +:::{image} /images/people-building-blocks.jpg :align: right :width: 350 :alt: xkcd comic showing a stick figure on the ground and one in the air. The one on the ground is saying. `You're flying! how?` The person in the air replies `Python!` Below is a 3 rectangle comic with the following text in each box. Box 1 - I learned it last night. Everything is so simple. Hello world is just print hello world. Box 2 - the person on the ground says - come join us programming is fun again. It's a whole new world. But how are you flying? box 3 - the person flying says - i just typed import antigravity. I also sampled everything in the medicine cabinet. But i think this is the python. The person on the ground is saying - that's it? From b60d942a7d81db26c7f9328a14405186c816a7a4 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:38:55 +0100 Subject: [PATCH 2/2] fix: image is not in this repo.. passing raw URL --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 7811071e..42e6b842 100644 --- a/index.md +++ b/index.md @@ -245,7 +245,7 @@ contribute. ::::: -:::{image} /images/people-building-blocks.jpg +:::{image} https://www.pyopensci.org/images/people-building-blocks.jpg :align: right :width: 350 :alt: xkcd comic showing a stick figure on the ground and one in the air. The one on the ground is saying. `You're flying! how?` The person in the air replies `Python!` Below is a 3 rectangle comic with the following text in each box. Box 1 - I learned it last night. Everything is so simple. Hello world is just print hello world. Box 2 - the person on the ground says - come join us programming is fun again. It's a whole new world. But how are you flying? box 3 - the person flying says - i just typed import antigravity. I also sampled everything in the medicine cabinet. But i think this is the python. The person on the ground is saying - that's it?