File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 515515
516516< h1 id ="xrlint-a-linter-for-xarray-datasets "> XRLint - A linter for xarray datasets</ h1 >
517517< p > XRLint is a < a href ="https://en.wikipedia.org/wiki/Lint_(software) "> linting</ a >
518- tool and library for < a href =""> xarray</ a > datasets.
519- Its design is heavily inspired by the awesome < a href ="https://eslint.org/ "> ESLint</ a > .</ p >
518+ tool and library for < a href ="https://docs.xarray.dev/ "> xarray</ a > datasets.
519+ Its design is heavily inspired by the awesome < a href ="https://eslint.org/ "> ESLint</ a > tool .</ p >
520520< h2 id ="features "> Features</ h2 >
521521< ul >
522- < li > Flexible validation for < code > xarray.Dataset</ code > objects by configurable rules.</ li >
522+ < li > Flexible validation for
523+ < a href ="https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html "> < code > xarray.Dataset</ code > </ a > and
524+ < a href ="https://docs.xarray.dev/en/stable/generated/xarray.DataTree.html "> < code > xarray.DataTree</ code > </ a > objects
525+ by configurable rules.</ li >
523526< li > Available from CLI and Python API.</ li >
524527< li > Custom plugins providing custom rule sets allow addressing
525528 different dataset conventions.</ li >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments