Skip to content

Commit

Permalink
[doc] rename titles (#6608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhett-Ying authored Nov 23, 2023
1 parent afee044 commit 77ec365
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tutorials/large/L0_neighbor_sampling_overview.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Introduction of Neighbor Sampling for GNN Training
==================================================
Introduction of Neighbor Sampling
=================================
In :doc:`previous tutorials <../blitz/1_introduction>` you have learned how to
train GNNs by computing the representations of all nodes on a graph.
Expand Down
4 changes: 2 additions & 2 deletions tutorials/large/L1_large_node_classification.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Training GNN with Neighbor Sampling for Node Classification
Node Classification
===========================================================
This tutorial shows how to train a multi-layer GraphSAGE for node
Expand Down Expand Up @@ -42,7 +42,7 @@
# training-validation-test set from the tasks. Seed nodes and corresponding
# labels are already stored in each training-validation-test set. Other
# metadata such as number of classes are also stored in the tasks. In this
# dataset, there is only one task: `node classification``.
# dataset, there is only one task: `node classification`.
#

graph = dataset.graph
Expand Down
2 changes: 1 addition & 1 deletion tutorials/large/L2_large_link_prediction.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Stochastic Training of GNN for Link Prediction
Link Prediction
==============================================
This tutorial will show how to train a multi-layer GraphSAGE for link
Expand Down

0 comments on commit 77ec365

Please sign in to comment.