summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan C Cooper <cooperrc@users.noreply.github.com>2020-12-13 14:38:52 -0500
committerGitHub <noreply@github.com>2020-12-13 20:38:52 +0100
commit8e956b4f613d1a7332f0a07f53afe0855ca59f83 (patch)
treecc5af645a2c7de9b54ea3a9abe75d08ca5c2a1f4
parent7a42940e610b77cee2f98eb88aed5e66ef6d8c2a (diff)
downloadnumpy-8e956b4f613d1a7332f0a07f53afe0855ca59f83.tar.gz
DOC: Rename basics to fundamentals + added description (#17889)
-rw-r--r--doc/source/user/basics.rst14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/source/user/basics.rst b/doc/source/user/basics.rst
index e0fc0ece3..66f3f9ee9 100644
--- a/doc/source/user/basics.rst
+++ b/doc/source/user/basics.rst
@@ -1,14 +1,18 @@
-************
-NumPy basics
-************
+******************
+NumPy fundamentals
+******************
+
+These documents clarify concepts, design decisions, and technical
+constraints in NumPy. This is a great place to understand the
+fundamental NumPy ideas and philosophy.
.. toctree::
:maxdepth: 1
- basics.types
basics.creation
- basics.io
basics.indexing
+ basics.io
+ basics.types
basics.broadcasting
basics.byteswapping
basics.rec