Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
57373366
Unverified
Commit
57373366
authored
Oct 30, 2022
by
Matthias Fey
Committed by
GitHub
Oct 30, 2022
Browse files
Bring back `composite` documentation (#331)
* update * update
parent
c615accf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
docs/source/conf.py
docs/source/conf.py
+2
-3
docs/source/functions/composite.rst
docs/source/functions/composite.rst
+8
-0
docs/source/index.rst
docs/source/index.rst
+4
-1
No files found.
docs/source/conf.py
View file @
57373366
import
datetime
import
datetime
import
sphinx_rtd_theme
import
doctest
import
doctest
import
sphinx_rtd_theme
import
torch_scatter
import
torch_scatter
extensions
=
[
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.autodoc'
,
'sphinx.ext.doctest'
,
'sphinx.ext.intersphinx'
,
'sphinx.ext.intersphinx'
,
'sphinx.ext.mathjax'
,
'sphinx.ext.mathjax'
,
'sphinx.ext.napoleon'
,
'sphinx.ext.napoleon'
,
'sphinx.ext.viewcode'
,
'sphinx.ext.viewcode'
,
'sphinx.ext.githubpages'
,
]
]
source_suffix
=
'.rst'
source_suffix
=
'.rst'
...
...
docs/source/functions/composite.rst
0 → 100644
View file @
57373366
composite
=========
.. currentmodule:: torch_scatter.composite
.. automodule:: torch_scatter.composite
:members:
:undoc-members:
docs/source/index.rst
View file @
57373366
...
@@ -14,7 +14,10 @@ All included operations are broadcastable, work on varying data types, are imple
...
@@ -14,7 +14,10 @@ All included operations are broadcastable, work on varying data types, are imple
:maxdepth: 0
:maxdepth: 0
:caption: Package reference
:caption: Package reference
functions/*
functions/scatter
functions/segment_coo
functions/segment_csr
functions/composite
Indices and tables
Indices and tables
==================
==================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment