Skip to content

Commit 1960b3c

Browse files
committed
Generate Python docs from pytorch/pytorch@5b8fef3
1 parent 86e75b0 commit 1960b3c

File tree

2,558 files changed

+7807
-6999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,558 files changed

+7807
-6999
lines changed

main/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 3f01c7c29c077f0b788fdab09c701e5b
3+
config: 9f01dc3c77d6dd2f0c4dd783a9e8f194
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

main/_images/RReLU.png

212 Bytes
Loading

main/_images/ReduceLROnPlateau.png

-67 Bytes
Loading

main/_sources/fx.md.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,9 @@ The set of leaf modules can be customized by overriding
10931093
```{eval-rst}
10941094
.. autofunction:: torch.fx.replace_pattern
10951095
```
1096+
```{eval-rst}
1097+
.. autofunction:: torch.fx.traceback.annotate
1098+
```
10961099

10971100
<!-- The experimental and passes submodules are missing docs. -->
10981101
<!-- Adding it here for coverage but this doesn't add anything to the -->

main/_sources/generated/exportdb/index.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ cond_closed_over_variable
498498

499499
.. note::
500500

501-
Tags: :doc:`python.closure <python.closure>`, :doc:`torch.cond <torch.cond>`
501+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`python.closure <python.closure>`
502502

503503
Support Level: SUPPORTED
504504

@@ -1422,7 +1422,7 @@ list_contains
14221422

14231423
.. note::
14241424

1425-
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.assert <python.assert>`
1425+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.assert <python.assert>`, :doc:`python.data-structure <python.data-structure>`
14261426

14271427
Support Level: SUPPORTED
14281428

@@ -1477,7 +1477,7 @@ list_unpack
14771477

14781478
.. note::
14791479

1480-
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`python.control-flow <python.control-flow>`
1480+
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`python.data-structure <python.data-structure>`
14811481

14821482
Support Level: SUPPORTED
14831483

@@ -2201,7 +2201,7 @@ dynamic_shape_round
22012201

22022202
.. note::
22032203

2204-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.builtin <python.builtin>`
2204+
Tags: :doc:`python.builtin <python.builtin>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
22052205

22062206
Support Level: NOT_SUPPORTED_YET
22072207

main/_sources/generated/exportdb/python.assert.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ list_contains
6060

6161
.. note::
6262

63-
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.assert <python.assert>`
63+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.assert <python.assert>`, :doc:`python.data-structure <python.data-structure>`
6464

6565
Support Level: SUPPORTED
6666

main/_sources/generated/exportdb/python.builtin.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dynamic_shape_round
55

66
.. note::
77

8-
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.builtin <python.builtin>`
8+
Tags: :doc:`python.builtin <python.builtin>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`
99

1010
Support Level: NOT_SUPPORTED_YET
1111

main/_sources/generated/exportdb/python.closure.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cond_closed_over_variable
55

66
.. note::
77

8-
Tags: :doc:`python.closure <python.closure>`, :doc:`torch.cond <torch.cond>`
8+
Tags: :doc:`torch.cond <torch.cond>`, :doc:`python.closure <python.closure>`
99

1010
Support Level: SUPPORTED
1111

main/_sources/generated/exportdb/python.control-flow.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ list_unpack
6262

6363
.. note::
6464

65-
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`python.control-flow <python.control-flow>`
65+
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`python.data-structure <python.data-structure>`
6666

6767
Support Level: SUPPORTED
6868

main/_sources/generated/exportdb/python.data-structure.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ list_contains
147147

148148
.. note::
149149

150-
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.assert <python.assert>`
150+
Tags: :doc:`torch.dynamic-shape <torch.dynamic-shape>`, :doc:`python.assert <python.assert>`, :doc:`python.data-structure <python.data-structure>`
151151

152152
Support Level: SUPPORTED
153153

@@ -202,7 +202,7 @@ list_unpack
202202

203203
.. note::
204204

205-
Tags: :doc:`python.data-structure <python.data-structure>`, :doc:`python.control-flow <python.control-flow>`
205+
Tags: :doc:`python.control-flow <python.control-flow>`, :doc:`python.data-structure <python.data-structure>`
206206

207207
Support Level: SUPPORTED
208208

0 commit comments

Comments
 (0)