Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 2, 2024
1 parent 67d29cd commit 04b4c0d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
5 changes: 3 additions & 2 deletions GNNGraphs/docs/src/api/gnngraph.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```@meta
CurrentModule = GNNGraphs
CollapsedDocStrings = true
```

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

## Index
<!-- ## Index
```@index
Order = [:type, :function]
Pages = ["gnngraph.md"]
```
``` -->

## GNNGraph type

Expand Down
5 changes: 5 additions & 0 deletions GNNGraphs/docs/src/api/heterograph.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
```@meta
CurrentModule = GNNGraphs
CollapsedDocStrings = true
```

# Heterogeneous Graphs


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

# Samplers
Expand Down
7 changes: 6 additions & 1 deletion GNNGraphs/docs/src/api/temporalgraph.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
```@meta
CurrentModule = GNNGraphs
CollapsedDocStrings = true
```

# Temporal Graphs

## TemporalSnapshotsGNNGraph
Expand All @@ -10,7 +15,7 @@ Pages = ["temporalsnapshotsgnngraph.jl"]
Private = false
```

## TemporalSnapshotsGNNGraph random generators
## Random Generators

```@docs
rand_temporal_radius_graph
Expand Down
2 changes: 1 addition & 1 deletion GNNGraphs/src/operators.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 2 or more args graph operators
""""
"""
intersect(g1::GNNGraph, g2::GNNGraph)
Intersect two graphs by keeping only the common edges.
Expand Down

0 comments on commit 04b4c0d

Please sign in to comment.