"docs/source/vscode:/vscode.git/clone" did not exist on "527bbfa8eaae73a9bd18c22b5bc4b4abbba2000e"
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:
about:
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
dgl.nn.pytorch.factory
----------------------
.. automodule:: dgl.nn.pytorch.factory.KNNGraph
.. automodule:: dgl.nn.pytorch.conv
.. autoclass:: dgl.nn.pytorch.factory.KNNGraph
:members:
:show-inheritance:
.. automodule:: dgl.nn.pytorch.factory.SegmentedKNNGraph
.. autoclass:: dgl.nn.pytorch.factory.SegmentedKNNGraph
:members:
: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