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/api/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,12 +88,12 @@ We define aliases for these meta-transforms under `cc.ctx`:
88
88
options:
89
89
heading_level: 3
90
90
91
-
??? quote "<code>[cc.ctx.exclude](cts/#cornucopia.ctx.exclude) is [cc.RandomizedTransform](special/#cornucopia.special.RandomizedTransform)</code>"
91
+
??? quote "<code>[cc.ctx.exclude](cts/#cornucopia.ctx.exclude) is [cc.ExcludeKeysTransform](special/#cornucopia.special.RandomizedTransform)</code>"
92
92
::: cornucopia.ctx.exclude
93
93
options:
94
94
heading_level: 3
95
95
96
-
??? quote "<code>[cc.ctx.consume](cts/#cornucopia.ctx.consume) is [cc.ExcludeKeysTransform](special/#cornucopia.special.ExcludeKeysTransform)</code>"
96
+
??? quote "<code>[cc.ctx.consume](cts/#cornucopia.ctx.consume) is [cc.ConsumeKeysTransform](special/#cornucopia.special.ExcludeKeysTransform)</code>"
97
97
::: cornucopia.ctx.consume
98
98
options:
99
99
heading_level: 3
@@ -641,6 +641,6 @@ We define aliases for these meta-transforms under `cc.ctx`:
641
641
heading_level: 3
642
642
643
643
??? quote "<code>[cc.SynthFromLabelTransform](intensity/#cornucopia.synth.SynthFromLabelTransform)(...)</code> <br/>Synthesize an MRI from an existing label map."
0 commit comments