Formatting of the following should be consistent throughout the package:
- Section title "Step Arguments" vs "Arguments"
-- or not before the argument name, e.g., --sigma vs sigma
- Include data type or not after argument name, e.g.,
sigma [float] vs sigma (float, default=3.0) vs sigma
Blocked by
Formatting of the following should be consistent throughout the package:
--or not before the argument name, e.g.,--sigmavssigmasigma [float]vssigma (float, default=3.0)vssigmaBlocked by