Skip to content

Commit

Permalink
fix: add sampling.jl to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
askorupka committed Oct 12, 2024
1 parent c9d412b commit 2d7bd0b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions GraphNeuralNetworks/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ makedocs(;
"Message Passing" => "api/messagepassing.md",
"Heterogeneous Graphs" => "api/heterograph.md",
"Temporal Graphs" => "api/temporalgraph.md",
"Samplers" => "api/samplers.md",
"Utils" => "api/utils.md",
],
"Developer Notes" => "dev.md",
Expand Down
6 changes: 0 additions & 6 deletions GraphNeuralNetworks/docs/src/api/gnngraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,4 @@ Private = false

```@docs
Graphs.induced_subgraph(::GNNGraph, ::Vector{Int})
```

```@autodocs
Modules = [GraphNeuralNetworks]
Pages = ["samplers.jl"]
Private = false
```
14 changes: 14 additions & 0 deletions GraphNeuralNetworks/docs/src/api/samplers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
```@meta
CurrentModule = GraphNeuralNetworks
```

# Samplers


## Docs

```@autodocs
Modules = [GraphNeuralNetworks]
Pages = ["samplers.jl"]
Private = false
```

0 comments on commit 2d7bd0b

Please sign in to comment.