pytorch/docs/source/index.rst
Jessica Lin 373dc7c8ef Group libraries in TOC and add PyTorch Elastic (#34928)
Summary:
Move XLA out of Notes and group with other libraries. Also adds link to PyTorch Elastic

![image](https://user-images.githubusercontent.com/8042156/76912125-f76d1080-686f-11ea-99d5-bb7be199adbd.png)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/34928

Differential Revision: D20901732

Pulled By: jlin27

fbshipit-source-id: a5da915bb435a3aa8995d8bbe87f53ef79fd3ce6
2020-04-07 16:37:45 -07:00

86 lines
1.7 KiB
ReStructuredText

.. PyTorch documentation master file, created by
sphinx-quickstart on Fri Dec 23 13:31:47 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
:github_url: https://github.com/pytorch/pytorch
PyTorch documentation
===================================
PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.
.. toctree::
:glob:
:maxdepth: 1
:caption: Notes
notes/*
.. toctree::
:maxdepth: 1
:caption: Language Bindings
C++ API <https://pytorch.org/cppdocs/>
packages
.. toctree::
:maxdepth: 1
:caption: Python API
torch
nn
nn.functional
tensors
tensor_attributes
tensor_view
torch.autograd <autograd>
cuda
torch.cuda.amp <amp>
torch.distributed <distributed>
torch.distributions <distributions>
torch.hub <hub>
torch.jit <jit>
nn.init
onnx
optim
quantization
rpc/index.rst
torch.random <random>
sparse
storage
torch.utils.bottleneck <bottleneck>
torch.utils.checkpoint <checkpoint>
torch.utils.cpp_extension <cpp_extension>
torch.utils.data <data>
torch.utils.dlpack <dlpack>
torch.utils.model_zoo <model_zoo>
torch.utils.tensorboard <tensorboard>
type_info
named_tensor
name_inference
torch.__config__ <__config__>
.. toctree::
:maxdepth: 1
:caption: Libraries
PyTorch on XLA Devices <http://pytorch.org/xla/>
PyTorch Elastic (torchelastic) <https://pytorch.org/elastic/>
torchaudio <https://pytorch.org/audio>
torchtext <https://pytorch.org/text>
torchvision/index
.. toctree::
:glob:
:maxdepth: 1
:caption: Community
community/*
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`