Skip to content

Commit

Permalink
Reorganize pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnectedSystems committed Jan 3, 2025
1 parent 50cac0c commit b09bd16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ makedocs(sitename="Streamfall Documentation",
],
"API/plotting.md",
"API/network.md",
"API/climate.md",
"API/use_methods.md"
]
]
Expand Down
2 changes: 1 addition & 1 deletion docs/src/API/climate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Climate
# Climate

```@autodocs
Modules = [Streamfall]
Expand Down
8 changes: 1 addition & 7 deletions docs/src/expected_data_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,4 @@ Date, 406214_P, 406214_ET, 406219_P, 406219_ET

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

### Climate data functions

```@autodocs
Modules = [Streamfall]
Order = [:function, :type]
Pages = ["Climate.jl"]
```
See [Climate](@ref) for more detail on climate data functions.

0 comments on commit b09bd16

Please sign in to comment.