From 6739b11bff9d60daa8f164a19b1e09d5026e1066 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 9b750ac7c94..b5c52fa2a6b 100644 --- a/pymc/distributions/transforms.py +++ b/pymc/distributions/transforms.py @@ -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__ = """