Skip to content

Commit abe6c04

Browse files
Specify file location to avoid duplicate/misplaced entries
1 parent 894ef33 commit abe6c04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/Node.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 = ["Node.jl"]
6+
Pages = ["Nodes/Node.jl"]
77
```

docs/src/SYMHYD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
```@autodocs
44
Modules = [Streamfall]
5-
Order = [:function]
6-
Pages = ["SYMHYDNode.jl"]
5+
Order = [:function, :type]
6+
Pages = ["Nodes/SYMHYD/SYMHYDNode.jl"]
77
```

0 commit comments

Comments
 (0)