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 Jan 13, 2022
1 parent 1b32070 commit 6739b11
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 @@ -157,6 +157,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 6739b11

Please sign in to comment.