Skip to content

Commit 399cf1a

Browse files
committed
Redirect transformation to main docs
1 parent 29a6c7e commit 399cf1a

File tree

3 files changed

+2
-483
lines changed

3 files changed

+2
-483
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ makedocs(;
2222
pages=[
2323
"Home" => "index.md",
2424
"API" => "api.md",
25-
"Internals" => ["internals/varinfo.md", "internals/transformations.md"],
25+
"Internals" => ["internals/varinfo.md"],
2626
],
2727
checkdocs=:exports,
2828
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)