Skip to content

Commit c4faf3e

Browse files
committed
updated docs + added description of how internals of transforms work
1 parent b83c262 commit c4faf3e

File tree

4 files changed

+383
-1
lines changed

4 files changed

+383
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ makedocs(;
2020
"Home" => "index.md",
2121
"API" => "api.md",
2222
"Tutorials" => ["tutorials/prob-interface.md"],
23-
"Internals" => ["internals/varinfo.md"],
23+
"Internals" => ["internals/varinfo.md", "internals/transformations.md"],
2424
],
2525
checkdocs=:exports,
2626
doctest=false,

docs/src/api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ resetlogp!!
270270
keys
271271
getindex
272272
DynamicPPL.getindex_raw
273+
DynamicPPL.getindex_internal
273274
push!!
274275
empty!!
275276
isempty
@@ -297,6 +298,8 @@ DynamicPPL.invlink
297298
DynamicPPL.link!!
298299
DynamicPPL.invlink!!
299300
DynamicPPL.default_transformation
301+
DynamicPPL.link_transform
302+
DynamicPPL.invlink_transform
300303
DynamicPPL.maybe_invlink_before_eval!!
301304
```
302305

0 commit comments

Comments
 (0)