From 8e2938d18160474cae90ea33854ecff99e3a37ad Mon Sep 17 00:00:00 2001 From: "OriolAbril(HEL)" Date: Sun, 21 Aug 2022 02:37:03 +0300 Subject: [PATCH 1/2] add core notebooks as cards to example gallery --- examples/gallery.rst | 51 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/examples/gallery.rst b/examples/gallery.rst index d9dd0649c..e657fde9a 100644 --- a/examples/gallery.rst +++ b/examples/gallery.rst @@ -6,6 +6,55 @@ PyMC Example Gallery object_index/index +Core notebooks +-------------- + +.. note:: + + Unlike the rest of the notebooks below, these notebooks are not inside the "Examples" navbar section. + + This subset of notebooks is kept separated and automatically executed so they are versioned + along with the API and learning documentation. + +.. grid:: 1 2 3 3 + :gutter: 4 + + .. grid-item-card:: Introductory Overview of PyMC + :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg + :link: pymc:pymc_overview + :link-type: ref + :shadow: none + + .. grid-item-card:: GLM: Linear regression + :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg + :link: pymc:GLM_linear + :link-type: ref + :shadow: none + + .. grid-item-card:: Model Comparison + :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg + :link: pymc:model_comparison + :link-type: ref + :shadow: none + + .. grid-item-card:: Prior and Posterior Predictive Checks + :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg + :link: pymc:posterior_predictive + :link-type: ref + :shadow: none + + .. grid-item-card:: Distribution Dimensionality + :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg + :link: pymc:dimensionality + :link-type: ref + :shadow: none + + .. grid-item-card:: PyMC and Aesara + :img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg + :link: pymc:pymc_aesara + :link-type: ref + :shadow: none + (Generalized) Linear and Hierarchical Linear Models --------------------------------------------------- @@ -127,4 +176,4 @@ How to :glob: :reversed: - howto/* \ No newline at end of file + howto/* From 746c401d671adc05d98a40aac0a9f53fdf332be6 Mon Sep 17 00:00:00 2001 From: Oriol Abril-Pla Date: Wed, 14 Sep 2022 17:26:32 +0200 Subject: [PATCH 2/2] remove note --- examples/gallery.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/gallery.rst b/examples/gallery.rst index e657fde9a..fc3827f4d 100644 --- a/examples/gallery.rst +++ b/examples/gallery.rst @@ -9,13 +9,6 @@ PyMC Example Gallery Core notebooks -------------- -.. note:: - - Unlike the rest of the notebooks below, these notebooks are not inside the "Examples" navbar section. - - This subset of notebooks is kept separated and automatically executed so they are versioned - along with the API and learning documentation. - .. grid:: 1 2 3 3 :gutter: 4