Skip to content

Commit c7bc3e9

Browse files
committed
added missing DataTreeNode
1 parent f298696 commit c7bc3e9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/api.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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],
@@ -82,6 +82,8 @@ Note:
8282

8383
::: xrlint.node.XarrayNode
8484

85+
::: xrlint.node.DataTreeNode
86+
8587
::: xrlint.node.DatasetNode
8688

8789
::: xrlint.node.VariableNode

0 commit comments

Comments
 (0)