forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Improvements to Quickstart Tutorial.
* Modified reference to array creation with a list to the more general term 'sequence'. Also removed the 'numeric' distinction. * Updated reference to arange to reflect that as of Python 3, the python built-in range does not return a list. * Fixed 'see also' references to invert and r_ which were not linked properly. * Replaced referenced to ma.row_stack with the more general row_stack. Added additional detail about the aliasing of vstack. * Updated array stacking example to include proper rST python syntax.
- Loading branch information
Showing
1 changed file
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters