Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions docs/source/learn/core_notebooks/index.md
Original file line number Diff line number Diff line change
@@ -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 <nb:gallery>`. These are executed more sparsely and
independently, and include a watermark indicating which PyMC version was
used to run them.
:::

:::{toctree}
:maxdepth: 1

Expand All @@ -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 <nb:gallery>`.
These are executed more sparsely and independently.
They include a watermark to show which versions were used to run them.
:::