Skip to content

Commit 9c52145

Browse files
update
1 parent fb3cb99 commit 9c52145

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

GNNGraphs/docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mathengine = MathJax3(Dict(:loader => Dict("load" => ["[tex]/require", "[tex]/ma
1919

2020
makedocs(;
2121
modules = [GNNGraphs],
22-
doctest = false, # TODO enable doctest
22+
doctest = true, # TODO enable doctest
2323
format = Documenter.HTML(; mathengine,
2424
prettyurls = get(ENV, "CI", nothing) == "true",
2525
assets = [],

GNNlib/docs/src/api/messagepassing.md

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

56
# Message Passing

GNNlib/docs/src/api/utils.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
```@meta
22
CurrentModule = GNNlib
3+
CollpasedDocString = true
34
```
45

56
# Utility Functions
67

7-
## Index
88

9-
```@index
10-
Order = [:type, :function]
11-
Pages = ["utils.md"]
12-
```
13-
14-
## Docs
15-
16-
17-
### Graph-wise operations
9+
## Graph-wise operations
1810

1911
```@docs
2012
reduce_nodes
@@ -25,13 +17,13 @@ broadcast_nodes
2517
broadcast_edges
2618
```
2719

28-
### Neighborhood operations
20+
## Neighborhood operations
2921

3022
```@docs
3123
softmax_edge_neighbors
3224
```
3325

34-
### NNlib's gather and scatter functions
26+
## NNlib's gather and scatter functions
3527

3628
Primitive functions for message passing implemented in [NNlib.jl](https://fluxml.ai/NNlib.jl/stable/reference/#Gather-and-Scatter):
3729

0 commit comments

Comments
 (0)