Skip to content

Commit 1d4d0d7

Browse files
committed
update docs
1 parent 174506b commit 1d4d0d7

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

docs/source/api/pgl.contrib.heter_graph.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/api/pgl.contrib.heter_graph_wrapper.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/api/pgl.heter_graph.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pgl.heter\_graph module: Heterogenous Graph Storage
2+
===============================
3+
4+
.. automodule:: pgl.heter_graph
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pgl.heter\_graph\_wrapper module: Heterogenous Graph data holders for Paddle GNN.
2+
=========================
3+
4+
.. automodule:: pgl.heter_graph_wrapper
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

docs/source/api/pgl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ API Reference
99
pgl.data_loader
1010
pgl.utils.paddle_helper
1111
pgl.utils.mp_reader
12-
pgl.contrib.heter_graph
13-
pgl.contrib.heter_graph_wrapper
12+
pgl.heter_graph
13+
pgl.heter_graph_wrapper

0 commit comments

Comments
 (0)