Skip to content

Commit

Permalink
Specify file location to avoid duplicate/misplaced entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnectedSystems committed Dec 31, 2024
1 parent 894ef33 commit abe6c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
```@autodocs
Modules = [Streamfall]
Order = [:function, :type]
Pages = ["Node.jl"]
Pages = ["Nodes/Node.jl"]
```
4 changes: 2 additions & 2 deletions docs/src/SYMHYD.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

```@autodocs
Modules = [Streamfall]
Order = [:function]
Pages = ["SYMHYDNode.jl"]
Order = [:function, :type]
Pages = ["Nodes/SYMHYD/SYMHYDNode.jl"]
```

0 comments on commit abe6c04

Please sign in to comment.