Skip to content

Commit

Permalink
Fixing doc import by prefixing DynamicPPL to predict (#2489)
Browse files Browse the repository at this point in the history
* add prefix to predict

* add `using DynamicPPL`

* add DynamicPPL to doc dep
  • Loading branch information
sunxd3 authored Feb 20, 2025
1 parent 7b43f58 commit 6f06e9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ using Turing
# from those packages.
using Distributions
using Bijectors
using DynamicPPL

using DocumenterInterLinks

Expand Down
2 changes: 1 addition & 1 deletion docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Distributions.BernoulliLogit
### Predictions

```@docs
predict
DynamicPPL.predict
```

### Querying model probabilities and quantities
Expand Down

0 comments on commit 6f06e9f

Please sign in to comment.