summaryrefslogtreecommitdiff
path: root/doc/source/user
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix typo in 'Stacking together different arrays'Kirill Balunov2017-02-071-11/+16
* DOC: Fix Python versionsAlexandr Shadchin2016-12-091-1/+1
* DOC: Changed shape assignment example to reshape. Elaborated modifying shapepetetanru2016-11-111-12/+23
* DOC: Fix code example in c-info.python-as-glue.rst.Charles Harris2016-11-041-16/+21
* DOC: Fixups for quickstart.rst.Charles Harris2016-11-041-34/+77
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-068-46/+46
* DOC: Fixed three typos in the c-info.ufunc-tutorial [skip ci]Michael Seifert2016-09-031-3/+3
* DOC: #7881. Fix link to record arraysTom Bird2016-08-021-1/+1
* DOC: fix broken genfromtxt examples in user guide. Closes gh-7662.Ralf Gommers2016-05-271-25/+25
* DOC: corrected grammatical error in quickstart docrehassachdeva2016-02-231-1/+1
* MAINT: Fix typos in docsDongjoon Hyun2016-01-252-2/+2
* DOC: some tweaks to the install and build info in the user guide.Ralf Gommers2016-01-162-7/+2
* DOC: add Cython to list of dependencies in INSTALL.txt. Closes gh-6682.Ralf Gommers2016-01-161-0/+6
* BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-161-3/+3
* DOC: fix broken link in user guide. Closes gh-6906.Ralf Gommers2015-12-311-2/+2
* STY: Break some long lines in numpy-for-matlab-users.rst.Charles Harris2015-12-171-34/+81
* DOC: change uses of `rank` for `dimension`Matthew Brett2015-12-161-25/+27
* DOC: A bit of copy-editing of the 'NumPy for Matlab Users' guide.Warren Weckesser2015-10-301-33/+35
* DOC: Fix an argument in 'Numpy for Matlab Users'.Warren Weckesser2015-10-301-1/+1
* DOC: import "numpy for matlab users" from the wikiPauli Virtanen2015-10-252-0/+696
* DOC: reorganize user guide a bit + import "tentative numpy tutorial" from wikiPauli Virtanen2015-10-257-204/+1578
* DOC: remove placeholders and incompleteness warningsPauli Virtanen2015-10-254-28/+0
* Merge pull request #6406 from charris/update-gh-6310Charles Harris2015-10-061-10/+12
|\
| * DOC: Cleanup genfromtxt documentation a bit.Charles Harris2015-10-041-10/+12
| * DOC: Update docs for numpy.genfromtxt.jason king2015-10-041-3/+3
* | MAINT: cleanup dead code/arguments/fields from ufuncsNathaniel J. Smith2015-10-011-4/+3
|/
* DOC: Fix outdated sphinx directives.Charles Harris2015-07-013-128/+128
* genfromtxt example in user docs missing delimiterStefan Eng2015-02-051-2/+2
* Merge pull request #5473 from rgommers/doc-inplace-buildCharles Harris2015-01-251-46/+59
|\
| * DOC: add "build and test" section to developer guide. Closes gh-5465.Ralf Gommers2015-01-201-0/+7
| * DOC: update "build and install" page in user guide.Ralf Gommers2015-01-201-46/+52
* | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-3/+3
|/
* DOC: some small fixes to the "Using Python as glue" section of the user guide.Ralf Gommers2015-01-172-98/+87
* DOC: python-as-glue: copyeditLars Buitinck2014-11-191-17/+16
* DOC: python-as-glue: use Cython, not PyrexLars Buitinck2014-11-181-188/+133
* DOC: remove Weave recommendationLars Buitinck2014-11-171-224/+5
* DOC: python-as-glue: remove Instant, PyInlineLars Buitinck2014-11-171-64/+0
* DOC/MAINT: Python 2.6 or 3.2 requiredLars Buitinck2014-09-252-14/+14
* Merge pull request #5102 from dpinte/fix/epd_canopyJulian Taylor2014-09-231-3/+4
|\
| * DOC: replacing old reference from EPD to CanopyDidrik Pinte2014-09-231-3/+4
* | Merge pull request #5076 from kanhua/kh_fixJulian Taylor2014-09-191-0/+6
|\ \ | |/
| * DOC: add section on compiling pyf fileskanhua2014-09-191-0/+6
* | Fixed two typos in the c-api user guide.cel2014-08-131-2/+2
|/
* MAINT: Grammar and style corrections to whatisnumpy.rst.Charles Harris2014-05-291-12/+12
* DOC: Fix typos, punctuation, and grammar.Yoni Ben-Meshulam2014-05-291-3/+3
* Changing EPD to Canopybrettrmurphy2014-05-151-3/+3
* DOC: Change pyrex to Cython in c-info.how-to-extend.rst.Charles Harris2014-03-141-1/+1
* MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-121-1/+1
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* MAINT: Cleanup doc/source/user/basics.io.genfromtxt.rst.Charles Harris2013-08-011-152/+239