From f93bb322177294fe4f03adf3440d46fe9b68f764 Mon Sep 17 00:00:00 2001 From: Ken Kundert Date: Mon, 29 Apr 2024 12:27:16 -0700 Subject: [PATCH] fix README --- README.rst | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index 33f23f2..247bacc 100644 --- a/README.rst +++ b/README.rst @@ -1,23 +1,7 @@ Emborg — Front-End to Borg Backup ================================= -.. image:: https://pepy.tech/badge/emborg/month - :target: https://pepy.tech/project/emborg - -.. image:: https://img.shields.io/readthedocs/emborg.svg - :target: https://emborg.readthedocs.io/en/latest/?badge=latest - -.. image:: https://github.com/KenKundert/emborg/actions/workflows/build.yaml/badge.svg - :target: https://github.com/KenKundert/emborg/actions/workflows/build.yaml - -.. image:: https://coveralls.io/repos/github/KenKundert/emborg/badge.svg?branch=master - :target: https://coveralls.io/github/KenKundert/emborg?branch=master - -.. image:: https://img.shields.io/pypi/v/emborg.svg - :target: https://pypi.python.org/pypi/emborg - -.. image:: https://img.shields.io/pypi/pyversions/emborg.svg - :target: https://pypi.python.org/pypi/emborg/ +|downloads| |build status| |coverage| |rtd status| |pypi version| |python version| :Author: Ken Kundert :Version: 1.38.2 @@ -50,3 +34,23 @@ Then, for information on a specific topic use:: It is worth browsing all of the available topics at least once to get a sense of all that *Emborg* can do. + + +.. |downloads| image:: https://pepy.tech/badge/emborg/month + :target: https://pepy.tech/project/emborg + +.. |build status| image:: https://github.com/KenKundert/emborg/actions/workflows/build.yaml/badge.svg + :target: https://github.com/KenKundert/emborg/actions/workflows/build.yaml + +.. |coverage| image:: https://coveralls.io/repos/github/KenKundert/emborg/badge.svg?branch=master + :target: https://coveralls.io/github/KenKundert/emborg?branch=master + +.. |rtd status| image:: https://img.shields.io/readthedocs/emborg.svg + :target: https://emborg.readthedocs.io/en/latest/?badge=latest + +.. |pypi version| image:: https://img.shields.io/pypi/v/emborg.svg + :target: https://pypi.python.org/pypi/emborg + +.. |python version| image:: https://img.shields.io/pypi/pyversions/emborg.svg + :target: https://pypi.python.org/pypi/emborg/ +