Skip to content

Commit

Permalink
Fix dispatch docs formatting (networkx#7619)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Sep 2, 2024
1 parent 5745e4b commit 82df6d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions networkx/utils/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
They are the following:
- `graphblas <https://github.com/python-graphblas/graphblas-algorithms>`_:
OpenMP-enabled sparse linear algebra backend.
OpenMP-enabled sparse linear algebra backend.
- `cugraph <https://github.com/rapidsai/cugraph/tree/branch-24.04/python/nx-cugraph>`_:
GPU-accelerated backend.
GPU-accelerated backend.
- `parallel <https://github.com/networkx/nx-parallel>`_:
Parallel backend for NetworkX algorithms.
Parallel backend for NetworkX algorithms.
- `loopback <https://github.com/networkx/networkx/blob/main/pyproject.toml#L53>`_:
It's for testing purposes only and is not a real backend.
It's for testing purposes only and is not a real backend.
Note that the ``backend_name`` is e.g. ``parallel``, the package installed
is ``nx-parallel``, and we use ``nx_parallel`` while importing the package.
Expand Down

0 comments on commit 82df6d9

Please sign in to comment.