Unverified Commit 828e269c authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

[Doc] Fixing KNNGraph docs (#803)

parent e17add56
......@@ -121,10 +121,10 @@ dgl.nn.pytorch.softmax
dgl.nn.pytorch.factory
----------------------
.. automodule:: dgl.nn.pytorch.NearestNeighborGraph
.. automodule:: dgl.nn.pytorch.KNNGraph
:members:
:show-inheritance:
.. automodule:: dgl.nn.pytorch.SegmentedNearestNeighborGraph
.. automodule:: dgl.nn.pytorch.SegmentedKNNGraph
:members:
:show-inheritance:
......@@ -15,5 +15,5 @@ Transform -- Graph Transformation
khop_adj
khop_graph
laplacian_lambda_max
nearest_neighbor_graph
segmented_nearest_neighbor_graph
knn_graph
segmented_knn_graph
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment