Skip to content

Commit 870f613

Browse files
authored
Redirect transformation to main docs (#798)
1 parent 29a6c7e commit 870f613

File tree

3 files changed

+2
-485
lines changed

3 files changed

+2
-485
lines changed

docs/make.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ makedocs(;
2020
format=Documenter.HTML(; size_threshold=2^10 * 400),
2121
modules=[DynamicPPL],
2222
pages=[
23-
"Home" => "index.md",
24-
"API" => "api.md",
25-
"Internals" => ["internals/varinfo.md", "internals/transformations.md"],
23+
"Home" => "index.md", "API" => "api.md", "Internals" => ["internals/varinfo.md"]
2624
],
2725
checkdocs=:exports,
2826
doctest=false,

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ VarInfo
279279
TypedVarInfo
280280
```
281281

282-
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).
282+
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/).
283283
The [Transformations section below](#Transformations) describes the methods used for this.
284284
In the specific case of `VarInfo`, it keeps track of whether samples have been transformed by setting flags on them, using the following functions.
285285

0 commit comments

Comments
 (0)