blob: f515e36b14370578e014e4f0eb8d3e1e5a89df3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|