Skip to content

Commit 8e2938d

Browse files
committed
add core notebooks as cards to example gallery
1 parent 5e9b4c7 commit 8e2938d

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

examples/gallery.rst

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,55 @@ PyMC Example Gallery
66

77
object_index/index
88

9+
Core notebooks
10+
--------------
11+
12+
.. note::
13+
14+
Unlike the rest of the notebooks below, these notebooks are not inside the "Examples" navbar section.
15+
16+
This subset of notebooks is kept separated and automatically executed so they are versioned
17+
along with the API and learning documentation.
18+
19+
.. grid:: 1 2 3 3
20+
:gutter: 4
21+
22+
.. grid-item-card:: Introductory Overview of PyMC
23+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
24+
:link: pymc:pymc_overview
25+
:link-type: ref
26+
:shadow: none
27+
28+
.. grid-item-card:: GLM: Linear regression
29+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
30+
:link: pymc:GLM_linear
31+
:link-type: ref
32+
:shadow: none
33+
34+
.. grid-item-card:: Model Comparison
35+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
36+
:link: pymc:model_comparison
37+
:link-type: ref
38+
:shadow: none
39+
40+
.. grid-item-card:: Prior and Posterior Predictive Checks
41+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
42+
:link: pymc:posterior_predictive
43+
:link-type: ref
44+
:shadow: none
45+
46+
.. grid-item-card:: Distribution Dimensionality
47+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
48+
:link: pymc:dimensionality
49+
:link-type: ref
50+
:shadow: none
51+
52+
.. grid-item-card:: PyMC and Aesara
53+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
54+
:link: pymc:pymc_aesara
55+
:link-type: ref
56+
:shadow: none
57+
958
(Generalized) Linear and Hierarchical Linear Models
1059
---------------------------------------------------
1160

@@ -127,4 +176,4 @@ How to
127176
:glob:
128177
:reversed:
129178

130-
howto/*
179+
howto/*

0 commit comments

Comments
 (0)