File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ This chapter provides a plain reference for the XRLint Python API.
2525 Decorator [ define_rule] [ xrlint.rule.define_rule ] allows defining rules.
2626- The ` node ` module defines the nodes passed to [ RuleOp] [ xrlint.rule.RuleOp ] :
2727 base classes [ None] [ xrlint.node.Node ] , [ XarrayNode] [ xrlint.node.XarrayNode ] ,
28- and the specific [ DatasetNode ] [ xrlint.node.DatasetNode ] ,
29- [ VariableNode ] [ xrlint.node.VariableNode ] , [ AttrsNode ] [ xrlint.node.AttrsNode ] ,
30- and [ AttrNode] [ xrlint.node.AttrNode ] nodes .
28+ and the specific nodes [ DataTreeNode ] [ xrlint.node.DataTreeNode ] ,
29+ [ DatasetNode ] [ xrlint.node.DatasetNode ] , [ VariableNode ] [ xrlint.node.VariableNode ] ,
30+ [ AttrsNode ] [ xrlint.node.AttrsNode ] , and [ AttrNode] [ xrlint.node.AttrNode ] .
3131- The ` processor ` module provides processor related classes and functions:
3232 [ Processor] [ xrlint.processor.Processor ] comprising processor metadata
3333 [ ProcessorMeta] [ xrlint.processor.ProcessorMeta ] ,
8282
8383::: xrlint.node.XarrayNode
8484
85+ ::: xrlint.node.DataTreeNode
86+
8587::: xrlint.node.DatasetNode
8688
8789::: xrlint.node.VariableNode
You can’t perform that action at this time.
0 commit comments