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 fb3cb99 commit 9c52145
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion GNNGraphs/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mathengine = MathJax3(Dict(:loader => Dict("load" => ["[tex]/require", "[tex]/ma

makedocs(;
modules = [GNNGraphs],
doctest = false, # TODO enable doctest
doctest = true, # TODO enable doctest
format = Documenter.HTML(; mathengine,
prettyurls = get(ENV, "CI", nothing) == "true",
assets = [],
Expand Down
1 change: 1 addition & 0 deletions GNNlib/docs/src/api/messagepassing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```@meta
CurrentModule = GNNlib
CollapsedDocString = true
```

# Message Passing
Expand Down
16 changes: 4 additions & 12 deletions GNNlib/docs/src/api/utils.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
```@meta
CurrentModule = GNNlib
CollpasedDocString = true
```

# Utility Functions

## Index

```@index
Order = [:type, :function]
Pages = ["utils.md"]
```

## Docs


### Graph-wise operations
## Graph-wise operations

```@docs
reduce_nodes
Expand All @@ -25,13 +17,13 @@ broadcast_nodes
broadcast_edges
```

### Neighborhood operations
## Neighborhood operations

```@docs
softmax_edge_neighbors
```

### NNlib's gather and scatter functions
## NNlib's gather and scatter functions

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

Expand Down

0 comments on commit 9c52145

Please sign in to comment.