summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-05 22:24:34 +0200
committerPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 11:20:19 +0200
commit773e3cad9a71cb9a7849d8e251fb8a99ab35d06b (patch)
tree793dab9410558a21622d6e6b948d0491997cc54c /doc/source/conf.py
parentadc155e12648256eea754d1d53e8322e3ac19549 (diff)
downloadnumpy-773e3cad9a71cb9a7849d8e251fb8a99ab35d06b.tar.gz
change all non-code instances of Numpy to NumPy
Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3324982c7..11841c1bb 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -189,7 +189,7 @@ latex_use_modindex = False
# -----------------------------------------------------------------------------
texinfo_documents = [
- ("contents", 'numpy', 'Numpy Documentation', _stdauthor, 'Numpy',
+ ("contents", 'numpy', 'NumPy Documentation', _stdauthor, 'NumPy',
"NumPy: array processing for numbers, strings, records, and objects.",
'Programming',
1),
@@ -203,7 +203,7 @@ intersphinx_mapping = {'http://docs.python.org/dev': None}
# -----------------------------------------------------------------------------
-# Numpy extensions
+# NumPy extensions
# -----------------------------------------------------------------------------
# If we want to do a phantom import from an XML file for all autodocs