Skip to content

Commit

Permalink
Redirect transformation to main docs (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm authored Feb 3, 2025
1 parent 29a6c7e commit 870f613
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 485 deletions.
4 changes: 1 addition & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ makedocs(;
format=Documenter.HTML(; size_threshold=2^10 * 400),
modules=[DynamicPPL],
pages=[
"Home" => "index.md",
"API" => "api.md",
"Internals" => ["internals/varinfo.md", "internals/transformations.md"],
"Home" => "index.md", "API" => "api.md", "Internals" => ["internals/varinfo.md"]
],
checkdocs=:exports,
doctest=false,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ VarInfo
TypedVarInfo
```

One main characteristic of [`VarInfo`](@ref) is that samples are transformed to unconstrained Euclidean space and stored in a linearized form, as described in the [transformation page](internals/transformations.md).
One main characteristic of [`VarInfo`](@ref) is that samples are transformed to unconstrained Euclidean space and stored in a linearized form, as described in the [main Turing documentation](https://turinglang.org/docs/developers/transforms/dynamicppl/).
The [Transformations section below](#Transformations) describes the methods used for this.
In the specific case of `VarInfo`, it keeps track of whether samples have been transformed by setting flags on them, using the following functions.

Expand Down
Loading

0 comments on commit 870f613

Please sign in to comment.