From f76bcb674d82e902c56879a6c43df914a4103559 Mon Sep 17 00:00:00 2001 From: Patrick <4002194+askpatrickw@users.noreply.github.com> Date: Fri, 19 Feb 2021 23:08:59 -0800 Subject: [PATCH] Add Badges --- README.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.rst b/README.rst index 946b667..78c2fce 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,26 @@ + CircUp ====== +.. image:: https://readthedocs.org/projects/circup/badge/?version=latest + :target: https://circuitpython.readthedocs.io/projects/circup/en/latest/ + :alt: Documentation Status + +.. image:: https://img.shields.io/discord/327254708534116352.svg + :target: https://adafru.it/discord + :alt: Discord + + +.. image:: https://github.com/adafruit/circup/workflows/Build%20CI/badge.svg + :target: https://github.com/adafruit/circup/actions + :alt: Build Status + + +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/psf/black + :alt: Code Style: Black + + A tool to manage and update libraries (modules) on a CircuitPython device. .. contents::