diff options
author | Pauli Virtanen <pav@iki.fi> | 2015-10-25 16:20:51 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2015-10-25 16:20:51 +0200 |
commit | 3f6ffa8b7062c7023705361540b6efbe192289c7 (patch) | |
tree | 27aa1226af7b425f42e608bfb730c281fe7bb9a3 /doc/source/reference/routines.rst | |
parent | 9d63530e0b7d0a880a0f49713c48ef6f0c11b315 (diff) | |
download | numpy-3f6ffa8b7062c7023705361540b6efbe192289c7.tar.gz |
DOC: reorganize user guide a bit + import "tentative numpy tutorial" from wiki
The user guide was missing a quick tutorial --- the basics.* stuff is
somewhat too complex already.
The "building numpy" instructions also should not be "introductory
material".
Diffstat (limited to 'doc/source/reference/routines.rst')
-rw-r--r-- | doc/source/reference/routines.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/routines.rst b/doc/source/reference/routines.rst index c2f091d83..a9e80480b 100644 --- a/doc/source/reference/routines.rst +++ b/doc/source/reference/routines.rst @@ -1,3 +1,5 @@ +.. _routines: + ******** Routines ******** |