Skip to content

Commit 46e93c9

Browse files
committed
Merge branch 'main' into forman-54-data_tree
2 parents e579f46 + a0441ae commit 46e93c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -84,7 +84,7 @@ Note:
8484

8585
::: xrlint.node.DatasetNode
8686

87-
::: xrlint.node.DataArrayNode
87+
::: xrlint.node.VariableNode
8888

8989
::: xrlint.node.AttrsNode
9090

0 commit comments

Comments
 (0)