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

[Doc][Conda] Fixing pytorch.nn.factory docs and Conda license (#805)

* [Conda] Update license

* doc fixes
parent a5b661a2
...@@ -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
...@@ -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:
.. automodule:: dgl.nn.pytorch.factory.SegmentedKNNGraph .. autoclass:: dgl.nn.pytorch.factory.SegmentedKNNGraph
:members: :members:
:show-inheritance: :show-inheritance:
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