"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "c54f36f0872f0cf131a0880cb80b69cc9ad8f346"
Unverified Commit 0868f179 authored by Minjie Wang's avatar Minjie Wang Committed by GitHub
Browse files

[Doc] sparse lib tutorial and colab links (#5181)

* Created using Colaboratory

* nbsphinx & nblink

* Created using Colaboratory

* update notebook

* minor update
parent 0c5d6f1b
...@@ -48,6 +48,8 @@ extensions = [ ...@@ -48,6 +48,8 @@ extensions = [
'sphinx.ext.graphviz', 'sphinx.ext.graphviz',
'sphinx_gallery.gen_gallery', 'sphinx_gallery.gen_gallery',
'sphinx_copybutton', 'sphinx_copybutton',
'nbsphinx',
'nbsphinx_link',
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
......
...@@ -25,6 +25,7 @@ Welcome to Deep Graph Library Tutorials and Documentation ...@@ -25,6 +25,7 @@ Welcome to Deep Graph Library Tutorials and Documentation
guide/index guide/index
guide_cn/index guide_cn/index
guide_ko/index guide_ko/index
notebooks/sparse/index
tutorials/large/index tutorials/large/index
tutorials/cpu/index tutorials/cpu/index
tutorials/multi/index tutorials/multi/index
...@@ -51,10 +52,10 @@ Welcome to Deep Graph Library Tutorials and Documentation ...@@ -51,10 +52,10 @@ Welcome to Deep Graph Library Tutorials and Documentation
api/python/dgl.ops api/python/dgl.ops
api/python/dgl.optim api/python/dgl.optim
api/python/dgl.sampling api/python/dgl.sampling
api/python/dgl.sparse_v0
api/python/dgl.multiprocessing api/python/dgl.multiprocessing
api/python/transforms api/python/transforms
api/python/udf api/python/udf
api/python/dgl.sparse_v0
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
🆕 Tutorials: dgl.sparse
========================
TODO(minjie): intro for the new library.
.. toctree::
:maxdepth: 2
:titlesonly:
quickstart.nblink
{
"path": "../../../../notebooks/sparse/quickstart.ipynb"
}
This diff is collapsed.
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