@@ -33,12 +33,18 @@ and `API reference`_.
33
33
.. _NIfTI1 : http://nifti.nimh.nih.gov/nifti-1/
34
34
.. _NIfTI2 : http://nifti.nimh.nih.gov/nifti-2/
35
35
36
+ .. role :: raw-html(raw)
37
+ :format: html
38
+
36
39
.. list-table ::
37
40
:widths: 20 80
38
41
:header-rows: 0
39
42
40
43
* - Code
41
44
-
45
+ .. image :: https://img.shields.io/pypi/pyversions/nibabel.svg
46
+ :target: https://pypi.python.org/pypi/nibabel/
47
+ :alt: PyPI - Python Version
42
48
.. image :: https://img.shields.io/badge/code%20style-blue-blue.svg
43
49
:target: https://blue.readthedocs.io/en/latest/
44
50
:alt: code style: blue
@@ -48,30 +54,27 @@ and `API reference`_.
48
54
.. image :: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
49
55
:target: https://github.com/pre-commit/pre-commit
50
56
: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
54
57
55
- * - Status
56
- -
58
+ :raw-html: `< br />`
59
+
57
60
.. image :: https://github.com/nipy/NiBabel/actions/workflows/stable.yml/badge.svg
58
61
:target: https://github.com/nipy/NiBabel/actions/workflows/stable.yml
59
62
: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
60
66
61
- * - Packaging
67
+ * - Distribution
62
68
-
63
69
.. image :: https://img.shields.io/pypi/v/nibabel.svg
64
70
:target: https://pypi.python.org/pypi/nibabel/
65
71
: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
69
72
.. image :: https://img.shields.io/pypi/dm/nibabel.svg
70
73
:target: https://pypistats.org/packages/nibabel/
71
74
:alt: PyPI - Downloads
72
75
73
- * - Distribution
74
- -
76
+ :raw-html: `< br />`
77
+
75
78
.. image :: https://repology.org/badge/version-for-repo/aur/python:nibabel.svg?header=Arch%20%28%41%55%52%29
76
79
:target: https://repology.org/project/python:nibabel/versions
77
80
:alt: Arch (AUR)
@@ -84,6 +87,7 @@ and `API reference`_.
84
87
.. image :: https://repology.org/badge/version-for-repo/nix_unstable/python:nibabel.svg?header=nixpkgs%20unstable
85
88
:target: https://repology.org/project/python:nibabel/versions
86
89
:alt: nixpkgs unstable
90
+
87
91
* - License & DOI
88
92
-
89
93
.. 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::
108
112
109
113
git clone https://github.com/nipy/nibabel.git
110
114
pip install -e ./nibabel
115
+
111
116
For more information on previous releases, see the `release archive `_ or `development changelog `_.
112
117
113
118
.. _current release : https://pypi.python.org/pypi/NiBabel
@@ -134,7 +139,7 @@ please see the COPYING_ file.
134
139
Citation
135
140
========
136
141
137
- NiBabel releases have a Zenodo _ `Digital Object Identifier `_ (DOI) badge at
142
+ NiBabel releases have a Zenodo _ `Digital Object Identifier `_ (DOI) badge at
138
143
the top of the release notes. Click on the badge for more information.
139
144
140
145
.. _Digital Object Identifier : https://en.wikipedia.org/wiki/Digital_object_identifier
0 commit comments