Skip to content

Commit 41c0e8b

Browse files
Ken KundertKen Kundert
authored andcommitted
refine README
1 parent c0fdd94 commit 41c0e8b

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

README.rst

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,7 @@
11
Inform — Print & Logging Utilities
22
==================================
33

4-
.. image:: https://github.com/KenKundert/inform/actions/workflows/build.yaml/badge.svg
5-
:target: https://github.com/KenKundert/inform/actions/workflows/build.yaml
6-
7-
.. image:: https://pepy.tech/badge/inform/month
8-
:target: https://pepy.tech/project/inform
9-
10-
.. image:: https://img.shields.io/readthedocs/inform.svg
11-
:target: https://inform.readthedocs.io/en/latest/?badge=latest
12-
13-
.. image:: https://img.shields.io/coveralls/KenKundert/inform.svg
14-
:target: https://coveralls.io/r/KenKundert/inform
15-
16-
.. image:: https://img.shields.io/pypi/v/inform.svg
17-
:target: https://pypi.python.org/pypi/inform
18-
19-
.. image:: https://anaconda.org/conda-forge/inform/badges/version.svg
20-
:target: https://anaconda.org/conda-forge/inform
21-
22-
.. image:: https://img.shields.io/pypi/pyversions/inform.svg
23-
:target: https://pypi.python.org/pypi/inform/
24-
4+
|build status| |downloads| |rtd status| |coverage| |pypi version| |anaconda version| |python version|
255

266
:Author: Ken Kundert
277
:Version: 1.28.2
@@ -63,8 +43,6 @@ stable version of the code from `PyPI <https://pypi.python.org>`_ using::
6343
You can find the latest development version of the source code on
6444
`Github <https://github.com/KenKundert/inform>`_.
6545

66-
Supported in Python2.7, Python3.5, Python3.6, Python3.7 and Python3.8.
67-
6846

6947
Introduction
7048
------------
@@ -438,3 +416,27 @@ returned. For example:
438416
pass: signalman
439417
440418
When the messages print, the 'pass:' will be green and 'FAIL:' will be red.
419+
420+
421+
.. |build status| image:: https://github.com/KenKundert/inform/actions/workflows/build.yaml/badge.svg
422+
:target: https://github.com/KenKundert/inform/actions/workflows/build.yaml
423+
424+
.. |downloads| image:: https://pepy.tech/badge/inform/month
425+
:target: https://pepy.tech/project/inform
426+
427+
.. |rtd status| image:: https://img.shields.io/readthedocs/inform.svg
428+
:target: https://inform.readthedocs.io/en/latest/?badge=latest
429+
430+
.. |coverage| image:: https://img.shields.io/coveralls/KenKundert/inform.svg
431+
:target: https://coveralls.io/r/KenKundert/inform
432+
433+
.. |pypi version| image:: https://img.shields.io/pypi/v/inform.svg
434+
:target: https://pypi.python.org/pypi/inform
435+
436+
.. |anaconda version| image:: https://anaconda.org/conda-forge/inform/badges/version.svg
437+
:target: https://anaconda.org/conda-forge/inform
438+
439+
.. |python version| image:: https://img.shields.io/pypi/pyversions/inform.svg
440+
:target: https://pypi.python.org/pypi/inform/
441+
442+

0 commit comments

Comments
 (0)