Skip to content

Commit 04b4c0d

Browse files
update
1 parent 67d29cd commit 04b4c0d

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

GNNGraphs/docs/src/api/gnngraph.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
```@meta
22
CurrentModule = GNNGraphs
3+
CollapsedDocStrings = true
34
```
45

56
# GNNGraph
@@ -10,12 +11,12 @@ Besides the methods documented here, one can rely on the large set of functional
1011
given by [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl) thanks to the fact
1112
that `GNNGraph` inherits from `Graphs.AbstractGraph`.
1213

13-
## Index
14+
<!-- ## Index
1415
1516
```@index
1617
Order = [:type, :function]
1718
Pages = ["gnngraph.md"]
18-
```
19+
``` -->
1920

2021
## GNNGraph type
2122

GNNGraphs/docs/src/api/heterograph.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
```@meta
2+
CurrentModule = GNNGraphs
3+
CollapsedDocStrings = true
4+
```
5+
16
# Heterogeneous Graphs
27

38

GNNGraphs/docs/src/api/samplers.md

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

56
# Samplers

GNNGraphs/docs/src/api/temporalgraph.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
```@meta
2+
CurrentModule = GNNGraphs
3+
CollapsedDocStrings = true
4+
```
5+
16
# Temporal Graphs
27

38
## TemporalSnapshotsGNNGraph
@@ -10,7 +15,7 @@ Pages = ["temporalsnapshotsgnngraph.jl"]
1015
Private = false
1116
```
1217

13-
## TemporalSnapshotsGNNGraph random generators
18+
## Random Generators
1419

1520
```@docs
1621
rand_temporal_radius_graph

GNNGraphs/src/operators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 2 or more args graph operators
2-
""""
2+
"""
33
intersect(g1::GNNGraph, g2::GNNGraph)
44
55
Intersect two graphs by keeping only the common edges.

0 commit comments

Comments
 (0)