Skip to content

Commit d327423

Browse files
Explicit file paths for autodocs
1 parent 8643d24 commit d327423

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/GR4J.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
```@autodocs
44
Modules = [Streamfall]
55
Order = [:function, :type]
6-
Pages = ["GR4JNode.jl"]
6+
Pages = ["Nodes/GR4J/GR4JNode.jl"]
77
```

docs/src/HyMod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
```@autodocs
44
Modules = [Streamfall]
55
Order = [:function, :type]
6-
Pages = ["HyModNode.jl"]
6+
Pages = ["Nodes/HyMod/HyModNode.jl"]
77
```

docs/src/IHACRES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```@autodocs
44
Modules = [Streamfall]
55
Order = [:function, :type]
6-
Pages = ["IHACRESNode.jl"]
6+
Pages = ["Nodes/IHACRES/IHACRESNode.jl"]
77
```
88

99
### IHACRES - Expuh

0 commit comments

Comments
 (0)