Skip to content

Commit b09bd16

Browse files
Reorganize pages
1 parent 50cac0c commit b09bd16

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ makedocs(sitename="Streamfall Documentation",
4141
],
4242
"API/plotting.md",
4343
"API/network.md",
44+
"API/climate.md",
4445
"API/use_methods.md"
4546
]
4647
]

docs/src/API/climate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Climate
1+
# Climate
22

33
```@autodocs
44
Modules = [Streamfall]

docs/src/expected_data_formats.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,4 @@ Date, 406214_P, 406214_ET, 406219_P, 406219_ET
6060

6161
where `P` indicates rainfall, and `ET` denotes evapotranspiration.
6262

63-
### Climate data functions
64-
65-
```@autodocs
66-
Modules = [Streamfall]
67-
Order = [:function, :type]
68-
Pages = ["Climate.jl"]
69-
```
63+
See [Climate](@ref) for more detail on climate data functions.

0 commit comments

Comments
 (0)