From 16aea0a99877f3cf5770cd32fa3ee115bbcfbbe6 Mon Sep 17 00:00:00 2001 From: Hayden Elza Date: Tue, 16 Dec 2025 17:19:40 -0600 Subject: [PATCH 1/2] Update link to Python script in examples.md --- docs/specification/tutorial/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specification/tutorial/examples.md b/docs/specification/tutorial/examples.md index 7214c20..7dd42d3 100644 --- a/docs/specification/tutorial/examples.md +++ b/docs/specification/tutorial/examples.md @@ -322,7 +322,7 @@ packages = ["requests", "pyodide-http"]

11 Recipes for Success with the BTAA Geoportal API

Download the full runnable Python script containing all these examples, or run them directly in your browser below!

-

Download Python Script

+

Download Python Script

Use the navigation buttons below or arrow keys to move between examples.

From 85f51a38f22bab4c593dafc752a00959577f40b2 Mon Sep 17 00:00:00 2001 From: Hayden Elza Date: Thu, 18 Dec 2025 16:53:10 -0600 Subject: [PATCH 2/2] Update number of examples to 11 from 10 --- docs/specification/tutorial/presentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specification/tutorial/presentation.md b/docs/specification/tutorial/presentation.md index a7b2504..b63407d 100644 --- a/docs/specification/tutorial/presentation.md +++ b/docs/specification/tutorial/presentation.md @@ -245,7 +245,7 @@ html:fullscreen body.tutorial-fullscreen .controls {

5. Practical Application

-

We have prepared 10 practical "recipes" or examples to demonstrate common tasks, from basic searching +

We have prepared 11 practical "recipes" or examples to demonstrate common tasks, from basic searching to extracting IIIF manifests for map viewers.

View Code Examples