Skip to content

Commit a765af3

Browse files
authored
Export LogDensityFunction (#820)
* Export LogDensityFunction * Remove qualifier in docs
1 parent 4bc0d1f commit a765af3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ logjoint
5757
The [LogDensityProblems.jl](https://github.com/tpapp/LogDensityProblems.jl) interface is also supported by wrapping a [`Model`](@ref) in a `DynamicPPL.LogDensityFunction`.
5858

5959
```@docs
60-
DynamicPPL.LogDensityFunction
60+
LogDensityFunction
6161
```
6262

6363
## Condition and decondition

src/DynamicPPL.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ export AbstractVarInfo,
8888
Sampler,
8989
SampleFromPrior,
9090
SampleFromUniform,
91+
# LogDensityFunction
92+
LogDensityFunction,
9193
# Contexts
9294
SamplingContext,
9395
DefaultContext,

0 commit comments

Comments
 (0)