Unverified Commit 5f04fc2b authored by ndickson-nvidia's avatar ndickson-nvidia Committed by GitHub
Browse files

[Doc] Updated transform ops list in dgl.rst (Issue #4087) (#4123)



* * Added functions from dgl.transforms.functional that were missing from the list for documentation in dgl.rst

* * Sorted transform ops list in dgl.rst in alphabetical order
Co-authored-by: default avatarXin Yao <xiny@nvidia.com>
parent 652f4c07
...@@ -60,29 +60,47 @@ Operators for generating new graphs by manipulating the structure of the existin ...@@ -60,29 +60,47 @@ Operators for generating new graphs by manipulating the structure of the existin
.. autosummary:: .. autosummary::
:toctree: ../../generated/ :toctree: ../../generated/
add_nodes
add_edges add_edges
remove_nodes add_nodes
remove_edges add_reverse_edges
add_self_loop add_self_loop
adj_product_graph
adj_sum_graph
as_heterograph
as_immutable_graph
compact_graphs
khop_adj
khop_graph
knn_graph
laplacian_lambda_max
laplacian_pe
line_graph
metapath_reachable_graph
metis_partition
metis_partition_assignment
norm_by_dst
partition_graph_with_halo
radius_graph
random_walk_pe
remove_edges
remove_nodes
remove_self_loop remove_self_loop
add_reverse_edges reorder_graph
reverse reverse
segmented_knn_graph
sort_csr_by_tag
sort_csc_by_tag
to_bidirected to_bidirected
to_simple to_bidirected_stale
to_block to_block
compact_graphs to_double
to_float
to_half
to_heterogeneous to_heterogeneous
to_homogeneous to_homogeneous
to_networkx to_networkx
line_graph to_simple
khop_graph to_simple_graph
metapath_reachable_graph
adj_product_graph
adj_sum_graph
reorder_graph
sort_csr_by_tag
sort_csc_by_tag
.. _api-positional-encoding: .. _api-positional-encoding:
......
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