File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ PyGMT
12
12
:target: https://pypi.python.org/pypi/pygmt
13
13
.. image :: https://github.com/GenericMappingTools/pygmt/workflows/Tests/badge.svg
14
14
:alt: GitHub Actions Tests status
15
- :target: https://github.com/GenericMappingTools/pygmt/actions?query=workflow%3ATests
15
+ :target: https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests.yaml
16
16
.. image :: https://github.com/GenericMappingTools/pygmt/workflows/GMT%20Dev%20Tests/badge.svg
17
17
:alt: GitHub Actions GMT Dev Tests status
18
- :target: https://github.com/GenericMappingTools/pygmt/actions?query=workflow%3A%22GMT+Latest+Tests%22
18
+ :target: https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests_dev.yaml
19
19
.. image :: https://img.shields.io/codecov/c/github/GenericMappingTools/pygmt/master.svg?style=flat-square
20
20
:alt: Test coverage status
21
21
:target: https://codecov.io/gh/GenericMappingTools/pygmt
@@ -86,8 +86,8 @@ Project goals
86
86
* Build a Pythonic API for GMT.
87
87
* Interface with the GMT C API directly using ctypes (no system calls).
88
88
* Support for rich display in the Jupyter notebook.
89
- * Integration with the `PyData <https://pydata.org/ >`__ ecosystem:
90
- ``numpy.ndarray `` or ``pandas.DataFrame `` for data tables and
89
+ * Integration with the `PyData <https://pydata.org/ >`__ ecosystem:
90
+ ``numpy.ndarray `` or ``pandas.DataFrame `` for data tables and
91
91
``xarray.DataArray `` for grids.
92
92
93
93
You can’t perform that action at this time.
0 commit comments