diff options
author | Mary <sleeplessinseattle.dev@gmail.com> | 2021-02-16 14:53:42 -0800 |
---|---|---|
committer | Mary <sleeplessinseattle.dev@gmail.com> | 2021-02-16 14:53:42 -0800 |
commit | dca0d1c928665464b137419f0f530d5a6aac8ebd (patch) | |
tree | 9aaaf9de178d19b12aa0d4b95748248cccaf8dce | |
parent | b4491833d636344ef295f1609bcf4742c1d94d10 (diff) | |
download | numpy-dca0d1c928665464b137419f0f530d5a6aac8ebd.tar.gz |
DOC: remove explanations.rst - See #17845
-rw-r--r-- | doc/source/user/explanations_index.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/source/user/explanations_index.rst b/doc/source/user/explanations_index.rst deleted file mode 100644 index f515e36b1..000000000 --- a/doc/source/user/explanations_index.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. _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 |