Skip to content

Commit 96f641c

Browse files
committed
Remove TODO from contributing guide
1 parent e63cb5b commit 96f641c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributing/developer_guide_implementing_distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This guide provides an overview on how to implement a distribution for version 4 of PyMC.
44
It is designed for developers who wish to add a new distribution to the library.
5-
Users will not be aware of all this complexity and should instead make use of helper methods such as (TODO).
5+
Users will not be aware of all this complexity and should instead make use of helper methods such as `~pymc.distributions.DensityDist`.
66

77
PyMC {class}`~pymc.distributions.Distribution` builds on top of Aesara's {class}`~aesara.tensor.random.op.RandomVariable`, and implements `logp`, `logcdf` and `get_moment` methods as well as other initialization and validation helpers.
88
Most notably `shape/dims` kwargs, alternative parametrizations, and default `transforms`.

0 commit comments

Comments
 (0)