diff --git a/docs/source/extensions.rst b/docs/source/extensions.rst index 57c5c8d0..25220df5 100755 --- a/docs/source/extensions.rst +++ b/docs/source/extensions.rst @@ -15,7 +15,8 @@ for academic purposes. Spin-off projects that aim at extending the capabilities of PyLops are: -* `PyLops-GPU `_ : PyLops for GPU arrays (incorporated into PyLops). -* `PyLops-Distributed `_: PyLops for distributed systems with many computing nodes. +* `PyLops-MPI `_: PyLops for distributed systems with many computing nodes using MPI * `PyProximal `_: Proximal solvers which integrate with PyLops Linear Operators. -* `Curvelops `_: Python wrapper for the Curvelab 2D and 3D digital curvelet transforms. \ No newline at end of file +* `Curvelops `_: Python wrapper for the Curvelab 2D and 3D digital curvelet transforms. +* `PyLops-GPU `_ : PyLops for GPU arrays (unmantained! the core features are now incorporated into PyLops). +* `PyLops-Distributed `_ : PyLops for distributed systems with many computing nodes using Dask (unmantained!).