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/plugins/overview.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ The following plugins are available by default in `GraphPPL`:
19
19
-[`GraphPPL.VariationalConstraintsPlugin`](@ref): adds [constraints](@ref constraints-specification) to the model that are used in variational inference.
20
20
-[`GraphPPL.MetaPlugin`](@ref): adds arbitrary metadata to nodes in the model.
21
21
-[`GraphPPL.NodeCreatedByPlugin`](@ref): adds information about the line of code that created the node.
22
-
-[`GraphPPL.NodeIdPlugin`](@ref): allows attaching an `id` to factor nodes for later inspection.
22
+
-[`GraphPPL.NodeTagPlugin`](@ref): allows attaching a `tag` to factor nodes for later inspection.
23
+
-[`GraphPPL.NodeIdPlugin`](@ref): allows attaching a unique `id` to factor nodes for later inspection.
0 commit comments