From 9ae5deb31079db62cabfb36266e0e9b80c41f327 Mon Sep 17 00:00:00 2001 From: Jiya Gupta <141018273+Jiya873@users.noreply.github.com> Date: Wed, 17 Dec 2025 00:26:24 +0530 Subject: [PATCH] DOC: make examples gallery link more prominent on core notebooks page --- docs/source/learn/core_notebooks/index.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/source/learn/core_notebooks/index.md b/docs/source/learn/core_notebooks/index.md index 4e7d7353b1..6e5655a5e0 100644 --- a/docs/source/learn/core_notebooks/index.md +++ b/docs/source/learn/core_notebooks/index.md @@ -1,6 +1,18 @@ (core_notebooks)= # Notebooks on core features +:::{note} +**Looking for more examples?** + +The notebooks below focus on core PyMC features and are executed with each +version of the library (available via the navigation bar). + +A much larger gallery of example notebooks is available in the +{doc}`Examples tab `. These are executed more sparsely and +independently, and include a watermark indicating which PyMC version was +used to run them. +::: + :::{toctree} :maxdepth: 1 @@ -13,11 +25,3 @@ dims_module GLM_linear Gaussian_Processes ::: - -:::{note} -The notebooks above are executed with each version of the library -(available on the navigation bar). In addition, a much larger gallery -of example notebooks is available at the {doc}`"Examples" tab `. -These are executed more sparsely and independently. -They include a watermark to show which versions were used to run them. -:::