From 7d240feceb543538aea3bb18e5939a116d574612 Mon Sep 17 00:00:00 2001 From: Alex Marandon Date: Wed, 18 Dec 2024 09:51:19 +0100 Subject: [PATCH] docs: add a link from Search to Queryables --- docs/notebooks/api_user_guide/4_search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/api_user_guide/4_search.ipynb b/docs/notebooks/api_user_guide/4_search.ipynb index 0cf12002d..fc0761e28 100644 --- a/docs/notebooks/api_user_guide/4_search.ipynb +++ b/docs/notebooks/api_user_guide/4_search.ipynb @@ -96,7 +96,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The three search methods introduced below accept pretty much the same parameters, which are described further down the page." + "The three search methods introduced below accept pretty much the same parameters, which are described further down the page. Note that if you wish to know which parameters are available to use in a search, you may the [queryables API](./5_queryables.ipynb)." ] }, {