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
69247f5b
Commit
69247f5b
authored
Mar 04, 2024
by
Rhett Ying
Committed by
RhettYing
Mar 04, 2024
Browse files
[doc] do not display nn.tensorflow and nn.mxnet (#7190)
parent
64a8a0e3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
12 deletions
+5
-12
docs/source/api/python/nn-pytorch.rst
docs/source/api/python/nn-pytorch.rst
+0
-7
docs/source/conf.py
docs/source/conf.py
+2
-0
docs/source/index.rst
docs/source/index.rst
+0
-2
script/dgl_dev.yml.template
script/dgl_dev.yml.template
+3
-3
No files found.
docs/source/api/python/nn-pytorch.rst
View file @
69247f5b
...
@@ -132,14 +132,7 @@ Utility Modules
...
@@ -132,14 +132,7 @@ Utility Modules
~dgl.nn.pytorch.explain.PGExplainer
~dgl.nn.pytorch.explain.PGExplainer
~dgl.nn.pytorch.explain.HeteroPGExplainer
~dgl.nn.pytorch.explain.HeteroPGExplainer
~dgl.nn.pytorch.utils.LabelPropagation
~dgl.nn.pytorch.utils.LabelPropagation
~dgl.nn.pytorch.graph_transformer.DegreeEncoder
~dgl.nn.pytorch.utils.LaplacianPosEnc
~dgl.nn.pytorch.utils.LaplacianPosEnc
~dgl.nn.pytorch.graph_transformer.BiasedMultiheadAttention
~dgl.nn.pytorch.graph_transformer.EGTLayer
~dgl.nn.pytorch.graph_transformer.GraphormerLayer
~dgl.nn.pytorch.graph_transformer.PathEncoder
~dgl.nn.pytorch.graph_transformer.SpatialEncoder
~dgl.nn.pytorch.graph_transformer.SpatialEncoder3d
Network Embedding Modules
Network Embedding Modules
----------------------------------------
----------------------------------------
...
...
docs/source/conf.py
View file @
69247f5b
...
@@ -194,6 +194,8 @@ epub_exclude_files = ["search.html"]
...
@@ -194,6 +194,8 @@ epub_exclude_files = ["search.html"]
# -- Extension configuration -------------------------------------------------
# -- Extension configuration -------------------------------------------------
autosummary_generate
=
True
autosummary_generate
=
True
autodoc_member_order
=
"alphabetical"
autodoc_member_order
=
"alphabetical"
# Skip the following members.
autodoc_mock_imports
=
[
"dgl.nn.mxnet"
,
"dgl.nn.tensorflow"
]
intersphinx_mapping
=
{
intersphinx_mapping
=
{
"python"
:
(
"python"
:
(
...
...
docs/source/index.rst
View file @
69247f5b
...
@@ -48,8 +48,6 @@ Welcome to Deep Graph Library Tutorials and Documentation
...
@@ -48,8 +48,6 @@ Welcome to Deep Graph Library Tutorials and Documentation
api/python/dgl.geometry
api/python/dgl.geometry
api/python/dgl.graphbolt
api/python/dgl.graphbolt
api/python/nn-pytorch
api/python/nn-pytorch
api/python/nn-tensorflow
api/python/nn-mxnet
api/python/nn.functional
api/python/nn.functional
api/python/dgl.ops
api/python/dgl.ops
api/python/dgl.optim
api/python/dgl.optim
...
...
script/dgl_dev.yml.template
View file @
69247f5b
...
@@ -33,13 +33,13 @@ dependencies:
...
@@ -33,13 +33,13 @@ dependencies:
- torch_geometric
- torch_geometric
- tqdm
- tqdm
- boto3 # AWS SDK for python
- boto3 # AWS SDK for python
- sphinx
==4.2.0
- sphinx
- sphinx-gallery
- sphinx-gallery
- sphinx_rtd_theme
- sphinx_rtd_theme
- sphinx_copybutton
- sphinx_copybutton
- sphinxemoji
- sphinxemoji
- nbsphinx
>=0.8.11
- nbsphinx
- nbsphinx-link
>=1.3.0
- nbsphinx-link
- pillow
- pillow
- seaborn
- seaborn
- jupyter_http_over_ws
- jupyter_http_over_ws
...
...
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