Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3613597

Browse files
Rob KunkleJoelMarcey
authored andcommitted
Adding new content structure to index.
1 parent 2a34561 commit 3613597

23 files changed

Lines changed: 119 additions & 2 deletions

hacking_pytorch/cpp_extensions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CPP Extensions
2+
===================

index.rst

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

installation_guides/aws.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Amazon Web Services
2+
=============================================
3+
4+
Abc 12312

installation_guides/cloud.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Cloud Installations
2+
=============================================
3+
4+
It's easy to install PyTorch on Google Compute Engine, Amazon Web Services
5+
and Microsoft Azure.
6+
7+
.. toctree::
8+
:includehidden:
9+
:hidden:
10+
11+
gce
12+
aws
13+
microsoft_azure

installation_guides/gce.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Google Compute Engine
2+
=============================================
3+
4+
Abc 12312

installation_guides/linux.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Linux Installation
2+
=============================================
3+
4+
Abc 12312

installation_guides/local.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Local Installation
2+
=============================================
3+
4+
Installing locally, blah blah.
5+
6+
.. toctree::
7+
:includehidden:
8+
:hidden:
9+
:caption: Whatever
10+
11+
linux
12+
windows
13+
osx
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Microsoft Azure
2+
=============================================
3+
4+
Abc 12312

installation_guides/osx.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
OSX Installation
2+
=============================================
3+
4+
Abc 12312

installation_guides/windows.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Windows Installation
2+
=============================================
3+
4+
Abc 12312

0 commit comments

Comments
 (0)