Commit 3875ae69 authored by rusty1s's avatar rusty1s
Browse files

added noindex

parent b98d1f3b
...@@ -2,5 +2,6 @@ Scatter Add ...@@ -2,5 +2,6 @@ Scatter Add
=========== ===========
.. automodule:: torch_scatter .. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_add .. autofunction:: scatter_add
...@@ -2,5 +2,6 @@ Scatter Div ...@@ -2,5 +2,6 @@ Scatter Div
=========== ===========
.. automodule:: torch_scatter .. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_div .. autofunction:: scatter_div
...@@ -2,5 +2,6 @@ Scatter Max ...@@ -2,5 +2,6 @@ Scatter Max
=========== ===========
.. automodule:: torch_scatter .. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_max .. autofunction:: scatter_max
...@@ -2,5 +2,6 @@ Scatter Mean ...@@ -2,5 +2,6 @@ Scatter Mean
============ ============
.. automodule:: torch_scatter .. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_mean .. autofunction:: scatter_mean
...@@ -2,5 +2,6 @@ Scatter Mul ...@@ -2,5 +2,6 @@ Scatter Mul
=========== ===========
.. automodule:: torch_scatter .. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_mul .. autofunction:: scatter_mul
...@@ -2,5 +2,6 @@ Scatter Std ...@@ -2,5 +2,6 @@ Scatter Std
=========== ===========
.. automodule:: torch_scatter .. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_std .. autofunction:: scatter_std
...@@ -2,5 +2,6 @@ Scatter Sub ...@@ -2,5 +2,6 @@ Scatter Sub
=========== ===========
.. automodule:: torch_scatter .. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_sub .. autofunction:: scatter_sub
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment