From 120b6561fdf8ed19c1603a120daeb020b3910988 Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Thu, 11 Jul 2024 08:56:16 -0600 Subject: [PATCH] patch: Remove conda-forge badges --- README.md | 6 ++---- doc/source/index.rst | 9 ++------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ffdf4db..ed00e33 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,15 @@ [![codecov](https://codecov.io/gh/sandialabs/shell-logger/branch/master/graph/badge.svg?token=FmDStZ6FVR)](https://codecov.io/gh/sandialabs/shell-logger) [![CodeFactor](https://www.codefactor.io/repository/github/sandialabs/shell-logger/badge/master)](https://www.codefactor.io/repository/github/sandialabs/shell-logger/overview/master) [![CodeQL](https://github.com/sandialabs/shell-logger/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/sandialabs/shell-logger/actions/workflows/github-code-scanning/codeql) -[![Conda Version](https://img.shields.io/conda/v/conda-forge/shell-logger?label=conda-forge)](https://anaconda.org/conda-forge/shell-logger) -![Conda Downloads](https://img.shields.io/conda/d/conda-forge/shell-logger?label=conda-forge%20downloads) [![Continuous Integration](https://github.com/sandialabs/shell-logger/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/sandialabs/shell-logger/actions/workflows/continuous-integration.yml) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) [![GitHub contributors](https://img.shields.io/github/contributors/sandialabs/shell-logger.svg)](https://github.com/sandialabs/shell-logger/graphs/contributors) [![Documentation Status](https://readthedocs.org/projects/shell-logger/badge/?version=latest)](https://shell-logger.readthedocs.io/en/latest/?badge=latest) -[![License](https://anaconda.org/conda-forge/shell-logger/badges/license.svg)](LICENSE.md) +[![License](https://img.shields.io/badge/license-BSD_3_Clause-black)](LICENSE.md) [![Merged PRs](https://img.shields.io/github/issues-pr-closed-raw/sandialabs/shell-logger.svg?label=merged+PRs)](https://github.com/sandialabs/shell-logger/pulls?q=is:pr+is:merged) [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/8863/badge)](https://bestpractices.coreinfrastructure.org/projects/8863) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/sandialabs/shell-logger/badge)](https://securityscorecards.dev/viewer/?uri=github.com/sandialabs/shell-logger) -![Platforms](https://anaconda.org/conda-forge/shell-logger/badges/platforms.svg) +![Platforms](https://img.shields.io/badge/Platforms-Linux%7CMacOS-orange) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit) [![pre-commit.ci Status](https://results.pre-commit.ci/badge/github/sandialabs/shell-logger/master.svg)](https://results.pre-commit.ci/latest/github/sandialabs/shell-logger/master) [![PyPI - Version](https://img.shields.io/pypi/v/shell-logger-sandialabs?label=PyPI)](https://pypi.org/project/shell-logger-sandialabs/) diff --git a/doc/source/index.rst b/doc/source/index.rst index 1d14d97..24d836f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -17,8 +17,6 @@ shell-logger |codecov| |CodeFactor| |CodeQL| -|conda-forge Version| -|conda-forge Downloads| |Continuous Integration| |Contributor Covenant| |GitHub Contributors| @@ -42,9 +40,6 @@ shell-logger :target: https://www.codefactor.io/repository/github/sandialabs/shell-logger/overview/master .. |CodeQL| image:: https://github.com/sandialabs/shell-logger/actions/workflows/github-code-scanning/codeql/badge.svg :target: https://github.com/sandialabs/shell-logger/actions/workflows/github-code-scanning/codeql -.. |conda-forge Version| image:: https://img.shields.io/conda/v/conda-forge/shell-logger?label=conda-forge - :target: https://anaconda.org/conda-forge/shell-logger -.. |conda-forge Downloads| image:: https://img.shields.io/conda/d/conda-forge/shell-logger?label=conda-forge%20downloads .. |Continuous Integration| image:: https://github.com/sandialabs/shell-logger/actions/workflows/continuous-integration.yml/badge.svg :target: https://github.com/sandialabs/shell-logger/actions/workflows/continuous-integration.yml .. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg @@ -53,7 +48,7 @@ shell-logger :target: https://github.com/sandialabs/shell-logger/graphs/contributors .. |Documentation Status| image:: https://readthedocs.org/projects/shell-logger/badge/?version=latest :target: https://shell-logger.readthedocs.io/en/latest/?badge=latest -.. |License| image:: https://anaconda.org/conda-forge/shell-logger/badges/license.svg +.. |License| image:: https://img.shields.io/badge/license-BSD_3_Clause-black :target: https://github.com/sandialabs/shell-logger/blob/master/LICENSE.md .. |Merged PRs| image:: https://img.shields.io/github/issues-pr-closed-raw/sandialabs/shell-logger.svg?label=merged+PRs :target: https://github.com/sandialabs/shell-logger/pulls?q=is:pr+is:merged @@ -61,7 +56,7 @@ shell-logger :target: https://bestpractices.coreinfrastructure.org/projects/7632 .. |OpenSSF Scorecard| image:: https://api.securityscorecards.dev/projects/github.com/sandialabs/shell-logger/badge :target: https://securityscorecards.dev/viewer/?uri=github.com/sandialabs/shell-logger -.. |Platforms| image:: https://anaconda.org/conda-forge/shell-logger/badges/platforms.svg +.. |Platforms| image:: https://img.shields.io/badge/Platforms-Linux%7CMacOS-orange .. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit :target: https://github.com/pre-commit/pre-commit .. |pre-commit.ci Status| image:: https://results.pre-commit.ci/badge/github/sandialabs/shell-logger/master.svg