Skip to content

Commit 67d34ff

Browse files
committed
Remove Utils.split_by_season from public API
We do this because we want to show the documentation for Var.split_by_season and not Utils.split_by_season.
1 parent 8410c5b commit 67d34ff

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/src/api.md

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Utils.nearest_index
7272
Utils.kwargs
7373
Utils.seconds_to_prettystr
7474
Utils.warp_string
75-
Utils.split_by_season
7675
```
7776

7877
## Atmos

src/Utils.jl

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
module Utils
22

33
export match_nc_filename,
4-
squeeze,
5-
nearest_index,
6-
kwargs,
7-
seconds_to_prettystr,
8-
warp_string,
9-
split_by_season
4+
squeeze, nearest_index, kwargs, seconds_to_prettystr, warp_string
105

116
import Dates
127

0 commit comments

Comments
 (0)