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

typo

parent d10668f9
......@@ -20,7 +20,7 @@
**[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.
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:
* [**Scatter Add**](https://rusty1s.github.io/pytorch_scatter/functions/add.html)
......
......@@ -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.
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.
......
......@@ -15,7 +15,7 @@ docs_require = ['Sphinx', 'sphinx_rtd_theme']
setup(
name='torch_scatter',
version=__version__,
description='PyTorch Extension Library of Optimised Scatter-Operations',
description='PyTorch Extension Library of Optimised Scatter Operations',
author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de',
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