Skip to content

Commit

Permalink
[DOC, DISPATCH] : updated and added backend.py's docs (networkx#7305)
Browse files Browse the repository at this point in the history

Co-authored-by: Dan Schult <dschult@colgate.edu>
Co-authored-by: Ross Barnowski <rossbar@caltech.edu>
  • Loading branch information
3 people authored and cvanelteren committed Apr 22, 2024
1 parent 8519a6d commit 21366b3
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 117 deletions.
7 changes: 3 additions & 4 deletions doc/reference/utils.rst
Expand Up @@ -76,10 +76,9 @@ Mapped Queue

Backends
--------
.. note:: This is an experimental feature to dispatch your computations to an alternate
backend like `GraphBLAS <https://github.com/python-graphblas/graphblas-algorithms>`_
instead of using pure Python dictionaries for computation.
Things will change and break in the future!
.. note:: NetworkX backends are experimental. They let you execute an alternate
backend implementation instead of NetworkX's pure Python dictionaries
implementation. Things will change and break in the future!

.. automodule:: networkx.utils.backends
.. autosummary::
Expand Down

0 comments on commit 21366b3

Please sign in to comment.