diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 4 |
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 |