Skip to content

Commit 59fb06a

Browse files
doc: update colab_video
1 parent 2bf0f1a commit 59fb06a

16 files changed

Lines changed: 691 additions & 28 deletions

docs/_modules/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192

193193
<li class="nav-item">
194-
<a class="nav-link dropdown-item nav-internal" href="../colabs_videos.html">
194+
<a class="nav-link dropdown-item nav-internal" href="../videos.html">
195195
Colab Notebooks and Videos Tutorials
196196
</a>
197197
</li>
@@ -369,7 +369,7 @@
369369

370370

371371
<li class="nav-item">
372-
<a class="nav-link dropdown-item nav-internal" href="../colabs_videos.html">
372+
<a class="nav-link dropdown-item nav-internal" href="../videos.html">
373373
Colab Notebooks and Videos Tutorials
374374
</a>
375375
</li>

docs/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ parallel computing and Python/C++ hybrid programming techniques to achieve high
3737
eggpu.rst
3838
reference.rst
3939
tutorial.rst
40-
colabs_videos.rst
40+
videos.rst
4141
contributorGuide.rst
4242
license.rst
4343
sourcecode.rst

docs/_sources/videos.rst.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Colab Notebooks and Videos Tutorials
2+
========
3+
4+
**Official Examples**
5+
-------------------------
6+
We have prepared a list of Colab notebooks that introduce you to the world of network analysis and network learning with EasyGraph in a practical and efficient way:
7+
8+
`tutorial1: Two brief tutorials of how to do graph analysis with EasyGraph. <https://colab.research.google.com/drive/1563MGCebT5-EVB-GDMRgCGeXIHRXiJii#scrollTo=zaKmkvGe_j53>`_
9+
10+
`tutorial2: Using C++ code to achieve a better performance. <https://colab.research.google.com/drive/1Ypgjl4kkG7JMLgSVXJovxVVj7fiZlKij>`_
11+
12+
`tutorial3: Graph Embedding. <https://colab.research.google.com/drive/1G3HXIi36d0myVRdbJUCMVA2OJOj4RgP_>`_
13+
14+
`tutorial4: Community Detection. <https://colab.research.google.com/drive/1n7dsZVHlLVUc_4SqK3hwaL8fbEf0sw5V>`_
15+
16+
17+
**EasyGraph Tutorial Series (English)**
18+
---------------------------------------
19+
.. raw:: html
20+
21+
<iframe width="560" height="315" src="https://www.youtube.com/embed/0nl8jpn89Kg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
22+
23+
24+
**EasyGraph Introduction, Install & Usage (Chinese)**
25+
-----------------------------------------------------
26+
.. raw:: html
27+
28+
<iframe width="560" height="315" src="https://www.youtube.com/embed/yjh25aeq2Y0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

docs/genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192

193193
<li class="nav-item">
194-
<a class="nav-link dropdown-item nav-internal" href="colabs_videos.html">
194+
<a class="nav-link dropdown-item nav-internal" href="videos.html">
195195
Colab Notebooks and Videos Tutorials
196196
</a>
197197
</li>
@@ -369,7 +369,7 @@
369369

370370

371371
<li class="nav-item">
372-
<a class="nav-link dropdown-item nav-internal" href="colabs_videos.html">
372+
<a class="nav-link dropdown-item nav-internal" href="videos.html">
373373
Colab Notebooks and Videos Tutorials
374374
</a>
375375
</li>

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193

194194

195195
<li class="nav-item">
196-
<a class="nav-link dropdown-item nav-internal" href="colabs_videos.html">
196+
<a class="nav-link dropdown-item nav-internal" href="videos.html">
197197
Colab Notebooks and Videos Tutorials
198198
</a>
199199
</li>
@@ -375,7 +375,7 @@
375375

376376

377377
<li class="nav-item">
378-
<a class="nav-link dropdown-item nav-internal" href="colabs_videos.html">
378+
<a class="nav-link dropdown-item nav-internal" href="videos.html">
379379
Colab Notebooks and Videos Tutorials
380380
</a>
381381
</li>
@@ -524,10 +524,10 @@ <h1>Welcome to EasyGraph !<a class="headerlink" href="#welcome-to-easygraph" tit
524524
<li class="toctree-l2"><a class="reference internal" href="tutorial.html#basic-usage-of-graphc">Basic usage of GraphC</a></li>
525525
</ul>
526526
</li>
527-
<li class="toctree-l1"><a class="reference internal" href="colabs_videos.html">Colab Notebooks and Videos Tutorials</a><ul>
528-
<li class="toctree-l2"><a class="reference internal" href="colabs_videos.html#official-examples"><strong>Official Examples</strong></a></li>
529-
<li class="toctree-l2"><a class="reference internal" href="colabs_videos.html#easygraph-tutorial-series-english"><strong>EasyGraph Tutorial Series (English)</strong></a></li>
530-
<li class="toctree-l2"><a class="reference internal" href="colabs_videos.html#easygraph-introduction-install-usage-chinese"><strong>EasyGraph Introduction, Install &amp; Usage (Chinese)</strong></a></li>
527+
<li class="toctree-l1"><a class="reference internal" href="videos.html">Colab Notebooks and Videos Tutorials</a><ul>
528+
<li class="toctree-l2"><a class="reference internal" href="videos.html#official-examples"><strong>Official Examples</strong></a></li>
529+
<li class="toctree-l2"><a class="reference internal" href="videos.html#easygraph-tutorial-series-english"><strong>EasyGraph Tutorial Series (English)</strong></a></li>
530+
<li class="toctree-l2"><a class="reference internal" href="videos.html#easygraph-introduction-install-usage-chinese"><strong>EasyGraph Introduction, Install &amp; Usage (Chinese)</strong></a></li>
531531
</ul>
532532
</li>
533533
<li class="toctree-l1"><a class="reference internal" href="contributorGuide.html">Contributor Guide</a><ul>

docs/objects.inv

-2 Bytes
Binary file not shown.

docs/py-modindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194

195195

196196
<li class="nav-item">
197-
<a class="nav-link dropdown-item nav-internal" href="colabs_videos.html">
197+
<a class="nav-link dropdown-item nav-internal" href="videos.html">
198198
Colab Notebooks and Videos Tutorials
199199
</a>
200200
</li>
@@ -372,7 +372,7 @@
372372

373373

374374
<li class="nav-item">
375-
<a class="nav-link dropdown-item nav-internal" href="colabs_videos.html">
375+
<a class="nav-link dropdown-item nav-internal" href="videos.html">
376376
Colab Notebooks and Videos Tutorials
377377
</a>
378378
</li>

docs/reference/easygraph.datasets.hypergraph.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194

195195

196196
<li class="nav-item">
197-
<a class="nav-link dropdown-item nav-internal" href="../colabs_videos.html">
197+
<a class="nav-link dropdown-item nav-internal" href="../videos.html">
198198
Colab Notebooks and Videos Tutorials
199199
</a>
200200
</li>
@@ -376,7 +376,7 @@
376376

377377

378378
<li class="nav-item">
379-
<a class="nav-link dropdown-item nav-internal" href="../colabs_videos.html">
379+
<a class="nav-link dropdown-item nav-internal" href="../videos.html">
380380
Colab Notebooks and Videos Tutorials
381381
</a>
382382
</li>

docs/reference/easygraph.datasets.hypergraph.loadDeepSetDatasets.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194

195195

196196
<li class="nav-item">
197-
<a class="nav-link dropdown-item nav-internal" href="../colabs_videos.html">
197+
<a class="nav-link dropdown-item nav-internal" href="../videos.html">
198198
Colab Notebooks and Videos Tutorials
199199
</a>
200200
</li>
@@ -376,7 +376,7 @@
376376

377377

378378
<li class="nav-item">
379-
<a class="nav-link dropdown-item nav-internal" href="../colabs_videos.html">
379+
<a class="nav-link dropdown-item nav-internal" href="../videos.html">
380380
Colab Notebooks and Videos Tutorials
381381
</a>
382382
</li>

docs/reference/easygraph.model.hypergraphs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194

195195

196196
<li class="nav-item">
197-
<a class="nav-link dropdown-item nav-internal" href="../colabs_videos.html">
197+
<a class="nav-link dropdown-item nav-internal" href="../videos.html">
198198
Colab Notebooks and Videos Tutorials
199199
</a>
200200
</li>
@@ -376,7 +376,7 @@
376376

377377

378378
<li class="nav-item">
379-
<a class="nav-link dropdown-item nav-internal" href="../colabs_videos.html">
379+
<a class="nav-link dropdown-item nav-internal" href="../videos.html">
380380
Colab Notebooks and Videos Tutorials
381381
</a>
382382
</li>

0 commit comments

Comments
 (0)