Skip to content

Commit 5737336

Browse files
authored
Bring back composite documentation (#331)
* update * update
1 parent c615acc commit 5737336

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
import datetime
2-
import sphinx_rtd_theme
32
import doctest
3+
4+
import sphinx_rtd_theme
45
import torch_scatter
56

67
extensions = [
78
'sphinx.ext.autodoc',
8-
'sphinx.ext.doctest',
99
'sphinx.ext.intersphinx',
1010
'sphinx.ext.mathjax',
1111
'sphinx.ext.napoleon',
1212
'sphinx.ext.viewcode',
13-
'sphinx.ext.githubpages',
1413
]
1514

1615
source_suffix = '.rst'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
composite
2+
=========
3+
4+
.. currentmodule:: torch_scatter.composite
5+
6+
.. automodule:: torch_scatter.composite
7+
:members:
8+
:undoc-members:

docs/source/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ All included operations are broadcastable, work on varying data types, are imple
1414
:maxdepth: 0
1515
:caption: Package reference
1616

17-
functions/*
17+
functions/scatter
18+
functions/segment_coo
19+
functions/segment_csr
20+
functions/composite
1821

1922
Indices and tables
2023
==================

0 commit comments

Comments
 (0)