Skip to content

Commit 92a5866

Browse files
committed
Add docstrings to transforms.simplex
1 parent a0cff37 commit 92a5866

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pymc/distributions/transforms.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ def log_jac_det(self, value, *inputs):
165165

166166

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

169172
logodds = LogOddsTransform()
170173
logodds.__doc__ = """

0 commit comments

Comments
 (0)