summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 14:54:08 +0200
committerPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 14:54:08 +0200
commit3f6672a30cd06d273e0b2160084a9abadcf9c315 (patch)
treee5f283690c21b36dcb5d9d5a4e750dfa8d11efba /tools
parent2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681 (diff)
downloadpython-numpy-3f6672a30cd06d273e0b2160084a9abadcf9c315.tar.gz
python-numpy-3f6672a30cd06d273e0b2160084a9abadcf9c315.tar.bz2
python-numpy-3f6672a30cd06d273e0b2160084a9abadcf9c315.zip
DOC: change Numpy to NumPy in remaining files
the files in doc/ and numpy/ were covered in previous commits
Diffstat (limited to 'tools')
-rw-r--r--tools/c_coverage/HOWTO_C_COVERAGE.txt8
-rw-r--r--tools/numpy-macosx-installer/art/dmgbackground.svg4
-rwxr-xr-xtools/travis-test.sh2
-rw-r--r--tools/win32build/nsis_scripts/numpy-superinstaller.nsi.in2
4 files changed, 8 insertions, 8 deletions
diff --git a/tools/c_coverage/HOWTO_C_COVERAGE.txt b/tools/c_coverage/HOWTO_C_COVERAGE.txt
index 320d9b0de..8822dd715 100644
--- a/tools/c_coverage/HOWTO_C_COVERAGE.txt
+++ b/tools/c_coverage/HOWTO_C_COVERAGE.txt
@@ -27,7 +27,7 @@ For most cases, it is good enough to do::
> c_coverage_collect.sh python -c "import numpy; numpy.test()"
> c_coverage_report.py callgrind.out.pid
-which will run all of the Numpy unit tests, create a directory called
+which will run all of the NumPy unit tests, create a directory called
`coverage` and place the coverage results there.
In a more advanced scenario, you may wish to run individual unit tests
@@ -41,7 +41,7 @@ To collect coverage results, you merely run the python interpreter
under valgrind's callgrind tool. The `c_coverage_collect.sh` helper
script will pass all of the required arguments to valgrind.
-For example, in typical usage, you may want to run all of the Numpy
+For example, in typical usage, you may want to run all of the NumPy
unit tests::
> c_coverage_collect.sh python -c "import numpy; numpy.test()"
@@ -99,7 +99,7 @@ HTML reports
The HTML report highlights the code that was run in green.
The HTML report has special support for the "generated" functions in
-Numpy. Each run line of code also contains a number in square
+NumPy. Each run line of code also contains a number in square
brackets indicating the number of different generated functions the
line was run in. Hovering the mouse over the line will display a list
of the versions of the function in which the line was run. These
@@ -112,6 +112,6 @@ Caveats
The coverage results occasionally misses lines that clearly must have
been run. This usually can be traced back to the compiler optimizer
removing lines because they are tautologically impossible or to
-combine lines together. Compiling Numpy without optimizations helps,
+combine lines together. Compiling NumPy without optimizations helps,
but not completely. Even despite this flaw, this tool is still
helpful in identifying large missed blocks or functions.
diff --git a/tools/numpy-macosx-installer/art/dmgbackground.svg b/tools/numpy-macosx-installer/art/dmgbackground.svg
index 308de1150..ea092d78b 100644
--- a/tools/numpy-macosx-installer/art/dmgbackground.svg
+++ b/tools/numpy-macosx-installer/art/dmgbackground.svg
@@ -11649,7 +11649,7 @@ vU/54W6oo0GROeM/veMNBRRE7rWB9Q4H8mdDTv+nwe+evyS3TH57xxtzjOZOx9uueWP+5o735/+U
id="tspan7191"
x="223.51202"
y="46.072498"
- style="font-size:28.66733551px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;font-family:Utopia;-inkscape-font-specification:Utopia">Numpy</tspan></text>
+ style="font-size:28.66733551px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;font-family:Utopia;-inkscape-font-specification:Utopia">NumPy</tspan></text>
@@ -11737,4 +11737,4 @@ vU/54W6oo0GROeM/veMNBRRE7rWB9Q4H8mdDTv+nwe+evyS3TH57xxtzjOZOx9uueWP+5o735/+U
id="tspan2431" /></text>
-</svg> \ No newline at end of file
+</svg>
diff --git a/tools/travis-test.sh b/tools/travis-test.sh
index be9830e6e..be841c8fa 100755
--- a/tools/travis-test.sh
+++ b/tools/travis-test.sh
@@ -71,7 +71,7 @@ setup_chroot()
# linux32 python setup.py build
# when travis updates to ubuntu 14.04
#
- # Numpy may not distinguish between 64 and 32 bit ATLAS in the
+ # NumPy may not distinguish between 64 and 32 bit ATLAS in the
# configuration stage.
DIR=$1
set -u
diff --git a/tools/win32build/nsis_scripts/numpy-superinstaller.nsi.in b/tools/win32build/nsis_scripts/numpy-superinstaller.nsi.in
index add0ec698..4086df735 100644
--- a/tools/win32build/nsis_scripts/numpy-superinstaller.nsi.in
+++ b/tools/win32build/nsis_scripts/numpy-superinstaller.nsi.in
@@ -15,7 +15,7 @@ SetCompressor /Solid LZMA ; Useful to disable compression under development
;General
;Name and file
-Name "Numpy super installer"
+Name "NumPy super installer"
OutFile "@NUMPY_INSTALLER_NAME@"
;Default installation folder