Skip to content

Commit bdf5667

Browse files
committed
Revised badge table sectioning
Line breaks did not work as expected. Split "Code" section to "Code" and "Tests", and "Distribution" section to "PyPI" and "Linux".
1 parent 065dca5 commit bdf5667

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.rst

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ and `API reference`_.
3333
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
3434
.. _NIfTI2: http://nifti.nimh.nih.gov/nifti-2/
3535

36-
.. role:: raw-html(raw)
37-
:format: html
38-
3936
.. list-table::
4037
:widths: 20 80
4138
:header-rows: 0
@@ -55,16 +52,16 @@ and `API reference`_.
5552
:target: https://github.com/pre-commit/pre-commit
5653
:alt: pre-commit
5754

58-
:raw-html:`<br />`
59-
55+
* - Tests
56+
-
6057
.. image:: https://github.com/nipy/NiBabel/actions/workflows/stable.yml/badge.svg
6158
:target: https://github.com/nipy/NiBabel/actions/workflows/stable.yml
6259
:alt: stable tests
6360
.. image:: https://codecov.io/gh/nipy/NiBabel/branch/master/graph/badge.svg
6461
:target: https://codecov.io/gh/nipy/NiBabel
6562
:alt: codecov badge
6663

67-
* - Distribution
64+
* - PyPI
6865
-
6966
.. image:: https://img.shields.io/pypi/v/nibabel.svg
7067
:target: https://pypi.python.org/pypi/nibabel/
@@ -73,14 +70,14 @@ and `API reference`_.
7370
:target: https://pypistats.org/packages/nibabel/
7471
:alt: PyPI - Downloads
7572

76-
:raw-html:`<br />`
77-
78-
.. image:: https://repology.org/badge/version-for-repo/aur/python:nibabel.svg?header=Arch%20%28%41%55%52%29
79-
:target: https://repology.org/project/python:nibabel/versions
80-
:alt: Arch (AUR)
73+
* - Linux
74+
-
8175
.. image:: https://repology.org/badge/version-for-repo/debian_unstable/nibabel.svg?header=Debian%20Unstable
8276
:target: https://repology.org/project/nibabel/versions
8377
:alt: Debian Unstable package
78+
.. image:: https://repology.org/badge/version-for-repo/aur/python:nibabel.svg?header=Arch%20%28%41%55%52%29
79+
:target: https://repology.org/project/python:nibabel/versions
80+
:alt: Arch (AUR)
8481
.. image:: https://repology.org/badge/version-for-repo/gentoo_ovl_science/nibabel.svg?header=Gentoo%20%28%3A%3Ascience%29
8582
:target: https://repology.org/project/nibabel/versions
8683
:alt: Gentoo (::science)

0 commit comments

Comments
 (0)