summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix docstring typo as per #397Tim Leslie2007-01-081-1/+1
* Add order keyword to argsort and fix documentation of sort and argsort. Also...Travis Oliphant2006-12-021-8/+20
* better doc for a.dump and a.dumpscookedm2006-11-211-2/+5
* Expose fromiter's docstring.Stefan van der Walt2006-11-131-1/+1
* Remove extra semi-colon.Stefan van der Walt2006-10-101-1/+1
* Fidget with average/mean docstrings.Stefan van der Walt2006-10-101-1/+1
* Simplify mean and average docstrings.Stefan van der Walt2006-10-101-5/+4
* Update lexsort documentation a bit to give a hint as to how to use the keys t...Travis Oliphant2006-09-281-2/+4
* Switch order of .put arguments to match the function call. Eliminate .putmas...Travis Oliphant2006-09-221-9/+8
* Fix ticket #284Charles Harris2006-09-191-9/+9
* Documentation tweaks for searchsorted and round.Charles Harris2006-09-071-14/+15
* Break up more of the documentation in add_newdocsCharles Harris2006-09-061-25/+94
* Docstring for tostring and small formatting change to PyArray_SearchSorted.Charles Harris2006-09-051-4/+16
* Add more docs to function fromfile()Charles Harris2006-09-051-12/+29
* Document the method tofile()Charles Harris2006-09-051-1/+19
* Update ndarray.round docs to match Travis' modsCharles Harris2006-09-041-1/+1
* Add documentation to round and around to clear up confusion from numpy's choiceCharles Harris2006-09-041-1/+22
* More document tweaks for searchsorted.Charles Harris2006-09-031-8/+8
* Change ndarray.searchsorted keyword "value" to "keys".Charles Harris2006-09-031-494/+536
* Add new keyword <side> to the searchsorted method and function.Charles Harris2006-09-031-6/+33
* Finish moving comments from arraymethods to add_newdocs.Charles Harris2006-08-291-0/+58
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-3/+3
* Move more documentation from arraymethods to add_newdocs.Charles Harris2006-08-291-13/+126
* Break up the documentation of ndarray attributes into separate calls.Charles Harris2006-08-281-27/+100
* Move most of the remaining documentation from arraymethods to add_newdocs.Charles Harris2006-08-281-75/+409
* Move the documentation of the sort, argsort, and searchsorted methods intoCharles Harris2006-08-271-14/+91
* Convert so that axis arguments are consistent for methods and functions. Pla...Travis Oliphant2006-08-041-1/+1
* Move more docstrings to add_newdocsTravis Oliphant2006-07-311-1/+92
* Don't add docstrings in add_newdoc if run with -OOTravis Oliphant2006-07-311-1/+0
* Add docstrings for multiarray to numpy.core.multiarray instead of toStefan van der Walt2006-07-311-33/+23
* Move docstrings from multiarraymodule.c to add_newdocs.py.Stefan van der Walt2006-07-311-0/+261
* Fixed spelling of type object to be consistent with rest of code.Stefan van der Walt2006-07-201-1/+1
* Add more documentation. Fix #99Travis Oliphant2006-07-201-4/+7
* Fix-up _wrapitTravis Oliphant2006-03-301-1/+1
* Add a few more docstrings using add_docstring.Travis Oliphant2006-01-051-0/+16