diff options
author | Denis Laxalde <denis@laxalde.org> | 2021-12-20 09:17:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 09:17:00 +0100 |
commit | 8d850663eb35f52d592063c99466a871917bf443 (patch) | |
tree | 21a289ce60c2eef7bf6bd4d82c2ee03bc2596c2a /doc/source/index.rst | |
parent | e3b831cd85e2f4d73b0db8e8d501828b50a96c64 (diff) | |
download | numpy-8d850663eb35f52d592063c99466a871917bf443.tar.gz |
DOC: Refer to NumPy, not pandas, in main page
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r-- | doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 7fa7d8aa9..a753a21f1 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -58,7 +58,7 @@ basic statistical operations, random simulation and much more. ^^^^^^^^^^ The user guide provides in-depth information on the - key concepts of pandas with useful background information and explanation. + key concepts of NumPy with useful background information and explanation. .. link-button:: user :type: ref |