summaryrefslogtreecommitdiff
path: root/doc/summarize.py
Commit message (Collapse)AuthorAgeFilesLines
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
| | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates.
* 2to3: Fix callable.Charles Harris2013-02-281-1/+2
|
* DEP: Remove more references to scons related files.Charles Harris2013-01-141-1/+1
| | | | | | | These references were in MANIFEST.in, doc/summarize.py, release.sh, and numpy/testing/noseclasses.py and involved scons files that have been removed, mostly setupscons.py and setupsconsegg.py that were in the top level.
* DEP: remove deprecated names in fftpack.rgommers2011-03-111-11/+10
|
* docs: fix minor issues, support htmlhelp.Pauli Virtanen2008-12-131-7/+11
| | | | | | | | | | | | | - Don't use :members: in automodule; it generates too much and not very useful output - Fix edit links and summarize.py - Add better htmlhelp build target - Add upload target - Fix permissions on make dist
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+167