Commit 64d26429 authored by rusty1s's avatar rusty1s
Browse files

typo

parent d10668f9
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
**[Documentation](http://rusty1s.github.io/pytorch_scatter)** **[Documentation](http://rusty1s.github.io/pytorch_scatter)**
This package consists of a small extension library of highly optimised sparse update (scatter) operations for the use in [PyTorch](http://pytorch.org/), which are missing in the main package. This package consists of a small extension library of highly optimised sparse update (scatter) operations for the use in [PyTorch](http://pytorch.org/), which are missing in the main package.
Scatter-operations can be roughly described as reduce-operations based on a given "group-index" tensor. Scatter operations can be roughly described as reduce operations based on a given "group-index" tensor.
The package consists of the following operations: The package consists of the following operations:
* [**Scatter Add**](https://rusty1s.github.io/pytorch_scatter/functions/add.html) * [**Scatter Add**](https://rusty1s.github.io/pytorch_scatter/functions/add.html)
......
...@@ -4,7 +4,7 @@ PyTorch Scatter documentation ...@@ -4,7 +4,7 @@ PyTorch Scatter documentation
=============================== ===============================
This package consists of a small extension library of highly optimised sparse update (scatter) operations for the use in `PyTorch <http://pytorch.org/>`_, which are missing in the main package. This package consists of a small extension library of highly optimised sparse update (scatter) operations for the use in `PyTorch <http://pytorch.org/>`_, which are missing in the main package.
Scatter-operations can be roughly described as reduce-operations based on a given "group-index" tensor. Scatter operations can be roughly described as reduce operations based on a given "group-index" tensor.
All included operations work on varying data types, are implemented both for CPU and GPU and include a backwards implementation. All included operations work on varying data types, are implemented both for CPU and GPU and include a backwards implementation.
......
...@@ -15,7 +15,7 @@ docs_require = ['Sphinx', 'sphinx_rtd_theme'] ...@@ -15,7 +15,7 @@ docs_require = ['Sphinx', 'sphinx_rtd_theme']
setup( setup(
name='torch_scatter', name='torch_scatter',
version=__version__, version=__version__,
description='PyTorch Extension Library of Optimised Scatter-Operations', description='PyTorch Extension Library of Optimised Scatter Operations',
author='Matthias Fey', author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de', author_email='matthias.fey@tu-dortmund.de',
url=url, url=url,
......
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