Skip to content

Commit 0c813bf

Browse files
committed
DOC: Added badges and organized in table format
1 parent fc49243 commit 0c813bf

File tree

1 file changed

+69
-21
lines changed

1 file changed

+69
-21
lines changed

README.rst

Lines changed: 69 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,77 @@
11
.. -*- rest -*-
22
.. vim:syntax=rst
33
4-
.. image:: https://codecov.io/gh/nipy/nibabel/branch/master/graph/badge.svg
5-
:target: https://codecov.io/gh/nipy/nibabel
6-
7-
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.591597.svg
8-
:target: https://doi.org/10.5281/zenodo.591597
9-
10-
.. image:: https://repology.org/badge/version-for-repo/aur/python:nibabel.svg?header=Arch%20%28%41%55%52%29
11-
:target: https://repology.org/project/python:nibabel/versions
12-
:alt: Arch (AUR)
13-
14-
.. image:: https://repology.org/badge/version-for-repo/debian_unstable/nibabel.svg?header=Debian%20Unstable
15-
:target: https://repology.org/project/nibabel/versions
16-
:alt: Debian Unstable package
17-
18-
.. image:: https://repology.org/badge/version-for-repo/gentoo_ovl_science/nibabel.svg?header=Gentoo%20%28%3A%3Ascience%29
19-
:target: https://repology.org/project/nibabel/versions
20-
:alt: Gentoo (::science)
4+
.. Following contents should be from LONG_DESCRIPTION in nibabel/info.py
215
22-
.. image:: https://repology.org/badge/version-for-repo/nix_unstable/python:nibabel.svg?header=nixpkgs%20unstable
23-
:target: https://repology.org/project/python:nibabel/versions
24-
:alt: nixpkgs unstable
256
26-
.. Following contents should be from LONG_DESCRIPTION in nibabel/info.py
7+
.. list-table::
8+
:widths: 20 80
9+
:header-rows: 0
10+
11+
* - Code
12+
-
13+
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
14+
:target: https://github.com/psf/black
15+
:alt: code style: black
16+
.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
17+
:target: https://pycqa.github.io/isort/
18+
:alt: imports: isort
19+
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
20+
:target: https://github.com/pre-commit/pre-commit
21+
:alt: pre-commit
22+
.. image:: https://codecov.io/gh/nipy/nibabel/branch/master/graph/badge.svg
23+
:target: https://codecov.io/gh/nipy/nibabel
24+
:alt: codecov badge
25+
.. image:: https://img.shields.io/librariesio/github/nipy/nibabel
26+
:target: https://libraries.io/github/nipy/nibabel
27+
:alt: Libraries.io dependency status for GitHub repo
28+
* - Status
29+
-
30+
.. image:: https://github.com/nipy/nibabel/actions/workflows/stable.yml/badge.svg
31+
:target: https://github.com/nipy/nibabel/actions/workflows/stable.yml
32+
:alt: stable tests
33+
.. image:: https://github.com/nipy/nibabel/actions/workflows/pages/pages-build-deployment/badge.svg
34+
:target: https://github.com/nipy/nibabel/actions/workflows/pages/pages-build-deployment
35+
:alt: documentation build
36+
* - Packaging
37+
-
38+
.. image:: https://img.shields.io/pypi/v/nibabel.svg
39+
:target: https://pypi.python.org/pypi/nibabel/
40+
:alt: PyPI version
41+
.. image:: https://img.shields.io/pypi/format/nibabel.svg
42+
:target: https://pypi.org/project/nibabel
43+
:alt: PyPI Format
44+
.. image:: https://img.shields.io/pypi/pyversions/nibabel.svg
45+
:target: https://pypi.python.org/pypi/nibabel/
46+
:alt: PyPI - Python Version
47+
.. image:: https://img.shields.io/pypi/implementation/nibabel.svg
48+
:target: https://pypi.python.org/pypi/nibabel/
49+
:alt: PyPI - Implementation
50+
.. image:: https://img.shields.io/pypi/dm/nibabel.svg
51+
:target: https://pypistats.org/packages/nibabel
52+
:alt: PyPI - Downloads
53+
* - Distribution
54+
-
55+
.. image:: https://repology.org/badge/version-for-repo/aur/python:nibabel.svg?header=Arch%20%28%41%55%52%29
56+
:target: https://repology.org/project/python:nibabel/versions
57+
:alt: Arch (AUR)
58+
.. image:: https://repology.org/badge/version-for-repo/debian_unstable/nibabel.svg?header=Debian%20Unstable
59+
:target: https://repology.org/project/nibabel/versions
60+
:alt: Debian Unstable package
61+
.. image:: https://repology.org/badge/version-for-repo/gentoo_ovl_science/nibabel.svg?header=Gentoo%20%28%3A%3Ascience%29
62+
:target: https://repology.org/project/nibabel/versions
63+
:alt: Gentoo (::science)
64+
.. image:: https://repology.org/badge/version-for-repo/nix_unstable/python:nibabel.svg?header=nixpkgs%20unstable
65+
:target: https://repology.org/project/python:nibabel/versions
66+
:alt: nixpkgs unstable
67+
* - License & DOI
68+
-
69+
.. image:: https://img.shields.io/pypi/l/nibabel.svg
70+
:target: https://github.com/nipy/nibabel/blob/master/COPYING
71+
:alt: License
72+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.591597.svg
73+
:target: https://doi.org/10.5281/zenodo.591597
74+
:alt: Zenodo DOI
2775

2876

2977
=======

0 commit comments

Comments
 (0)