Skip to content

Commit efac66f

Browse files
authored
Fix Numpy/numpy to NumPy (#1723)
1 parent acf546e commit efac66f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Compatibility with GMT/Python/NumPy versions
227227
- Documentation
228228
- GMT
229229
- Python
230-
- Numpy
230+
- NumPy
231231
* - `Dev <https://github.com/GenericMappingTools/pygmt/milestone/9>`_ (upcoming release)
232232
- `Dev Documentation <https://www.pygmt.org/dev>`_ (reflects `main branch <https://github.com/GenericMappingTools/pygmt>`_)
233233
- >=6.3.0

doc/contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To increase the chances of getting your pull request accepted quickly, try to:
168168
* Have a good coding style
169169
- Use readable code, as it is better than clever code (even with comments).
170170
- Follow the [PEP8](http://pep8.org) style guide for code and the
171-
[numpy style guide](https://numpydoc.readthedocs.io/en/latest/format.html)
171+
[NumPy style guide](https://numpydoc.readthedocs.io/en/latest/format.html)
172172
for docstrings. Please refer to [Code style](#code-style).
173173

174174
Pull requests will automatically have tests run by GitHub Actions.
@@ -367,7 +367,7 @@ the documentation.
367367

368368
The API documentation is built from the docstrings in the Python `*.py` files under
369369
the `pygmt/src/` and `/pygmt/datasets/` folders. **All docstrings** should follow the
370-
[numpy style guide](https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard).
370+
[NumPy style guide](https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard).
371371
All functions/classes/methods should have docstrings with a full description of all
372372
arguments and return values.
373373

pygmt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def show_versions():
9494
9595
- PyGMT itself
9696
- System information (Python version, Operating System)
97-
- Core dependency versions (Numpy, Pandas, Xarray, etc)
97+
- Core dependency versions (NumPy, Pandas, Xarray, etc)
9898
- GMT library information
9999
"""
100100

0 commit comments

Comments
 (0)