Skip to content

Commit ad05d56

Browse files
committed
Intermediate tutorials heading is now flat
1 parent 8791ae1 commit ad05d56

File tree

1 file changed

+7
-31
lines changed

1 file changed

+7
-31
lines changed

index.rst

+7-31
Original file line numberDiff line numberDiff line change
@@ -67,50 +67,26 @@ Beginner Tutorials
6767
Intermediate Tutorials
6868
----------------------
6969

70-
Visual Attention for CNN
71-
^^^^^^^^^^^^^^^^^^^^^^^^
72-
73-
.. galleryitem:: intermediate/spatial_transformer_tutorial.py
74-
75-
.. raw:: html
76-
77-
<div style='clear:both'></div>
78-
79-
RNNs for NLP
80-
^^^^^^^^^^^^
81-
82-
Applying recurrent neural networks to natural language tasks, from
83-
classification to generation.
84-
85-
8670
.. galleryitem:: intermediate/char_rnn_classification_tutorial.py
71+
8772
.. galleryitem:: intermediate/char_rnn_generation_tutorial.py
8873
:figure: _static/img/char_rnn_generation.png
74+
8975
.. galleryitem:: intermediate/seq2seq_translation_tutorial.py
9076
:figure: _static/img/seq2seq_flat.png
9177

92-
.. raw:: html
93-
94-
<div style='clear:both'></div>
95-
96-
Reinforcement Learning
97-
^^^^^^^^^^^^^^^^^^^^^^
98-
9978
.. galleryitem:: intermediate/reinforcement_q_learning.py
10079
:figure: _static/img/cartpole.gif
10180

102-
.. raw:: html
103-
104-
<div style='clear:both'></div>
105-
106-
Distributed Learning
107-
^^^^^^^^^^^^^^^^^^^^^^
108-
10981
.. customgalleryitem::
11082
:tooltip: Writing Distributed Applications with PyTorch.
11183
:description: :doc:`/intermediate/dist_tuto`
11284
:figure: _static/img/distributed/DistPyTorch.jpg
11385

86+
87+
.. galleryitem:: intermediate/spatial_transformer_tutorial.py
88+
89+
11490
.. raw:: html
11591

11692
<div style='clear:both'></div>
@@ -121,12 +97,12 @@ Distributed Learning
12197
:hidden:
12298
:caption: Intermediate Tutorials
12399

124-
intermediate/spatial_transformer_tutorial
125100
intermediate/char_rnn_classification_tutorial
126101
intermediate/char_rnn_generation_tutorial
127102
intermediate/seq2seq_translation_tutorial
128103
intermediate/reinforcement_q_learning
129104
intermediate/dist_tuto
105+
intermediate/spatial_transformer_tutorial
130106

131107

132108
Advanced Tutorials

0 commit comments

Comments
 (0)