summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: DOC: fix invalid vdot documentationPauli Virtanen2010-10-141-14/+9
* DOC: wiki merge, matrlixlib and some ndarray methods.rgommers2010-07-311-15/+17
* DOC: wiki merge, add itemset method doc.rgommers2010-07-311-13/+59
* BUG: core: make set_string_function(None) to restore the functions to what th...Pauli Virtanen2010-07-181-47/+1
* ENH: Remove order keyword from ndarray.resize. This is pretty muchCharles Harris2010-04-251-18/+2
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-0/+6
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-5/+5
* 3K: add_newdocs: use absolute importPauli Virtanen2009-12-061-1/+1
* Fix documentation of array.Charles Harris2009-11-281-1/+1
* Fix misformatted see also sectionPauli Virtanen2009-11-141-6/+3
* second set of checkins from doc editorJarrod Millman2009-11-131-67/+577
* Move some docstrings to add_newdocsPauli Virtanen2009-10-031-0/+154
* Make doc build to work againPauli Virtanen2009-10-021-3/+3
* Docstring update: add_newdocs.pyPauli Virtanen2009-10-021-304/+1172
* Docstring updates, part 1Pauli Virtanen2009-10-021-3/+42
* Fix remaining references to numpy.core.defmatrixPauli Virtanen2009-09-261-1/+1
* add support for __array_prepare__Darren Dale2009-08-231-4/+10
* Merge from doc wikiPauli Virtanen2009-06-191-55/+301
* Merge from the doc wikiPauli Virtanen2009-03-241-170/+525
* Ensure that documentation for dot, vdot, inner, alterdot, restoredot is the s...Pauli Virtanen2009-03-211-1/+162
* Added docstring for isbuiltinMatthew Brett2009-02-241-1/+28
* Move (un)packbits docstrings to add_newdocs.py. Fix typos.Pauli Virtanen2009-02-141-4/+42
* More add_newdocs entries, and make add_newdoc capable of adding docs also to ...Pauli Virtanen2009-02-141-175/+708
* New docstrings for byteorder and newbyteorder()Matthew Brett2009-01-301-0/+123
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-80/+187
* Merge from documentation editor.Stefan van der Walt2008-08-051-1142/+1373
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-38/+38
* Merge documentation changes from wiki.Stefan van der Walt2008-05-191-22/+27
* Merge `choose` docstring fix from wiki.Stefan van der Walt2008-05-151-3/+2
* Minor reST cleanup in docstrings.Stefan van der Walt2008-05-141-14/+14
* Break long line.Charles Harris2008-05-101-288/+303
* Moved docstrings to add_newdoc.py; added docstring for the class as a whole w...aarchiba2008-05-091-0/+209
* Support for Python types in x.view.Stefan van der Walt2008-05-011-3/+16
* For x.view, change dtype into keyword argument.Stefan van der Walt2008-04-301-4/+4
* Fix two typos in ndarray docstrings.Pauli Virtanen2008-04-261-2/+2
* Rewrite most ndarray docstrings: RST-reformat old and add new ones.Pauli Virtanen2008-04-261-212/+902
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-8/+8
* Documented and tested new behaviour of std and var on complex numbers. Added...aarchiba2008-04-071-10/+20
* Add basic usage docstring for dtype.Stefan van der Walt2008-03-011-0/+55
* ran reindentJarrod Millman2008-02-081-5/+5
* Fix fromstring to match fromfile behavior when parsing integers (base-10 only...Travis Oliphant2008-01-291-0/+1
* Add description of get/seterrobj.Stefan van der Walt2007-12-301-0/+28
* Improve docstringsTravis Oliphant2007-12-281-299/+309
* Increase test code coverage. Add documentation.Stefan van der Walt2007-12-031-11/+21
* Update documentation for `where`.Stefan van der Walt2007-09-201-8/+20
* Fix documentation for 'where'.Stefan van der Walt2007-07-171-2/+2
* Replace <= by < in the insertion sort part of argsort(kind='mergesort')Charles Harris2007-06-301-5/+5
* Add documentation for diagonal.Charles Harris2007-05-131-80/+184
* Add/edit documentation for mean, std, var.Charles Harris2007-05-121-16/+96
* Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns co...Travis Oliphant2007-04-021-0/+1