提交 44dca570 authored 作者: Rémi Louf's avatar Rémi Louf 提交者: Brandon T. Willard

Move the docstring of `UniformRV` to the top

上级 3d351fe1
...@@ -49,6 +49,9 @@ Distributions ...@@ -49,6 +49,9 @@ Distributions
Aesara can produce :class:`RandomVariable`\s that draw samples from many different statistical distributions, using the following :class:`Op`\s. Aesara can produce :class:`RandomVariable`\s that draw samples from many different statistical distributions, using the following :class:`Op`\s.
.. autoclass:: aesara.tensor.random.basic.UniformRV
:members: __call__
.. autoclass:: aesara.tensor.random.basic.RandIntRV .. autoclass:: aesara.tensor.random.basic.RandIntRV
:members: __call__ :members: __call__
...@@ -148,9 +151,6 @@ Aesara can produce :class:`RandomVariable`\s that draw samples from many differe ...@@ -148,9 +151,6 @@ Aesara can produce :class:`RandomVariable`\s that draw samples from many differe
.. autoclass:: aesara.tensor.random.basic.TruncExponentialRV .. autoclass:: aesara.tensor.random.basic.TruncExponentialRV
:members: __call__ :members: __call__
.. autoclass:: aesara.tensor.random.basic.UniformRV
:members: __call__
.. autoclass:: aesara.tensor.random.basic.VonMisesRV .. autoclass:: aesara.tensor.random.basic.VonMisesRV
:members: __call__ :members: __call__
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论