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

added noindex

parent b98d1f3b
......@@ -2,5 +2,6 @@ Scatter Add
===========
.. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_add
......@@ -2,5 +2,6 @@ Scatter Div
===========
.. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_div
......@@ -2,5 +2,6 @@ Scatter Max
===========
.. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_max
......@@ -2,5 +2,6 @@ Scatter Mean
============
.. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_mean
......@@ -2,5 +2,6 @@ Scatter Mul
===========
.. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_mul
......@@ -2,5 +2,6 @@ Scatter Std
===========
.. automodule:: torch_scatter
:noindex:
.. autofunction:: scatter_std
......@@ -2,5 +2,6 @@ Scatter Sub
===========
.. automodule:: torch_scatter
:noindex:
.. 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