summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2020-07-19 11:07:43 -0700
committerRoss Barnowski <rossbar@berkeley.edu>2020-07-21 10:31:52 -0700
commit4e1b6d64f02ff51df19aa71580a789e884587430 (patch)
treed161a5ad43887c1843dd70957d6aa3d098da53a6 /INSTALL.rst
parent05048d38f97153dda2ad3776303f877dcf7bd5d6 (diff)
downloadnetworkx-4e1b6d64f02ff51df19aa71580a789e884587430.tar.gz
DOC: Rewording re: numpy.matrix
* Replace references of numpy.matrix with array. * Several docstrings in convert_matrix incorrectly referred to NumPy matrices. Adds appropriate description of return types * "matrix" -> "adjacency matrix" in some docstring Notes sections to prevent confusion with the NumPy matrix object. * References to to_numpy_matrix in docstrings replaced with to_numpy_array. * rm see also ref to from_numpy_matrix
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 197edace..6f946396 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -89,9 +89,9 @@ The following optional packages provide additional functionality. See the
files in the ``requirements/`` directory for information about specific
version requirements.
-- `NumPy <http://www.numpy.org/>`_ provides matrix representation of
- graphs and is used in some graph algorithms for high-performance matrix
- computations.
+- `NumPy <http://www.numpy.org/>`_ provides array-based dense
+ matrix representations of graphs and high-performance array math and linear
+ algebra which is used in some graph algorithms.
- `SciPy <http://scipy.org/>`_ provides sparse matrix representation
of graphs and many numerical scientific tools.
- `pandas <http://pandas.pydata.org/>`_ provides a DataFrame, which