diff options
Diffstat (limited to 'doc/source/user/basics.rst')
-rw-r--r-- | doc/source/user/basics.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/source/user/basics.rst b/doc/source/user/basics.rst new file mode 100644 index 000000000..b31f38ae9 --- /dev/null +++ b/doc/source/user/basics.rst @@ -0,0 +1,17 @@ +************ +Numpy basics +************ + +.. note:: + + XXX: there is overlap between this text extracted from ``numpy.doc`` + and "Guide to Numpy" chapter 2. Needs combining? + +.. toctree:: + + basics.types + basics.creation + basics.indexing + basics.broadcasting + basics.rec + basics.subclassing |