From 6a9fe54eb7abdb0fc15a3f3400a43bbae0ae6716 Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Tue, 21 Jun 2022 20:52:16 +0200 Subject: [PATCH] don't display redundant docstrings from Graphs.jl --- docs/src/api/gnngraph.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/api/gnngraph.md b/docs/src/api/gnngraph.md index 1933fe228..d82d239a2 100644 --- a/docs/src/api/gnngraph.md +++ b/docs/src/api/gnngraph.md @@ -34,8 +34,6 @@ Private = false ``` ```@docs -Graphs.adjacency_matrix -Graphs.degree Graphs.outneighbors Graphs.inneighbors ```