Skip to content
This repository was archived by the owner on Aug 7, 2019. It is now read-only.

Commit acb3ae9

Browse files
author
Rob Kunkle
committed
Adding new content structure to index.
1 parent a1d4e62 commit acb3ae9

23 files changed

+119
-2
lines changed

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
@@ -83,10 +83,8 @@ Intermediate Tutorials
8383
:description: :doc:`/intermediate/dist_tuto`
8484
:figure: _static/img/distributed/DistPyTorch.jpg
8585

86-
8786
.. galleryitem:: intermediate/spatial_transformer_tutorial.py
8887

89-
9088
.. raw:: html
9189

9290
<div style='clear:both'></div>
@@ -136,3 +134,40 @@ Advanced Tutorials
136134
advanced/numpy_extensions_tutorial
137135
advanced/super_resolution_with_caffe2
138136
advanced/cpp_extension
137+
138+
.. toctree::
139+
:caption: Installation Guides
140+
141+
installation_guides/local
142+
installation_guides/cloud
143+
144+
.. toctree::
145+
:caption: PyTorch Basics
146+
147+
pytorch_basics/abc
148+
pytorch_basics/123
149+
150+
.. toctree::
151+
:caption: PyTorch Applied
152+
153+
pytorch_applied/vision
154+
pytorch_applied/audio
155+
Language/NLP <pytorch_applied/language>
156+
157+
.. toctree::
158+
:caption: PyTorch in Depth
159+
160+
pytorch_in_depth/distributed.rst
161+
pytorch_in_depth/optimization.rst
162+
pytorch_in_depth/benchmarking.rst
163+
pytorch_in_depth/custom_collate_functions.rst
164+
pytorch_in_depth/custom_data_loading.rst
165+
pytorch_in_depth/custom_operators.rst
166+
pytorch_in_depth/graph_mode.rst
167+
pytorch_in_depth/tensor_comprehensions.rst
168+
169+
170+
.. toctree::
171+
:caption: Hacking PyTorch
172+
173+
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

pytorch_applied/audio.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Audio
2+
================
3+
4+
This is selection of tutorials for building audio applications.

pytorch_applied/language.rst

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

pytorch_applied/vision.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Vision
2+
================
3+
4+
These tutorials are focused on computer vision.

pytorch_basics/123.rst

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

pytorch_basics/abc.rst

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

pytorch_in_depth/benchmarking.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Benchmarking
2+
===============
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Custom Collate Functions
2+
=========================
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Custom Data Loading
2+
==========================

pytorch_in_depth/custom_operators.rst

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

pytorch_in_depth/distributed.rst

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

pytorch_in_depth/graph_mode.rst

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

pytorch_in_depth/optimization.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Optimization
2+
=====================
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Tensor Comprehensions
2+
=====================

0 commit comments

Comments
 (0)