From 5d6a516f3ca5d0ced4484b9acb0db8f9ddb3cdea Mon Sep 17 00:00:00 2001 From: Dustin Tindall Date: Fri, 1 Jan 2021 13:14:45 -0600 Subject: [PATCH] Added python version and footings pypi version badges. --- README.md | 2 ++ docs/index.md | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 00398c5..0aec52e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![docs](https://readthedocs.org/projects/footings/badge/?version=master)](https://footings.readthedocs.io/en/master/?badge=latest) [![license](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![codecov](https://codecov.io/gh/dustindall/footings/branch/master/graph/badge.svg?token=SC5BHMYBSN)](https://codecov.io/gh/dustindall/footings) +![version](https://img.shields.io/pypi/pyversions/footings.svg) +[![PyPI version](https://badge.fury.io/py/footings.svg)](https://badge.fury.io/py/footings) ## What is it? diff --git a/docs/index.md b/docs/index.md index 72aab1c..8de5f4e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,6 +3,13 @@ *A Model Building Library* +![build](https://github.com/dustindall/footings-core/workflows/CI/badge.svg) +[![docs](https://readthedocs.org/projects/footings/badge/?version=master)](https://footings.readthedocs.io/en/master/?badge=latest) +[![license](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) +[![codecov](https://codecov.io/gh/dustindall/footings/branch/master/graph/badge.svg?token=SC5BHMYBSN)](https://codecov.io/gh/dustindall/footings) +![version](https://img.shields.io/pypi/pyversions/footings.svg) +[![PyPI version](https://badge.fury.io/py/footings.svg)](https://badge.fury.io/py/footings) + ## Summary Footings is a model building Python library. No out-of-the box models are provided. Instead it is a framework library that provides key objects and functions to help users construct custom models.