Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Feb 18, 2020
1 parent 232a5e2 commit f007c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/dataset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

2 comments on commit f007c7b

@Alexander-Barth
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/9712

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.0 -m "<description of version>" f007c7b9c5532ab457868a23355be6e0f6ee6dc9
git push origin v0.10.0

Please sign in to comment.