-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Transform] [Doc] Rename transform to transforms and update doc (#3765)
* Update * Update * Update * Fix * Update * Update * Update * Fix
- Loading branch information
Showing
103 changed files
with
659 additions
and
1,618 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.wy-table-responsive table td, | ||
.wy-table-responsive table th { | ||
white-space: normal; | ||
} | ||
|
||
.wy-table-bordered-all, | ||
.rst-content table.docutils { | ||
border: none; | ||
} | ||
|
||
.wy-table-bordered-all td, | ||
.rst-content table.docutils td { | ||
border: none; | ||
} | ||
|
||
.wy-table td, | ||
.rst-content table.docutils td, | ||
.rst-content table.field-list td, | ||
.wy-table th, | ||
.rst-content table.docutils th, | ||
.rst-content table.field-list th { | ||
padding: 14px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. role:: hidden | ||
:class: hidden-section | ||
.. currentmodule:: {{ module }} | ||
|
||
|
||
{{ name | underline}} | ||
|
||
.. autoclass:: {{ name }} | ||
:show-inheritance: | ||
:members: __getitem__, __len__, collate_fn, forward, reset_parameters, rel_emb, rel_project, explain_node, explain_graph |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ API Reference | |
dgl.sampling | ||
dgl.contrib.UnifiedTensor | ||
udf | ||
transform | ||
transforms |
Oops, something went wrong.