@@ -90,10 +90,8 @@ Intermediate Tutorials
9090 :description: :doc: `/intermediate/dist_tuto `
9191 :figure: _static/img/distributed/DistPyTorch.jpg
9292
93-
9493.. galleryitem :: intermediate/spatial_transformer_tutorial.py
9594
96-
9795.. raw :: html
9896
9997 <div style =' clear :both ' ></div >
@@ -143,3 +141,40 @@ Advanced Tutorials
143141 advanced/numpy_extensions_tutorial
144142 advanced/super_resolution_with_caffe2
145143 advanced/cpp_extension
144+
145+ .. toctree ::
146+ :caption: Installation Guides
147+
148+ installation_guides/local
149+ installation_guides/cloud
150+
151+ .. toctree ::
152+ :caption: PyTorch Basics
153+
154+ pytorch_basics/abc
155+ pytorch_basics/123
156+
157+ .. toctree ::
158+ :caption: PyTorch Applied
159+
160+ pytorch_applied/vision
161+ pytorch_applied/audio
162+ Language/NLP <pytorch_applied/language >
163+
164+ .. toctree ::
165+ :caption: PyTorch in Depth
166+
167+ pytorch_in_depth/distributed.rst
168+ pytorch_in_depth/optimization.rst
169+ pytorch_in_depth/benchmarking.rst
170+ pytorch_in_depth/custom_collate_functions.rst
171+ pytorch_in_depth/custom_data_loading.rst
172+ pytorch_in_depth/custom_operators.rst
173+ pytorch_in_depth/graph_mode.rst
174+ pytorch_in_depth/tensor_comprehensions.rst
175+
176+
177+ .. toctree ::
178+ :caption: Hacking PyTorch
179+
180+ hacking_pytorch/cpp_extensions.rst
0 commit comments