diff options
author | MarsBarLee <mlee@quansight.com> | 2021-12-10 20:36:27 +0000 |
---|---|---|
committer | MarsBarLee <mlee@quansight.com> | 2021-12-10 20:36:27 +0000 |
commit | 06391bb9bab57ad6d8929c89e7258ff65ff7c3e0 (patch) | |
tree | 8b3cfc3fc8995ed19e5827c30fdc50233e833012 | |
parent | 481a8617b6fd4109848ebfd9504850248c806194 (diff) | |
download | numpy-06391bb9bab57ad6d8929c89e7258ff65ff7c3e0.tar.gz |
Update Getting Started panel text
-rw-r--r-- | doc/source/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 1c4ca77d1..4c5d78485 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -43,10 +43,10 @@ basic statistical operations, random simulation and much more. Getting Started ^^^^^^^^^^^^^^^ - The user guide provides in-depth information on the key concepts of NumPy - with useful background information and explanation. + New to NumPy? Check out the Absolute Beginner's Guide. It contains an + introduction to NumPy's main concepts and links to additional tutorials. - .. link-button:: getting_started + .. link-button:: ../source/user/absolute_beginners :type: ref :text: :classes: stretched-link |