Skip to content

Commit

Permalink
Remove Utils.split_by_season from public API
Browse files Browse the repository at this point in the history
We do this because we want to show the documentation for
Var.split_by_season and not Utils.split_by_season.
  • Loading branch information
ph-kev committed Sep 10, 2024
1 parent 25f6f33 commit dd0835f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ Utils.nearest_index
Utils.kwargs
Utils.seconds_to_prettystr
Utils.warp_string
Utils.split_by_season
```

## Atmos
Expand Down
7 changes: 1 addition & 6 deletions src/Utils.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
module Utils

export match_nc_filename,
squeeze,
nearest_index,
kwargs,
seconds_to_prettystr,
warp_string,
split_by_season
squeeze, nearest_index, kwargs, seconds_to_prettystr, warp_string

import Dates

Expand Down

0 comments on commit dd0835f

Please sign in to comment.