Skip to content

Commit 533ff20

Browse files
committed
Remove index and add collapsed docs
1 parent b984ca6 commit 533ff20

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

GNNLux/docs/src/api/basic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
```@meta
22
CurrentModule = GNNLux
3+
CollapsedDocString = true
34
```
45

56
## Basic Layers

GNNLux/docs/src/api/conv.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
```@meta
22
CurrentModule = GNNLux
3+
CollapsedDocString = true
34
```
45

56
# Convolutional Layers

GNNLux/docs/src/api/temporalconv.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
```@meta
22
CurrentModule = GNNLux
3+
CollapsedDocString = true
34
```
45

56
# Temporal Graph-Convolutional Layers

GraphNeuralNetworks/docs/src/api/basic.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
```@meta
22
CurrentModule = GraphNeuralNetworks
3+
CollapsedDocString = true
34
```
45

56
# Basic Layers
67

7-
## Index
8-
9-
```@index
10-
Modules = [GraphNeuralNetworks]
11-
Pages = ["basic.md"]
12-
```
13-
148
## Docs
159

1610
```@autodocs

GraphNeuralNetworks/docs/src/api/conv.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
```@meta
22
CurrentModule = GraphNeuralNetworks
3+
CollapsedDocString = true
34
```
45

56
# Convolutional Layers

GraphNeuralNetworks/docs/src/api/heteroconv.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
```@meta
22
CurrentModule = GraphNeuralNetworks
3+
CollapsedDocString = true
34
```
45

56
# Hetero Graph-Convolutional Layers

GraphNeuralNetworks/docs/src/api/pool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
```@meta
22
CurrentModule = GraphNeuralNetworks
3+
CollapsedDocString = true
34
```
45

56
# Pooling Layers

GraphNeuralNetworks/docs/src/api/temporalconv.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
```@meta
22
CurrentModule = GraphNeuralNetworks
3+
CollapsedDocString = true
34
```
45

56
# Temporal Graph-Convolutional Layers

0 commit comments

Comments
 (0)