Skip to content

Commit c8d567f

Browse files
committed
actually fixed doc references
1 parent da95aba commit c8d567f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ In the context of nesting models, it's also useful to prefix the variables in su
2525

2626
```@docs
2727
@prefix
28+
DynamicPPL.prefix
2829
```
2930

3031
### Type
@@ -129,6 +130,7 @@ Return values of the model function for a collection of samples can be obtained
129130

130131
```@docs
131132
@returned_quantities(model, input)
133+
DynamicPPL.returned_quantities
132134
```
133135

134136
For a chain of samples, one can compute the pointwise log-likelihoods of each observed random variable with [`pointwise_loglikelihoods`](@ref). Similarly, the log-densities of the priors using

0 commit comments

Comments
 (0)