Skip to content

Commit

Permalink
fixed referencing in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Dec 4, 2024
1 parent bb87ba0 commit 62c5cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ AbstractVarInfo

But exactly how a [`AbstractVarInfo`](@ref) stores this information can vary.

For constructing the "default" typed and untyped varinfo types used in DynamicPPL (see [the section on varinfo design](./internals/varinfo) for more on this), we have the following two methods:
For constructing the "default" typed and untyped varinfo types used in DynamicPPL (see [the section on varinfo design](@ref "Design of `VarInfo`") for more on this), we have the following two methods:

```@docs
DynamicPPL.untyped_varinfo
Expand Down
2 changes: 1 addition & 1 deletion src/experimental.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function _determine_varinfo_jet end
Return a suitable varinfo for the given `model`.
See also: [`DynamicPPL.is_suitable_varinfo`](@ref).
See also: [`DynamicPPL.Experimental.is_suitable_varinfo`](@ref).
!!! warning
For full functionality, this requires JET.jl to be loaded.
Expand Down

0 comments on commit 62c5cd1

Please sign in to comment.