Skip to content

Commit 6f06e9f

Browse files
authored
Fixing doc import by prefixing DynamicPPL to predict (#2489)
* add prefix to predict * add `using DynamicPPL` * add DynamicPPL to doc dep
1 parent 7b43f58 commit 6f06e9f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
33
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
44
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
55
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
6+
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
67
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ using Turing
44
# from those packages.
55
using Distributions
66
using Bijectors
7+
using DynamicPPL
78

89
using DocumenterInterLinks
910

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Distributions.BernoulliLogit
127127
### Predictions
128128

129129
```@docs
130-
predict
130+
DynamicPPL.predict
131131
```
132132

133133
### Querying model probabilities and quantities

0 commit comments

Comments
 (0)