File tree 7 files changed +60
-41
lines changed
7 files changed +60
-41
lines changed Original file line number Diff line number Diff line change 100
100
# "sidebar-nav-bs.html",
101
101
"postcard_categories.html" ,
102
102
"tagcloud.html" ,
103
+ "sidebar-ethical-ads.html" ,
103
104
],
104
105
}
105
106
Original file line number Diff line number Diff line change @@ -76,5 +76,5 @@ has tags in its metadata they are listed on the right sidebar after the {fas}`ta
76
76
:hidden:
77
77
78
78
blog
79
- object_index
79
+ object_index/index
80
80
:::
Original file line number Diff line number Diff line change
1
+ -------------
2
+ Distributions
3
+ -------------
4
+
5
+ .. toctree ::
6
+ :maxdepth: 2
7
+
8
+ distributions/continuous
9
+ distributions/discrete
Original file line number Diff line number Diff line change
1
+ Continuous
2
+ **********
3
+
4
+ .. autolink-examples :: pymc.Beta
5
+ :type: class
6
+ :collapse:
7
+
8
+ .. autolink-examples :: pymc.Exponential
9
+ :type: class
10
+ :collapse:
11
+
12
+ .. autolink-examples :: pymc.Normal
13
+ :type: class
14
+ :collapse:
Original file line number Diff line number Diff line change
1
+ Discrete
2
+ ********
3
+
4
+ .. autolink-examples :: pymc.Poisson
5
+ :type: class
6
+ :collapse:
Original file line number Diff line number Diff line change
1
+ ================
2
+ Object use index
3
+ ================
4
+
5
+ This page is structured like the {ref}`PyMC API Reference page <pymc:api>` and
6
+ for each function in the API it lists all the examples where that PyMC object
7
+ is used.
8
+
9
+ .. warning ::
10
+
11
+ This page is still a proof of concept only. See
12
+ `pymc-examples#289 <https://github.com/pymc-devs/pymc-examples/issues/289 >`_
13
+ for more details.
14
+
15
+ .. toctree ::
16
+ :maxdepth: 2
17
+
18
+ distributions
19
+ samplers
20
+
Original file line number Diff line number Diff line change 1
- ================
2
- Object use index
3
- ================
4
-
5
- -------------
6
- Distributions
7
- -------------
8
-
9
- Continuous
10
- **********
11
-
12
- .. autolink-examples :: pymc.Beta
13
- :type: class
14
- :collapse:
1
+ ------------------
2
+ Sampling functions
3
+ ------------------
15
4
16
- .. autolink-examples :: pymc.Exponential
17
- :type: class
5
+ .. autolink-examples :: pymc.sample
6
+ :type: func
18
7
:collapse:
19
8
20
- .. autolink-examples :: pymc.Normal
21
- :type: class
9
+ .. autolink-examples :: pymc.sample_posterior_predictive
10
+ :type: func
22
11
:collapse:
23
12
24
-
25
- Discrete
26
- ********
27
-
28
- .. autolink-examples :: pymc.Poisson
29
- :type: class
13
+ .. autolink-examples :: pymc.sample_prior_predictive
14
+ :type: func
30
15
:collapse:
31
16
32
17
--------
@@ -44,19 +29,3 @@ Samplers
44
29
.. autolink-examples :: pymc.Slice
45
30
:type: class
46
31
:collapse:
47
-
48
- ------------------
49
- Sampling functions
50
- ------------------
51
-
52
- .. autolink-examples :: pymc.sample
53
- :type: func
54
- :collapse:
55
-
56
- .. autolink-examples :: pymc.sample_posterior_predictive
57
- :type: func
58
- :collapse:
59
-
60
- .. autolink-examples :: pymc.sample_prior_predictive
61
- :type: func
62
- :collapse:
You can’t perform that action at this time.
0 commit comments