Skip to content

Commit b542085

Browse files
author
Jessica Lin
authored
Update Cpp docs and Libraries section to match 1.5
* Link cpp docs to the cpp landing page * Update Libraries to match 1.5 (https://github.com/pytorch/pytorch/blob/release/1.5/docs/source/index.rst)
1 parent 906c50e commit b542085

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/source/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.
2121
:maxdepth: 1
2222
:caption: Language Bindings
2323

24-
C++ API <https://pytorch.org/cppdocs/>
24+
cpp_index
2525
packages
2626

2727
.. toctree::
@@ -45,7 +45,7 @@ PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.
4545
onnx
4646
optim
4747
quantization
48-
rpc
48+
rpc/index.rst
4949
torch.random <random>
5050
sparse
5151
storage
@@ -65,11 +65,12 @@ PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.
6565
:maxdepth: 1
6666
:caption: Libraries
6767

68-
PyTorch on XLA Devices <http://pytorch.org/xla/>
69-
PyTorch Elastic (torchelastic) <https://pytorch.org/elastic/>
7068
torchaudio <https://pytorch.org/audio>
7169
torchtext <https://pytorch.org/text>
7270
torchvision/index
71+
TorchElastic <https://pytorch.org/elastic/>
72+
TorchServe <https://pytorch.org/serve>
73+
PyTorch on XLA Devices <http://pytorch.org/xla/>
7374

7475
.. toctree::
7576
:glob:

0 commit comments

Comments
 (0)