Skip to content

Commit b2bfa50

Browse files
committed
Fix docs
1 parent 7cb38f3 commit b2bfa50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ logjoint
5454

5555
### LogDensityProblems.jl interface
5656

57-
The [LogDensityProblems.jl](https://github.com/tpapp/LogDensityProblems.jl) interface is also supported by simply wrapping a [`Model`](@ref) in a `DynamicPPL.LogDensityFunction`:
57+
The [LogDensityProblems.jl](https://github.com/tpapp/LogDensityProblems.jl) interface is also supported by wrapping a [`Model`](@ref) in a `DynamicPPL.LogDensityFunction` or `DynamicPPL.LogDensityFunctionWithGrad`.
5858

5959
```@docs
6060
DynamicPPL.LogDensityFunction
61+
DynamicPPL.LogDensityFunctionWithGrad
6162
```
6263

6364
## Condition and decondition

0 commit comments

Comments
 (0)