File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ checklist are addressed in your PR.
2727 ` pytest ` must run without errors.
2828* Add unit tests for any new code not yet covered by tests.
2929* Make sure test coverage stays close to 100% for any change.
30- Use ` pytest --cov=zappend --cov-report=html ` to verify.
30+ Use ` pytest --cov=xrlint --cov-report=html ` to verify.
3131* If your change affects the current project documentation,
3232 please adjust it and include the change in the PR.
3333 Run ` mkdocs serve ` to verify.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This chapter provides a plain reference for the XRLint Python API.
2626- The ` node ` module defines the nodes passed to [ RuleOp] [ xrlint.rule.RuleOp ] :
2727 base classes [ None] [ xrlint.node.Node ] , [ XarrayNode] [ xrlint.node.XarrayNode ] ,
2828 and the specific [ DatasetNode] [ xrlint.node.DatasetNode ] ,
29- [ DataArray ] [ xrlint.node.DataArrayNode ] , [ AttrsNode] [ xrlint.node.AttrsNode ] ,
29+ [ VariableNode ] [ xrlint.node.VariableNode ] , [ AttrsNode] [ xrlint.node.AttrsNode ] ,
3030 and [ AttrNode] [ xrlint.node.AttrNode ] nodes.
3131- The ` processor ` module provides processor related classes and functions:
3232 [ Processor] [ xrlint.processor.Processor ] comprising processor metadata
8484
8585::: xrlint.node.DatasetNode
8686
87- ::: xrlint.node.DataArrayNode
87+ ::: xrlint.node.VariableNode
8888
8989::: xrlint.node.AttrsNode
9090
You can’t perform that action at this time.
0 commit comments