From 345d98db4d3684fd9b0c036fa0c39ef454e7497b Mon Sep 17 00:00:00 2001 From: Ricardo Date: Thu, 13 Jan 2022 13:54:34 +0100 Subject: [PATCH] Add docstrings to transforms.simplex --- pymc/distributions/transforms.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pymc/distributions/transforms.py b/pymc/distributions/transforms.py index ff287635e18..d02fa210feb 100644 --- a/pymc/distributions/transforms.py +++ b/pymc/distributions/transforms.py @@ -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__ = """