Skip to content

Commit

Permalink
don't display redundant docstrings from Graphs.jl (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Jul 29, 2022
1 parent 651c216 commit afd80e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/api/gnngraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ Private = false
```

```@docs
Graphs.adjacency_matrix
Graphs.degree
Graphs.outneighbors
Graphs.inneighbors
```
Expand Down

2 comments on commit afd80e8

@CarloLucibello
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/65330

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.5 -m "<description of version>" afd80e8024abb270db79cd8592376ba60bc63f60
git push origin v0.4.5

Please sign in to comment.