Skip to content

Commit 8d4019c

Browse files
committed
undo misc page
1 parent d144cba commit 8d4019c

File tree

6 files changed

+45
-38
lines changed

6 files changed

+45
-38
lines changed

docs/source/api/distributions.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ Distributions
1212
distributions/multivariate
1313
distributions/mixture
1414
distributions/timeseries
15-
distributions/misc
15+
distributions/truncated
16+
distributions/censored
17+
distributions/simulator
1618
distributions/transforms
19+
distributions/utilities
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
********
2+
Censored
3+
********
4+
5+
.. currentmodule:: pymc
6+
.. autosummary::
7+
:template: distribution.rst
8+
9+
Censored

docs/source/api/distributions/misc.rst

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*********
2+
Simulator
3+
*********
4+
5+
.. currentmodule:: pymc
6+
.. autosummary::
7+
:template: distribution.rst
8+
9+
Simulator
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*********
2+
Truncated
3+
*********
4+
5+
.. currentmodule:: pymc
6+
.. autosummary::
7+
:template: distribution.rst
8+
9+
Truncated
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**********************
2+
Distribution utilities
3+
**********************
4+
5+
.. currenmodule:: pymc
6+
.. autosummary::
7+
:toctree: generated/
8+
9+
Continuous
10+
CustomDist
11+
Discrete
12+
Distribution
13+
SymbolicRandomVariable
14+
DiracDelta

0 commit comments

Comments
 (0)