Skip to content

Commit

Permalink
Expose documentation for LKJCholesky distribution (#52904)
Browse files Browse the repository at this point in the history
This is already added to the master branch in #52763.
  • Loading branch information
neerajprad committed Feb 26, 2021
1 parent d6943ea commit 11c78e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/source/distributions.rst
Expand Up @@ -176,6 +176,15 @@ Probability distributions - torch.distributions
:undoc-members:
:show-inheritance:

:hidden:`LKJCholesky`
~~~~~~~~~~~~~~~~~~~~~~~

.. currentmodule:: torch.distributions.lkj_cholesky
.. autoclass:: LKJCholesky
:members:
:undoc-members:
:show-inheritance:

:hidden:`Laplace`
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -337,7 +346,7 @@ Probability distributions - torch.distributions
:members:
:undoc-members:
:show-inheritance:

:hidden:`Weibull`
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 11c78e9

Please sign in to comment.