Skip to content

Commit 11c78e9

Browse files
authored
Expose documentation for LKJCholesky distribution (pytorch#52904)
This is already added to the master branch in pytorch#52763.
1 parent d6943ea commit 11c78e9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/source/distributions.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,15 @@ Probability distributions - torch.distributions
176176
:undoc-members:
177177
:show-inheritance:
178178

179+
:hidden:`LKJCholesky`
180+
~~~~~~~~~~~~~~~~~~~~~~~
181+
182+
.. currentmodule:: torch.distributions.lkj_cholesky
183+
.. autoclass:: LKJCholesky
184+
:members:
185+
:undoc-members:
186+
:show-inheritance:
187+
179188
:hidden:`Laplace`
180189
~~~~~~~~~~~~~~~~~~~~~~~
181190

@@ -337,7 +346,7 @@ Probability distributions - torch.distributions
337346
:members:
338347
:undoc-members:
339348
:show-inheritance:
340-
349+
341350
:hidden:`Weibull`
342351
~~~~~~~~~~~~~~~~~~~~~~~
343352

0 commit comments

Comments
 (0)