Skip to content

Commit 3875ae6

Browse files
committed
added noindex
1 parent b98d1f3 commit 3875ae6

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

docs/source/functions/add.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Scatter Add
22
===========
33

44
.. automodule:: torch_scatter
5+
:noindex:
56

67
.. autofunction:: scatter_add

docs/source/functions/div.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Scatter Div
22
===========
33

44
.. automodule:: torch_scatter
5+
:noindex:
56

67
.. autofunction:: scatter_div

docs/source/functions/max.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Scatter Max
22
===========
33

44
.. automodule:: torch_scatter
5+
:noindex:
56

67
.. autofunction:: scatter_max

docs/source/functions/mean.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Scatter Mean
22
============
33

44
.. automodule:: torch_scatter
5+
:noindex:
56

67
.. autofunction:: scatter_mean

docs/source/functions/mul.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Scatter Mul
22
===========
33

44
.. automodule:: torch_scatter
5+
:noindex:
56

67
.. autofunction:: scatter_mul

docs/source/functions/std.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Scatter Std
22
===========
33

44
.. automodule:: torch_scatter
5+
:noindex:
56

67
.. autofunction:: scatter_std

docs/source/functions/sub.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Scatter Sub
22
===========
33

44
.. automodule:: torch_scatter
5+
:noindex:
56

67
.. autofunction:: scatter_sub

0 commit comments

Comments
 (0)