summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Update the testing guidelines.rgommers2010-10-102-14/+24
| | | | | | | Things that are changed are: - use assert_() instead of plain assert, and explain why. - do not use "from numpy.testing import *" - explain #random directive for doctests
* DOC: regenerate gitwash docsPauli Virtanen2010-10-0417-0/+871
|
* DOC: add developer docs based on gitwashPauli Virtanen2010-10-045-1/+23
|
* DOC: remove numpy.scipy.org -- it's now in a separate repositoryPauli Virtanen2010-10-0417-708/+0
|
* sphinxext: bump numpydoc versionPauli Virtanen2010-10-011-3/+3
|
* sphinxext: remove deprecated parts from numpydocPauli Virtanen2010-10-015-678/+3
|
* DOC: explicitly require Sphinx >= 1.0.1Pauli Virtanen2010-10-013-22/+8
|
* sphinxext: fix Other Parameters section parsing in docscrapePauli Virtanen2010-10-013-7/+79
|
* DOC: Point the npy NEP to the git repo.Stefan van der Walt2010-09-161-3/+2
|
* DOC: Remove more SVN references.Stefan van der Walt2010-09-162-4/+4
|
* DOC: Refer to git repo in release notes.Stefan van der Walt2010-09-161-12/+13
|
* DOC: add instructions for updating the docs to HOWTO_RELEASE.txtPauli Virtanen2010-09-051-0/+38
|
* sphinxext/plot_directive: more robust relpathPauli Virtanen2010-09-051-35/+52
|
* DOC: some more details on release process, and blank 2.0.0 notes.rgommers2010-09-052-0/+34
|
* sphinxext: be explicit about Sphinx version requirementsPauli Virtanen2010-09-041-0/+5
|
* REL: Apply changes to release notes and paver script in 1.5.x branch to trunk.rgommers2010-09-041-1/+5
|
* DOC: update doc/swig makefile and readme after moving swig/doc into refguide.rgommers2010-09-042-22/+2
|
* DOC: remove built separate swig docs.rgommers2010-09-045-1777/+0
|
* DOC: integrate doc/swig/doc documentation with reference guide.rgommers2010-09-044-146/+130
|
* sphinxext: more lenient parsing for See Also sectionsPauli Virtanen2010-09-011-1/+2
|
* DOC: update release howto with notes on PyPi and python-announce list.rgommers2010-08-211-1/+3
|
* Mention functions for Chebyshev points in release notes.Charles Harris2010-08-151-0/+1
|
* Merge branch 'poly'Charles Harris2010-08-151-0/+3
| | | | | | Conflicts: numpy/polynomial/chebyshev.py numpy/polynomial/polynomial.py
* DOC: Complete 1.5.0 release notes.rgommers2010-08-141-11/+28
|
* DOC: add FILES option to doc Makefile, for partial rebuildsPauli Virtanen2010-08-081-8/+10
|
* sphinxext: plot_directive: insert figures at points where plt.show() is ↵Pauli Virtanen2010-08-081-112/+163
| | | | called in the text
* sphinxext: bug fix + some features in plot_directivePauli Virtanen2010-08-081-6/+15
|
* DOC: wiki merge, rst docs.rgommers2010-07-314-14/+36
|
* DOC: sphinxext: replace directive mangling with domains (#1489)Pauli Virtanen2010-07-293-90/+57
| | | | Only Sphinx >= 1.0 is supported now.
* DOC: update the blurb about the array interfacePauli Virtanen2010-07-211-9/+9
|
* DOC: Add "check deprecations" step to HOWTO_RELEASE.rgommers2010-07-181-1/+8
|
* Merge branch 'wgt'Charles Harris2010-07-181-15/+17
|
* DOC: more updates to Py3K.txtPauli Virtanen2010-07-111-9/+12
|
* DOC: update Py3K.txt a bitPauli Virtanen2010-07-111-142/+38
|
* Add pre-nep for a copule of structured_array_extensions.Travis Oliphant2010-06-101-0/+9
|
* DOC: add release notes check to HOWTO_RELEASE.rgommers2010-06-071-0/+10
|
* CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just tooCharles Harris2010-06-071-2/+2
| | | | much like a ufunc and a bit vague.
* DOC: add automatic documentation generation from C sources (using Doxygen at ↵Pauli Virtanen2010-06-054-0/+1719
| | | | the moment)
* DOC: Add removal of histogram 'new' keyword to release notes. Closes #797.rgommers2010-06-021-0/+4
|
* DOC: add some info on what should be uploaded to PyPi for a release.rgommers2010-06-011-1/+3
|
* Update 2.0.0 release documentation to reflect changes in the Chebyshev andCharles Harris2010-05-231-4/+10
| | | | Polynomial classes.
* REV: Revert the changes to the truncate method of Polynomial and Chebyshev.Charles Harris2010-05-231-6/+0
| | | | | On second thought it was a bad idea to make such a radical change to existing behaviour. It was also hard to document the variations ;)
* Add some more info to the release notes for 2.0.0.Charles Harris2010-05-211-0/+6
|
* Note the changes in polynomial.polynomial and polynomial.chebyshev inCharles Harris2010-05-211-0/+25
| | | | the release notes.
* DOC: Fix typo in 2.0.0 release notes.Stefan van der Walt2010-05-101-7/+7
|
* Add better summary of ndarraytype.h to release notes.Charles Harris2010-05-091-2/+7
|
* ENH: Break out parts of ndarrayobject.h that don't reference the ndarrayCharles Harris2010-05-091-0/+7
| | | | c-api into the header ndarraytypes.h.
* DOC: fix ReST warning.rgommers2010-05-081-1/+2
|
* DOC: add a description of the release process and setup needed.rgommers2010-05-081-0/+248
|
* numpy.scipy.org: add license information (#1478), tidy up CSSPauli Virtanen2010-05-064-2/+46
|