Skip to content

Commit aae97a2

Browse files
Arrange distributions and sub-contents alphabetically (#6653)
1 parent 23572e1 commit aae97a2

File tree

6 files changed

+51
-51
lines changed

6 files changed

+51
-51
lines changed

docs/source/api/distributions/continuous.rst

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,36 @@ Continuous
66
.. autosummary::
77
:toctree: generated/
88

9-
Uniform
10-
Flat
11-
HalfFlat
12-
Normal
13-
TruncatedNormal
9+
AsymmetricLaplace
1410
Beta
15-
Kumaraswamy
16-
Exponential
17-
Laplace
18-
StudentT
1911
Cauchy
20-
HalfCauchy
21-
Gamma
22-
Weibull
23-
HalfStudentT
24-
LogNormal
2512
ChiSquared
26-
HalfNormal
27-
Wald
28-
Pareto
29-
InverseGamma
3013
ExGaussian
31-
VonMises
32-
SkewNormal
33-
Triangular
14+
Exponential
15+
Flat
16+
Gamma
3417
Gumbel
18+
HalfCauchy
19+
HalfFlat
20+
HalfNormal
21+
HalfStudentT
22+
Interpolated
23+
InverseGamma
24+
Kumaraswamy
25+
Laplace
3526
Logistic
3627
LogitNormal
37-
Interpolated
38-
Rice
28+
LogNormal
3929
Moyal
40-
AsymmetricLaplace
30+
Normal
31+
Pareto
4132
PolyaGamma
33+
Rice
34+
SkewNormal
35+
StudentT
36+
Triangular
37+
TruncatedNormal
38+
Uniform
39+
VonMises
40+
Wald
41+
Weibull

docs/source/api/distributions/discrete.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Discrete
66
.. autosummary::
77
:toctree: generated
88

9-
Binomial
10-
BetaBinomial
119
Bernoulli
12-
DiscreteWeibull
13-
Poisson
14-
NegativeBinomial
10+
BetaBinomial
11+
Binomial
12+
Categorical
1513
DiracDelta
16-
ZeroInflatedPoisson
17-
ZeroInflatedBinomial
18-
ZeroInflatedNegativeBinomial
1914
DiscreteUniform
15+
DiscreteWeibull
2016
Geometric
2117
HyperGeometric
22-
Categorical
18+
NegativeBinomial
2319
OrderedLogistic
2420
OrderedProbit
21+
Poisson
22+
ZeroInflatedBinomial
23+
ZeroInflatedNegativeBinomial
24+
ZeroInflatedPoisson

docs/source/api/distributions/multivariate.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ Multivariate
66
.. autosummary::
77
:toctree: generated
88

9-
MvNormal
10-
MvStudentT
11-
ZeroSumNormal
9+
CAR
1210
Dirichlet
13-
Multinomial
1411
DirichletMultinomial
15-
OrderedMultinomial
16-
Wishart
17-
WishartBartlett
18-
LKJCorr
12+
KroneckerNormal
1913
LKJCholeskyCov
14+
LKJCorr
2015
MatrixNormal
21-
KroneckerNormal
22-
CAR
16+
Multinomial
17+
MvNormal
18+
MvStudentT
19+
OrderedMultinomial
2320
StickBreakingWeights
21+
Wishart
22+
WishartBartlett
23+
ZeroSumNormal

docs/source/api/distributions/timeseries.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Timeseries
77
:toctree: generated
88

99
AR
10-
GaussianRandomWalk
11-
GARCH11
1210
EulerMaruyama
11+
GARCH11
12+
GaussianRandomWalk
1313
MvGaussianRandomWalk
1414
MvStudentTRandomWalk

docs/source/api/distributions/transforms.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Transform instances are the entities that should be used in the
1313
.. autosummary::
1414
:toctree: generated
1515

16-
simplex
17-
logodds
18-
log_exp_m1
16+
circular
1917
log
18+
log_exp_m1
19+
logodds
20+
simplex
2021
sum_to_1
21-
circular
2222

2323

2424
Specific Transform Classes

docs/source/api/distributions/utilities.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Distribution utilities
66
.. autosummary::
77
:toctree: generated/
88

9-
Distribution
10-
Discrete
119
Continuous
1210
CustomDist
11+
Discrete
12+
Distribution
1313
SymbolicRandomVariable

0 commit comments

Comments
 (0)