pytorch/docs/source/index.rst
Eric Nakagawa b9e8f56daa Add PyTorch Governance, Contributor Guide, and List of Persons of Interest
Summary: Adding new documents to the PyTorch website to describe how PyTorch is governed, how to contribute to the project, and lists persons of interest.

Reviewed By: orionr

Differential Revision: D14394573

fbshipit-source-id: ad98b807850c51de0b741e3acbbc3c699e97b27f
2019-03-11 10:36:41 -07:00

68 lines
1.2 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::
:glob:
:maxdepth: 1
:caption: Community
community/*
.. toctree::
:maxdepth: 1
:caption: Package Reference
torch
tensors
tensor_attributes
type_info
sparse
cuda
storage
nn
optim
torch.autograd <autograd>
torch.distributed <distributed>
torch.distributions <distributions>
torch.jit <jit>
torch.multiprocessing <multiprocessing>
bottleneck
checkpoint
cpp_extension
data
dlpack
hub
model_zoo
onnx
torch.distributed.deprecated <distributed_deprecated>
.. toctree::
:glob:
:maxdepth: 2
:caption: torchvision Reference
torchvision/index
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`