Skip to content

Commit 32e132e

Browse files
authored
add core notebooks as cards to example gallery (#415)
* add core notebooks as cards to example gallery * remove note
1 parent 5e9b4c7 commit 32e132e

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

examples/gallery.rst

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

77
object_index/index
88

9+
Core notebooks
10+
--------------
11+
12+
.. grid:: 1 2 3 3
13+
:gutter: 4
14+
15+
.. grid-item-card:: Introductory Overview of PyMC
16+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
17+
:link: pymc:pymc_overview
18+
:link-type: ref
19+
:shadow: none
20+
21+
.. grid-item-card:: GLM: Linear regression
22+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
23+
:link: pymc:GLM_linear
24+
:link-type: ref
25+
:shadow: none
26+
27+
.. grid-item-card:: Model Comparison
28+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
29+
:link: pymc:model_comparison
30+
:link-type: ref
31+
:shadow: none
32+
33+
.. grid-item-card:: Prior and Posterior Predictive Checks
34+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
35+
:link: pymc:posterior_predictive
36+
:link-type: ref
37+
:shadow: none
38+
39+
.. grid-item-card:: Distribution Dimensionality
40+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
41+
:link: pymc:dimensionality
42+
:link-type: ref
43+
:shadow: none
44+
45+
.. grid-item-card:: PyMC and Aesara
46+
:img-top: https://raw.githubusercontent.com/pymc-devs/brand/main/logos/PyMC_square.svg
47+
:link: pymc:pymc_aesara
48+
:link-type: ref
49+
:shadow: none
50+
951
(Generalized) Linear and Hierarchical Linear Models
1052
---------------------------------------------------
1153

@@ -127,4 +169,4 @@ How to
127169
:glob:
128170
:reversed:
129171

130-
howto/*
172+
howto/*

0 commit comments

Comments
 (0)