Skip to content

Commit

Permalink
patch: Remove conda-forge badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Jul 11, 2024
1 parent c83c579 commit 120b656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
9 changes: 2 additions & 7 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ shell-logger
|codecov|
|CodeFactor|
|CodeQL|
|conda-forge Version|
|conda-forge Downloads|
|Continuous Integration|
|Contributor Covenant|
|GitHub Contributors|
Expand All @@ -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
Expand All @@ -53,15 +48,15 @@ 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
.. |OpenSSF Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/7632/badge
: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
Expand Down

0 comments on commit 120b656

Please sign in to comment.