diff --git a/docs/src/types.md b/docs/src/types.md index f0ed23836..8a738731a 100644 --- a/docs/src/types.md +++ b/docs/src/types.md @@ -12,14 +12,14 @@ abstract type Sampleable{F<:VariateForm,S<:ValueSupport} end It has two type parameters that define the kind of samples that can be drawn therefrom. -```@doc +```@docs Distributions.Sampleable Base.rand(::Distributions.Sampleable) ``` ### VariateForm -```@doc +```@docs Distributions.VariateForm ```