Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api_reference/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ format of the ``graphblas`` object (this attributed is used by the
Visualization
~~~~~~~~~~~~~

.. autofunction:: graphblas.io.draw
.. autofunction:: graphblas.viz.draw
1 change: 0 additions & 1 deletion graphblas/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
from ._numpy import from_numpy, to_numpy # deprecated
from ._scipy import from_scipy_sparse, to_scipy_sparse
from ._sparse import from_pydata_sparse, to_pydata_sparse
from ._viz import draw # deprecated
21 changes: 0 additions & 21 deletions graphblas/io/_viz.py

This file was deleted.