From 86120e6b9c9b4085dcab9c195edf5d57e6acc762 Mon Sep 17 00:00:00 2001 From: Clinton Mccrowey Date: Thu, 21 Sep 2023 10:14:27 -0400 Subject: [PATCH] center align the sheilds in Readme.rst --- README.rst | 8 +++++--- changelog.rst | 2 -- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 8b6dab4..c31621d 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - .. meta:: :description: A simple interface to the US Environmental Protection Agency's (US EPA) Air quality System (AQS) Data Mart API. @@ -34,14 +32,18 @@ .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black :alt: This repository uses black for code formatting + :align: center .. image:: https://img.shields.io/github/workflow/status/USEpa/pyaqsapi/build_and_test_pyaqsapi_on_ubuntu?style=plastic :alt: GitHub Workflow Status + :align: center .. image:: https://img.shields.io/github/issues/USEpa/pyaqsapi?style=plastic :target: https://github.com/USEPA/pyaqsapi/issues :alt: GitHub issues + :align: center .. image:: https://img.shields.io/github/license/USEPA/pyaqsapi?style=plastic :target: https://github.com/USEPA/pyaqsapi/blob/main/LICENSE.rst - :alt: License: MIT + :alt: MIT License + :align: center .. image:: https://github.com/USEPA/pyaqsapi/workflows/build_and_test_pyaqsapi_on_ubuntu/badge.svg :target: https://github.com/USEPA/pyaqsapi/actions/workflows/github-ubuntu.yaml :alt: Github actions diff --git a/changelog.rst b/changelog.rst index a08c295..290d9e6 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Changelag ..v1.0.0::