Skip to content

Commit

Permalink
Remove index and add collapsed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Dec 2, 2024
1 parent b984ca6 commit 533ff20
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions GNNLux/docs/src/api/basic.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```@meta
CurrentModule = GNNLux
CollapsedDocString = true
```

## Basic Layers
Expand Down
1 change: 1 addition & 0 deletions GNNLux/docs/src/api/conv.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```@meta
CurrentModule = GNNLux
CollapsedDocString = true
```

# Convolutional Layers
Expand Down
1 change: 1 addition & 0 deletions GNNLux/docs/src/api/temporalconv.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```@meta
CurrentModule = GNNLux
CollapsedDocString = true
```

# Temporal Graph-Convolutional Layers
Expand Down
8 changes: 1 addition & 7 deletions GraphNeuralNetworks/docs/src/api/basic.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
```@meta
CurrentModule = GraphNeuralNetworks
CollapsedDocString = true
```

# Basic Layers

## Index

```@index
Modules = [GraphNeuralNetworks]
Pages = ["basic.md"]
```

## Docs

```@autodocs
Expand Down
1 change: 1 addition & 0 deletions GraphNeuralNetworks/docs/src/api/conv.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```@meta
CurrentModule = GraphNeuralNetworks
CollapsedDocString = true
```

# Convolutional Layers
Expand Down
1 change: 1 addition & 0 deletions GraphNeuralNetworks/docs/src/api/heteroconv.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```@meta
CurrentModule = GraphNeuralNetworks
CollapsedDocString = true
```

# Hetero Graph-Convolutional Layers
Expand Down
1 change: 1 addition & 0 deletions GraphNeuralNetworks/docs/src/api/pool.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```@meta
CurrentModule = GraphNeuralNetworks
CollapsedDocString = true
```

# Pooling Layers
Expand Down
1 change: 1 addition & 0 deletions GraphNeuralNetworks/docs/src/api/temporalconv.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```@meta
CurrentModule = GraphNeuralNetworks
CollapsedDocString = true
```

# Temporal Graph-Convolutional Layers
Expand Down

0 comments on commit 533ff20

Please sign in to comment.