We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5896ae9 commit aabd603Copy full SHA for aabd603
doc/Makefile
@@ -1,7 +1,7 @@
1
# Makefile for Sphinx documentation
2
3
# You can set these variables from the command line.
4
-SPHINXOPTS =
+SPHINXOPTS = -j auto
5
SPHINXBUILD = sphinx-build
6
SPHINXAUTOGEN = sphinx-autogen
7
BUILDDIR = _build
pygmt/tests/test_grdinfo.py
@@ -10,7 +10,7 @@
10
11
def test_grdinfo():
12
"""
13
- Make sure grd info works as expected.
+ Make sure grdinfo works as expected.
14
15
grid = load_earth_relief(registration="gridline")
16
result = grdinfo(grid=grid, force_scan=0, per_column="n")
0 commit comments