Skip to content

Commit 24a08ca

Browse files
fix index
1 parent 54e3db2 commit 24a08ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/api/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CurrentModule = GraphNeuralNetworks
99
```@index
1010
Order = [:type, :function]
1111
Modules = [GraphNeuralNetworks]
12-
Pages = ["api/basics.md"]
12+
Pages = ["basic.md"]
1313
```
1414

1515
## Docs

docs/src/api/conv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CurrentModule = GraphNeuralNetworks
88

99
```@index
1010
Order = [:type, :function]
11-
Pages = ["conv.md"]
11+
Pages = ["conv.md"]
1212
```
1313

1414
## Docs

docs/src/api/gnngraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Documentation page for the graph type `GNNGraph` provided GraphNeuralNetworks.jl
1010

1111
```@index
1212
Order = [:type, :function]
13-
Pages = ["graphs.md"]
13+
Pages = ["gnngraph.md"]
1414
```
1515

1616
## Docs

0 commit comments

Comments
 (0)