Skip to content

Commit

Permalink
Adding new content structure to index.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Kunkle authored and JoelMarcey committed Aug 29, 2018
1 parent 2a34561 commit 3613597
Show file tree
Hide file tree
Showing 23 changed files with 119 additions and 2 deletions.
2 changes: 2 additions & 0 deletions hacking_pytorch/cpp_extensions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CPP Extensions
===================
39 changes: 37 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ Intermediate Tutorials
:description: :doc:`/intermediate/dist_tuto`
:figure: _static/img/distributed/DistPyTorch.jpg


.. galleryitem:: intermediate/spatial_transformer_tutorial.py


.. raw:: html

<div style='clear:both'></div>
Expand Down Expand Up @@ -143,3 +141,40 @@ Advanced Tutorials
advanced/numpy_extensions_tutorial
advanced/super_resolution_with_caffe2
advanced/cpp_extension

.. toctree::
:caption: Installation Guides

installation_guides/local
installation_guides/cloud

.. toctree::
:caption: PyTorch Basics

pytorch_basics/abc
pytorch_basics/123

.. toctree::
:caption: PyTorch Applied

pytorch_applied/vision
pytorch_applied/audio
Language/NLP <pytorch_applied/language>

.. toctree::
:caption: PyTorch in Depth

pytorch_in_depth/distributed.rst
pytorch_in_depth/optimization.rst
pytorch_in_depth/benchmarking.rst
pytorch_in_depth/custom_collate_functions.rst
pytorch_in_depth/custom_data_loading.rst
pytorch_in_depth/custom_operators.rst
pytorch_in_depth/graph_mode.rst
pytorch_in_depth/tensor_comprehensions.rst


.. toctree::
:caption: Hacking PyTorch

hacking_pytorch/cpp_extensions.rst
4 changes: 4 additions & 0 deletions installation_guides/aws.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Amazon Web Services
=============================================

Abc 12312
13 changes: 13 additions & 0 deletions installation_guides/cloud.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Cloud Installations
=============================================

It's easy to install PyTorch on Google Compute Engine, Amazon Web Services
and Microsoft Azure.

.. toctree::
:includehidden:
:hidden:

gce
aws
microsoft_azure
4 changes: 4 additions & 0 deletions installation_guides/gce.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Google Compute Engine
=============================================

Abc 12312
4 changes: 4 additions & 0 deletions installation_guides/linux.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Linux Installation
=============================================

Abc 12312
13 changes: 13 additions & 0 deletions installation_guides/local.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Local Installation
=============================================

Installing locally, blah blah.

.. toctree::
:includehidden:
:hidden:
:caption: Whatever

linux
windows
osx
4 changes: 4 additions & 0 deletions installation_guides/microsoft_azure.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Microsoft Azure
=============================================

Abc 12312
4 changes: 4 additions & 0 deletions installation_guides/osx.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
OSX Installation
=============================================

Abc 12312
4 changes: 4 additions & 0 deletions installation_guides/windows.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Windows Installation
=============================================

Abc 12312
4 changes: 4 additions & 0 deletions pytorch_applied/audio.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Audio
================

This is selection of tutorials for building audio applications.
2 changes: 2 additions & 0 deletions pytorch_applied/language.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Language
================
4 changes: 4 additions & 0 deletions pytorch_applied/vision.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Vision
================

These tutorials are focused on computer vision.
2 changes: 2 additions & 0 deletions pytorch_basics/123.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
123
========
2 changes: 2 additions & 0 deletions pytorch_basics/abc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Abc
=======
2 changes: 2 additions & 0 deletions pytorch_in_depth/benchmarking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Benchmarking
===============
2 changes: 2 additions & 0 deletions pytorch_in_depth/custom_collate_functions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Custom Collate Functions
=========================
2 changes: 2 additions & 0 deletions pytorch_in_depth/custom_data_loading.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Custom Data Loading
==========================
2 changes: 2 additions & 0 deletions pytorch_in_depth/custom_operators.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Custom Operators
==================
2 changes: 2 additions & 0 deletions pytorch_in_depth/distributed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Distributed
===============
2 changes: 2 additions & 0 deletions pytorch_in_depth/graph_mode.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Graph Mode
=====================
2 changes: 2 additions & 0 deletions pytorch_in_depth/optimization.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Optimization
=====================
2 changes: 2 additions & 0 deletions pytorch_in_depth/tensor_comprehensions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tensor Comprehensions
=====================

0 comments on commit 3613597

Please sign in to comment.