From f007c7b9c5532ab457868a23355be6e0f6ee6dc9 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Tue, 18 Feb 2020 15:10:08 +0100 Subject: [PATCH] fix docs --- docs/src/dataset.md | 2 +- src/dataset.jl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/dataset.md b/docs/src/dataset.md index ba78b889..70c917a8 100644 --- a/docs/src/dataset.md +++ b/docs/src/dataset.md @@ -19,7 +19,7 @@ close path ncgen varbyattrib -write(::AbstractString, ::NCDataset) +write ``` Notice that DateTime-structures from [CFTime](http://juliageo.org/CFTime.jl/stable/) are used to represent time for non-standard calendars. diff --git a/src/dataset.jl b/src/dataset.jl index de642afc..11c535ae 100644 --- a/src/dataset.jl +++ b/src/dataset.jl @@ -469,6 +469,7 @@ The keywords `include` and `exclude` configure which variable of `src` should be (by default all), or which should be `excluded` (by default none). If the first argument is a file name, then the dataset is open in create mode (`c`). + This function is useful when you want to save the dataset from a multi-file dataset. """ function Base.write(dest::NCDataset, src::AbstractDataset;