Skip to content

Commit b090df7

Browse files
authored
Fix broken links in introyt_index.html (#3291)
1 parent 622d8bc commit b090df7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

beginner_source/introyt/introyt_index.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
2-
`Introduction <introyt/introyt1_tutorial.html>`_ ||
3-
`Tensors <introyt/tensors_deeper_tutorial.html>`_ ||
4-
`Autograd <introyt/autogradyt_tutorial.html>`_ ||
5-
`Building Models <introyt/modelsyt_tutorial.html>`_ ||
6-
`TensorBoard Support <introyt/tensorboardyt_tutorial.html>`_ ||
7-
`Training Models <introyt/trainingyt.html>`_ ||
8-
`Model Understanding <introyt/captumyt.html>`_
2+
`Introduction <introyt1_tutorial.html>`_ ||
3+
`Tensors <tensors_deeper_tutorial.html>`_ ||
4+
`Autograd <autogradyt_tutorial.html>`_ ||
5+
`Building Models <modelsyt_tutorial.html>`_ ||
6+
`TensorBoard Support <tensorboardyt_tutorial.html>`_ ||
7+
`Training Models <trainingyt.html>`_ ||
8+
`Model Understanding <captumyt.html>`_
99
1010
Introduction to PyTorch - YouTube Series
1111
========================================

0 commit comments

Comments
 (0)