diff options
author | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2016-09-05 22:24:34 +0200 |
---|---|---|
committer | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2016-09-06 11:20:19 +0200 |
commit | 773e3cad9a71cb9a7849d8e251fb8a99ab35d06b (patch) | |
tree | 793dab9410558a21622d6e6b948d0491997cc54c /doc/source/about.rst | |
parent | adc155e12648256eea754d1d53e8322e3ac19549 (diff) | |
download | numpy-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/about.rst')
-rw-r--r-- | doc/source/about.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst index 9485b5142..0f585950a 100644 --- a/doc/source/about.rst +++ b/doc/source/about.rst @@ -25,7 +25,7 @@ by *Numarray* and can also be used to replace *Numarray*. NumPy community --------------- -Numpy is a distributed, volunteer, open-source project. *You* can help +NumPy is a distributed, volunteer, open-source project. *You* can help us make it better; if you believe something should be improved either in functionality or in documentation, don't hesitate to contact us --- or even better, contact us and participate in fixing the problem. @@ -36,11 +36,11 @@ Our main means of communication are: - `Mailing lists <http://scipy.org/Mailing_Lists>`__ -- `Numpy Issues <https://github.com/numpy/numpy/issues>`__ (bug reports go here) +- `NumPy Issues <https://github.com/numpy/numpy/issues>`__ (bug reports go here) -- `Old Numpy Trac <http://projects.scipy.org/numpy>`__ (no longer used) +- `Old NumPy Trac <http://projects.scipy.org/numpy>`__ (no longer used) -More information about the development of Numpy can be found at +More information about the development of NumPy can be found at http://scipy.org/Developer_Zone If you want to fix issues in this documentation, the easiest way |