summaryrefslogtreecommitdiff
path: root/doc/source/user/explanations_index.rst
diff options
context:
space:
mode:
authorMelissa Weber Mendonca <melissawm@gmail.com>2020-03-26 17:44:28 -0300
committerMelissa Weber Mendonca <melissawm@gmail.com>2020-03-26 17:44:28 -0300
commit4527f99d2a07273c2b84d7737a10b1674dba6294 (patch)
tree9c05fa216874919a9fcd49c9b4c74faa2963d418 /doc/source/user/explanations_index.rst
parent68439794b84836f43ec389be0e702ff64ee76d44 (diff)
downloadnumpy-4527f99d2a07273c2b84d7737a10b1674dba6294.tar.gz
DOC: First steps towards docs restructuring (NEP 44)
Diffstat (limited to 'doc/source/user/explanations_index.rst')
-rw-r--r--doc/source/user/explanations_index.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/user/explanations_index.rst b/doc/source/user/explanations_index.rst
new file mode 100644
index 000000000..f515e36b1
--- /dev/null
+++ b/doc/source/user/explanations_index.rst
@@ -0,0 +1,14 @@
+.. _explanations:
+
+################
+Explanations
+################
+
+These documents are intended to explain in detail the concepts and techniques
+used in NumPy. For the reference documentation of the functions and classes
+contained in the package, see the :ref:`API reference <reference>`.
+
+.. toctree::
+ :maxdepth: 1
+
+ basics.broadcasting