From 8fb495e7a47bc7e69217eec9c62dc7e0230081f8 Mon Sep 17 00:00:00 2001 From: Shivam Singh Date: Wed, 29 Jul 2026 13:59:08 +0530 Subject: [PATCH] Move examples gallery link to top of core notebooks page --- docs/source/learn/core_notebooks/index.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/source/learn/core_notebooks/index.md b/docs/source/learn/core_notebooks/index.md index 4e7d7353b1..97bdcc1db8 100644 --- a/docs/source/learn/core_notebooks/index.md +++ b/docs/source/learn/core_notebooks/index.md @@ -1,6 +1,12 @@ (core_notebooks)= # Notebooks on core features +:::{note} +**Looking for more examples?** These are the core notebooks maintained with each +PyMC release. An even larger gallery of example notebooks is available at the +{doc}`"Examples" tab `. +::: + :::{toctree} :maxdepth: 1 @@ -13,11 +19,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. -:::