Skip to content

Commit 56f3668

Browse files
alexfiklinducer
authored andcommitted
fix: github CI badges
1 parent 46e2c0f commit 56f3668

1 file changed

Lines changed: 13 additions & 17 deletions

File tree

README.rst

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,31 @@ sumpy: n-body kernels and translation operators
66
:target: https://gitlab.tiker.net/inducer/sumpy/commits/main
77
.. image:: https://github.com/inducer/sumpy/actions/workflows/ci.yml/badge.svg
88
:alt: Github Build Status
9-
:target: https://github.com/inducer/sumpy/actions?query=branch%3Amain+workflow%3ACI
10-
.. image:: https://badge.fury.io/py/sumpy.png
9+
:target: https://github.com/inducer/sumpy/actions/workflows/ci.yml
10+
.. image:: https://badge.fury.io/py/sumpy.svg
1111
:alt: Python Package Index Release Page
1212
:target: https://pypi.org/project/sumpy/
1313
.. image:: https://zenodo.org/badge/1856097.svg
1414
:alt: Zenodo DOI for latest release
1515
:target: https://zenodo.org/badge/latestdoi/1856097
1616

17-
Sumpy is mainly a 'scaffolding' package for Fast Multipole and quadrature methods.
18-
If you're building one of those and need code generation for the required Multipole
19-
and local expansions, come right on in. Together with boxtree, there is a full,
17+
sumpy is mainly a 'scaffolding' package for Fast Multipole and quadrature methods.
18+
If you're building one of those and need code generation for the required multipole
19+
and local expansions, come right on in. Together with ``boxtree``, there is a full,
2020
symbolically kernel-independent FMM implementation here.
2121

22-
Sumpy relies on
22+
It relies on
2323

24-
* `numpy <https://pypi.org/project/numpy>`_ for arrays
25-
* `boxtree <https://pypi.org/project/boxtree>`_ for FMM tree building
26-
* `loopy <https://pypi.org/project/loopy>`_ for fast array operations
27-
* `pytest <https://pypi.org/project/pytest>`_ for automated testing
24+
* `boxtree <https://pypi.org/project/boxtree>`__ for FMM tree building
25+
* `loopy <https://pypi.org/project/loopy>`__ for fast array operations
26+
* `pytest <https://pypi.org/project/pytest>`__ for automated testing
2827

2928
and, indirectly,
3029

31-
* `PyOpenCL <https://pypi.org/project/pyopencl>`_ as computational infrastructure
32-
33-
PyOpenCL is likely the only package you'll have to install
34-
by hand, all the others will be installed automatically.
30+
* `PyOpenCL <https://pypi.org/project/pyopencl>`__ as computational infrastructure
3531

3632
Resources:
3733

38-
* `documentation <https://documen.tician.de/sumpy>`_
39-
* `source code via git <https://github.com/inducer/sumpy>`_
40-
* `benchmarks <https://documen.tician.de/sumpy/benchmarks>`_
34+
* `documentation <https://documen.tician.de/sumpy>`__
35+
* `source code via git <https://github.com/inducer/sumpy>`__
36+
* `benchmarks <https://documen.tician.de/sumpy/benchmarks>`__

0 commit comments

Comments
 (0)