Mufei Li
6d9433b04f
[Transform] [Doc] Rename transform to transforms and update doc ( #3765 )
...
* Update
* Update
* Update
* Fix
* Update
* Update
* Update
* Fix
2022-02-24 21:28:15 +08:00
mszarma
a47ab71d44
[DOCS] Add training on CPU sections to docs ( #3398 )
2021-10-14 14:53:16 +08:00
Minjie Wang
d3e4460b98
[Doc] Add docstring for missing APIs ( #3088 )
...
* add docstring for missing API; fix some docstring
* rename apis; address comments
2021-07-05 18:40:07 +08:00
Quan (Andy) Gan
a7fe461c1c
[Doc] Single-machine Multi-GPU node classification tutorial ( #2976 )
...
* multi-GPU node classification tutorial
* Update 2_node_classification.py
* fixes
* elaborate a bit more
* address comments
* address comments
2021-06-08 10:28:02 +08:00
Da Zheng
b1628f2398
[Tutorial] Distributed node classification. ( #2969 )
...
* add init version.
* fix build.
* fix format.
* fix.
* fix.
* fix format.
* update README.
* avoid running CI on distributed training tutorials.
* Update tutorials/dist/1_node_classification.py
Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com >
* fix.
Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com >
2021-06-04 21:50:16 +08:00
Minjie Wang
8a07ab7737
[Doc] Tutorials re-organization ( #2683 )
...
* reorg
* change titles
* rm some stale API doc; minor fix
* fix docs
* add warning
* rm new-tutorial run in ci
* lint
2021-02-20 17:42:45 +08:00
Quan (Andy) Gan
9e04a52abd
[Doc] Reorganize tutorial ( #2678 )
2021-02-19 13:49:13 +08:00
Quan (Andy) Gan
e018939729
[Tutorial] New tutorials for small graphs ( #2482 )
...
* new tutorials for small graphs
* address changes and use GraphDataLoader
* fix and add data
* fix load_data
* style fixes
* Update 5_graph_classification.py
2021-01-10 22:24:21 +08:00
Quan (Andy) Gan
745078e7a9
new code block style ( #2113 )
...
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com >
2020-08-29 21:17:04 +08:00
Minjie Wang
5967d81782
[Doc] Re-organize API docs and tutorials ( #1222 )
...
* reorg tutorials and api docs
* fix
2020-01-26 21:26:34 +08:00
Quan (Andy) Gan
3ee7e11268
[Hetero][Tutorial] Heterograph tutorials ( #878 )
...
* heterograph tutorial skeleton
* [WIP][Tutorial] Heterogeneous graph tutorial
* fix
* update
2019-10-08 15:33:54 +08:00
VoVAllen
00fc680aae
[Dataset] Add TUDataset ( #473 )
...
* add graph classification dataset
* add node label
* add TUDataset
* Modify to consistent with Qi Huang's implementation
* add docs
* Add docs
* Fix change of environment variable
* Update tu.py
* Update tu.py
* Fix error when add node with np.int64
2019-04-10 09:37:53 -04:00
VoVAllen
19e1b14031
[Docs] Move file_pattern option from Makefile to conf.py ( #352 )
...
* add rtfd
* rrr
* update
* change env
* temp fix
* update
* fix
* fix
* add
* conf
* Move file_pattern from Makefile to conf.py
* remove yml
* fix
* fix
* fix
* fix
* remove yml
* remove yml
* add doc docker
* add dgl install script
* change name
* change dockerfile
* fix
* name
* add
* fix
* fix
* fix
* fix
* add doc-build files
* remove unnecessary import os
2019-01-12 09:51:50 -05:00
Minjie Wang
6f9ae8d61e
[Doc] main doc page update and contribute guide ( #336 )
...
* reorg the doc mainpage
* contribute guide
2019-01-04 17:02:37 -05:00
Minjie Wang
c620bfc2b7
[Doc] faq & env ( #263 )
...
* faq & env
* add update version script; 0.0.1 -> 0.1.0
2018-12-05 19:18:33 -05:00
VoVAllen
71fa26acac
Fix windows line seprator problems ( #248 )
2018-12-05 15:40:32 +08:00
VoVAllen
16cc528757
[Doc] Improve Capsule with Jinyang & Fix wrong tutorial level layout ( #236 )
...
* improve capsule tutorial with jinyang
* fix wrong layout of second-level tutorial
* delete transformer
2018-12-04 10:46:49 -05:00
Minjie Wang
7fe6d0c857
[Doc] Refactor API doc ( #128 )
...
* refactor API doc; add markup link in tutorials
* fix readme
2018-11-08 22:57:16 -05:00
Minjie Wang
68ec624782
[API][Doc] API change & basic tutorials ( #113 )
...
* Add SH tutorials
* setup sphinx-gallery; work on graph tutorial
* draft dglgraph tutorial
* update readme to include document url
* rm obsolete file
* Draft the message passing tutorial
* Capsule code (#102 )
* add capsule example
* clean code
* better naming
* better naming
* [GCN]tutorial scaffold
* fix capsule example code
* remove previous capsule example code
* graph struc edit
* modified: 2_graph.py
* update doc of capsule
* update capsule docs
* update capsule docs
* add msg passing prime
* GCN-GAT tutorial Section 1 and 2
* comment for API improvement
* section 3
* Tutorial API change (#115 )
* change the API as discusses; toy example
* enable the new set/get syntax
* fixed pytorch utest
* fixed gcn example
* fixed gat example
* fixed mx utests
* fix mx utest
* delete apply edges; add utest for update_edges
* small change on toy example
* fix utest
* fix out in degrees bug
* update pagerank example and add it to CI
* add delitem for dataview
* make edges() return form that is compatible with send/update_edges etc
* fix index bug when the given data is one-int-tensor
* fix doc
2018-11-02 17:19:14 -04:00
VoVAllen
a50bbe58c2
Merge branch 'master' into master
2018-10-24 19:21:36 +08:00
Minjie Wang
2046980231
[DOC] API tutorials ( #96 )
...
* setup sphinx-gallery; work on graph tutorial
* draft dglgraph tutorial
* update readme to include document url
* rm obsolete file
* Draft the message passing tutorial
2018-10-23 16:27:15 -04:00
Minjie Wang
797b20792f
setup sphinx-gallery; work on graph tutorial
2018-10-22 14:58:45 -04:00
Minjie Wang
c7b9f06946
Init sphinx doc
2018-10-05 14:57:09 -04:00