@@ -33,12 +33,18 @@ 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+
3639.. list-table ::
3740 :widths: 20 80
3841 :header-rows: 0
3942
4043 * - Code
4144 -
45+ .. image :: https://img.shields.io/pypi/pyversions/nibabel.svg
46+ :target: https://pypi.python.org/pypi/nibabel/
47+ :alt: PyPI - Python Version
4248 .. image :: https://img.shields.io/badge/code%20style-blue-blue.svg
4349 :target: https://blue.readthedocs.io/en/latest/
4450 :alt: code style: blue
@@ -48,30 +54,27 @@ and `API reference`_.
4854 .. image :: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
4955 :target: https://github.com/pre-commit/pre-commit
5056 :alt: pre-commit
51- .. image :: https://codecov.io/gh/nipy/NiBabel/branch/master/graph/badge.svg
52- :target: https://codecov.io/gh/nipy/NiBabel
53- :alt: codecov badge
5457
55- * - Status
56- -
58+ :raw-html: `< br />`
59+
5760 .. image :: https://github.com/nipy/NiBabel/actions/workflows/stable.yml/badge.svg
5861 :target: https://github.com/nipy/NiBabel/actions/workflows/stable.yml
5962 :alt: stable tests
63+ .. image :: https://codecov.io/gh/nipy/NiBabel/branch/master/graph/badge.svg
64+ :target: https://codecov.io/gh/nipy/NiBabel
65+ :alt: codecov badge
6066
61- * - Packaging
67+ * - Distribution
6268 -
6369 .. image :: https://img.shields.io/pypi/v/nibabel.svg
6470 :target: https://pypi.python.org/pypi/nibabel/
6571 :alt: PyPI version
66- .. image :: https://img.shields.io/pypi/pyversions/nibabel.svg
67- :target: https://pypi.python.org/pypi/nibabel/
68- :alt: PyPI - Python Version
6972 .. image :: https://img.shields.io/pypi/dm/nibabel.svg
7073 :target: https://pypistats.org/packages/nibabel/
7174 :alt: PyPI - Downloads
7275
73- * - Distribution
74- -
76+ :raw-html: `< br />`
77+
7578 .. image :: https://repology.org/badge/version-for-repo/aur/python:nibabel.svg?header=Arch%20%28%41%55%52%29
7679 :target: https://repology.org/project/python:nibabel/versions
7780 :alt: Arch (AUR)
@@ -84,6 +87,7 @@ and `API reference`_.
8487 .. image :: https://repology.org/badge/version-for-repo/nix_unstable/python:nibabel.svg?header=nixpkgs%20unstable
8588 :target: https://repology.org/project/python:nibabel/versions
8689 :alt: nixpkgs unstable
90+
8791 * - License & DOI
8892 -
8993 .. image :: https://img.shields.io/pypi/l/nibabel.svg
@@ -108,6 +112,7 @@ When working on NiBabel itself, it may be useful to install in "editable" mode::
108112
109113 git clone https://github.com/nipy/nibabel.git
110114 pip install -e ./nibabel
115+
111116For more information on previous releases, see the `release archive `_ or `development changelog `_.
112117
113118.. _current release : https://pypi.python.org/pypi/NiBabel
@@ -134,7 +139,7 @@ please see the COPYING_ file.
134139Citation
135140========
136141
137- NiBabel releases have a Zenodo _ `Digital Object Identifier `_ (DOI) badge at
142+ NiBabel releases have a Zenodo _ `Digital Object Identifier `_ (DOI) badge at
138143the top of the release notes. Click on the badge for more information.
139144
140145.. _Digital Object Identifier : https://en.wikipedia.org/wiki/Digital_object_identifier
0 commit comments