You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/api.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ In the past, one would instead embed sub-models using [`@submodel`](@ref), which
149
149
In the context of including models within models, it's also useful to prefix the variables in sub-models to avoid variable names clashing:
150
150
151
151
```@docs
152
-
prefix
152
+
DynamicPPL.prefix
153
153
```
154
154
155
155
Under the hood, [`to_submodel`](@ref) makes use of the following method to indicate that the model it's wrapping is a model over its return-values rather than something else
0 commit comments