Skip to content

Commit

Permalink
Add docstrings to transforms.simplex
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Mar 16, 2022
1 parent 09bddde commit 345d98d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pymc/distributions/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ def log_jac_det(self, value, *inputs):


simplex = Simplex()
simplex.__doc__ = """
Instantiation of :class:`aeppl.transforms.Simplex`
for use in the ``transform`` argument of a random variable."""

logodds = LogOddsTransform()
logodds.__doc__ = """
Expand Down

0 comments on commit 345d98d

Please sign in to comment.