Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Xncml Documentation

`xncml` adds NcML support to xarray. It includes utilities to modify NcML documents, and open NcML files as `xarray.Dataset`.
`xncml` adds NcML support to xarray. It includes utilities to modify NcML documents, and open NcML files as `xarray.Dataset`. For more information on NcML, take a look at [tutorials and examples](https://docs.unidata.ucar.edu/netcdf-java/current/userguide/basic_ncml_tutorial.html) and the [annotated schema](https://docs.unidata.ucar.edu/netcdf-java/current/userguide/annotated_ncml_schema.html).

## Installing

Expand All @@ -28,6 +28,8 @@ tutorial
- [Changelog](changelog.md)
- [Github](https://github.com/xarray-contrib/xncml/)

Note the existence of a similar [project](https://github.com/ioos/ncml) to edit NcML documents, now archived.


## Feedback

Expand Down