Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
98b825e3
Unverified
Commit
98b825e3
authored
Aug 28, 2019
by
Quan (Andy) Gan
Committed by
GitHub
Aug 28, 2019
Browse files
[Doc][Conda] Fixing pytorch.nn.factory docs and Conda license (#805)
* [Conda] Update license * doc fixes
parent
a5b661a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
conda/dgl/meta.yaml
conda/dgl/meta.yaml
+2
-1
docs/source/api/python/nn.pytorch.rst
docs/source/api/python/nn.pytorch.rst
+4
-2
No files found.
conda/dgl/meta.yaml
View file @
98b825e3
...
@@ -25,4 +25,5 @@ build:
...
@@ -25,4 +25,5 @@ build:
about
:
about
:
home
:
https://github.com/dmlc/dgl.git
home
:
https://github.com/dmlc/dgl.git
license_file
:
../../LICENSE
license_file
:
{{
environ.get('SRC_DIR')
}}
/LICENSE
license
:
Apache
docs/source/api/python/nn.pytorch.rst
View file @
98b825e3
...
@@ -121,10 +121,12 @@ dgl.nn.pytorch.softmax
...
@@ -121,10 +121,12 @@ dgl.nn.pytorch.softmax
dgl.nn.pytorch.factory
dgl.nn.pytorch.factory
----------------------
----------------------
.. automodule:: dgl.nn.pytorch.factory.KNNGraph
.. automodule:: dgl.nn.pytorch.conv
.. autoclass:: dgl.nn.pytorch.factory.KNNGraph
:members:
:members:
:show-inheritance:
:show-inheritance:
.. auto
module
:: dgl.nn.pytorch.factory.SegmentedKNNGraph
.. auto
class
:: dgl.nn.pytorch.factory.SegmentedKNNGraph
:members:
:members:
:show-inheritance:
:show-inheritance:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment