Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC, DISPATCH] : updated and added backend.py's docs #7305

Merged
merged 20 commits into from Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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