Unverified Commit 57373366 authored by Matthias Fey's avatar Matthias Fey Committed by GitHub
Browse files

Bring back `composite` documentation (#331)

* update

* update
parent c615accf
import datetime
import sphinx_rtd_theme
import doctest
import sphinx_rtd_theme
import torch_scatter
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
]
source_suffix = '.rst'
......
composite
=========
.. currentmodule:: torch_scatter.composite
.. automodule:: torch_scatter.composite
:members:
:undoc-members:
......@@ -14,7 +14,10 @@ All included operations are broadcastable, work on varying data types, are imple
:maxdepth: 0
:caption: Package reference
functions/*
functions/scatter
functions/segment_coo
functions/segment_csr
functions/composite
Indices and tables
==================
......
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