summaryrefslogtreecommitdiff
path: root/numpy/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: merge wiki changes, structured array doc.rgommers2011-03-021-1/+32
* DOC: core: Update docs for half/float16 typeMark Wiebe2010-12-012-2/+4
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-13/+13
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-175-160/+183
* small doctest fixesPaul Ivanov2009-12-301-5/+3
* fixed a whole bunch of doctestsPaul Ivanov2009-12-288-27/+39
* Remove unnecessary variables from doc.constants (from Ralf Gommers).Pauli Virtanen2009-10-241-0/+1
* doc.constants: work around some Sphinx formatting issuesPauli Virtanen2009-10-111-3/+21
* Proper escaping in doc.byteswappingPauli Virtanen2009-10-041-1/+1
* Small doc rephraseMatthew Brett2009-10-031-1/+1
* ENH: add byteswapping tutorialMatthew Brett2009-10-031-0/+137
* Docstring update: numpy.docPauli Virtanen2009-10-024-144/+76
* fix a minor mistake in the previous commitDarren Dale2009-08-251-1/+1
* add comment about __array_prepare__ to 1.4 release notesDarren Dale2009-08-251-2/+2
* add support for __array_prepare__Darren Dale2009-08-231-13/+25
* Fixing internal linksMatthew Brett2009-07-231-1/+2
* After thinking, a more general understanding of slicing etcMatthew Brett2009-07-231-45/+71
* and more tiny doc typosMatthew Brett2009-07-231-2/+1
* Experimenting with __array_wrap__Matthew Brett2009-07-231-39/+106
* Tiny doc rearrangementMatthew Brett2009-07-231-4/+4
* Further extension of doctests for inheritanceMatthew Brett2009-07-231-55/+97
* Small edits to subclassing doc to make classes more explicitMatthew Brett2009-07-231-14/+14
* Moving more to doctests, more explanation of views, slicesMatthew Brett2009-07-231-95/+96
* Moving some examples to doctest format; removed debugging cruft in exampleMatthew Brett2009-07-221-53/+46
* Some clearer explanation of __array_finalize__Matthew Brett2009-07-221-45/+171
* Merge from doc wikiPauli Virtanen2009-06-192-6/+6
* Merge from the doc wikiPauli Virtanen2009-03-242-1/+361
* Document constants in numpy.doc.constantsPauli Virtanen2009-02-141-0/+80
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-285-40/+307
* reindenting prior to releaseJarrod Millman2008-09-021-41/+41
* Import documentation topic modules when numpy.doc is imported, so that they a...Pauli Virtanen2008-08-271-2/+17
* Point to exampleMatthew Brett2008-08-271-3/+3
* Document on subclassingMatthew Brett2008-08-271-0/+291
* Move book to docs directory.Stefan van der Walt2008-08-2352-80126/+0
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-23102-15014/+12
* Add Guide to NumPy to numpy svn.Travis Oliphant2008-08-2151-0/+80114
* Correctly handle Fortran-contiguous arrays in SWIG wrappers.Stefan van der Walt2008-08-1211-27/+324
* Merge from documentation editor.Stefan van der Walt2008-08-059-27/+1615
* Add numpy.doc.jargon entry.Stefan van der Walt2008-07-171-0/+9
* Add place-holder for doc.glossary.Stefan van der Walt2008-07-151-0/+9
* Sort numpy.doc names.Stefan van der Walt2008-07-101-0/+1
* Add stubs for reference documentation.Stefan van der Walt2008-07-1011-0/+99
* Fix example docstring.Stefan van der Walt2008-07-091-3/+4
* Add numpy.doc topical documentation framework.Stefan van der Walt2008-07-094-0/+31
* Example of real docstring.Stefan van der Walt2008-07-081-0/+103
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-7/+1
* Restore old test framework classes.Alan McIntyre2008-06-211-2/+2
* Put import_array() back into the .pyx file.Fernando Perez2008-06-202-14/+16
* Move the import_array() call directly into c_numpy.pxd.Fernando Perez2008-06-202-6/+16
* Use a colon instead of a semi-colon to separate index levels.Stefan van der Walt2008-06-191-2/+2