Commit 69247f5b authored by Rhett Ying's avatar Rhett Ying Committed by RhettYing
Browse files

[doc] do not display nn.tensorflow and nn.mxnet (#7190)

parent 64a8a0e3
...@@ -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
---------------------------------------- ----------------------------------------
......
...@@ -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": (
......
...@@ -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
......
...@@ -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
......
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