Skip to content

Commit 2197830

Browse files
authored
Merge pull request #71 from sandialabs/remove-conda-forge
patch: Remove conda-forge badges
2 parents c83c579 + 120b656 commit 2197830

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
[![codecov](https://codecov.io/gh/sandialabs/shell-logger/branch/master/graph/badge.svg?token=FmDStZ6FVR)](https://codecov.io/gh/sandialabs/shell-logger)
33
[![CodeFactor](https://www.codefactor.io/repository/github/sandialabs/shell-logger/badge/master)](https://www.codefactor.io/repository/github/sandialabs/shell-logger/overview/master)
44
[![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)
5-
[![Conda Version](https://img.shields.io/conda/v/conda-forge/shell-logger?label=conda-forge)](https://anaconda.org/conda-forge/shell-logger)
6-
![Conda Downloads](https://img.shields.io/conda/d/conda-forge/shell-logger?label=conda-forge%20downloads)
75
[![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)
86
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
97
[![GitHub contributors](https://img.shields.io/github/contributors/sandialabs/shell-logger.svg)](https://github.com/sandialabs/shell-logger/graphs/contributors)
108
[![Documentation Status](https://readthedocs.org/projects/shell-logger/badge/?version=latest)](https://shell-logger.readthedocs.io/en/latest/?badge=latest)
11-
[![License](https://anaconda.org/conda-forge/shell-logger/badges/license.svg)](LICENSE.md)
9+
[![License](https://img.shields.io/badge/license-BSD_3_Clause-black)](LICENSE.md)
1210
[![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)
1311
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/8863/badge)](https://bestpractices.coreinfrastructure.org/projects/8863)
1412
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/sandialabs/shell-logger/badge)](https://securityscorecards.dev/viewer/?uri=github.com/sandialabs/shell-logger)
15-
![Platforms](https://anaconda.org/conda-forge/shell-logger/badges/platforms.svg)
13+
![Platforms](https://img.shields.io/badge/Platforms-Linux%7CMacOS-orange)
1614
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
1715
[![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)
1816
[![PyPI - Version](https://img.shields.io/pypi/v/shell-logger-sandialabs?label=PyPI)](https://pypi.org/project/shell-logger-sandialabs/)

doc/source/index.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ shell-logger
1717
|codecov|
1818
|CodeFactor|
1919
|CodeQL|
20-
|conda-forge Version|
21-
|conda-forge Downloads|
2220
|Continuous Integration|
2321
|Contributor Covenant|
2422
|GitHub Contributors|
@@ -42,9 +40,6 @@ shell-logger
4240
:target: https://www.codefactor.io/repository/github/sandialabs/shell-logger/overview/master
4341
.. |CodeQL| image:: https://github.com/sandialabs/shell-logger/actions/workflows/github-code-scanning/codeql/badge.svg
4442
:target: https://github.com/sandialabs/shell-logger/actions/workflows/github-code-scanning/codeql
45-
.. |conda-forge Version| image:: https://img.shields.io/conda/v/conda-forge/shell-logger?label=conda-forge
46-
:target: https://anaconda.org/conda-forge/shell-logger
47-
.. |conda-forge Downloads| image:: https://img.shields.io/conda/d/conda-forge/shell-logger?label=conda-forge%20downloads
4843
.. |Continuous Integration| image:: https://github.com/sandialabs/shell-logger/actions/workflows/continuous-integration.yml/badge.svg
4944
:target: https://github.com/sandialabs/shell-logger/actions/workflows/continuous-integration.yml
5045
.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
@@ -53,15 +48,15 @@ shell-logger
5348
:target: https://github.com/sandialabs/shell-logger/graphs/contributors
5449
.. |Documentation Status| image:: https://readthedocs.org/projects/shell-logger/badge/?version=latest
5550
:target: https://shell-logger.readthedocs.io/en/latest/?badge=latest
56-
.. |License| image:: https://anaconda.org/conda-forge/shell-logger/badges/license.svg
51+
.. |License| image:: https://img.shields.io/badge/license-BSD_3_Clause-black
5752
:target: https://github.com/sandialabs/shell-logger/blob/master/LICENSE.md
5853
.. |Merged PRs| image:: https://img.shields.io/github/issues-pr-closed-raw/sandialabs/shell-logger.svg?label=merged+PRs
5954
:target: https://github.com/sandialabs/shell-logger/pulls?q=is:pr+is:merged
6055
.. |OpenSSF Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/7632/badge
6156
:target: https://bestpractices.coreinfrastructure.org/projects/7632
6257
.. |OpenSSF Scorecard| image:: https://api.securityscorecards.dev/projects/github.com/sandialabs/shell-logger/badge
6358
:target: https://securityscorecards.dev/viewer/?uri=github.com/sandialabs/shell-logger
64-
.. |Platforms| image:: https://anaconda.org/conda-forge/shell-logger/badges/platforms.svg
59+
.. |Platforms| image:: https://img.shields.io/badge/Platforms-Linux%7CMacOS-orange
6560
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
6661
:target: https://github.com/pre-commit/pre-commit
6762
.. |pre-commit.ci Status| image:: https://results.pre-commit.ci/badge/github/sandialabs/shell-logger/master.svg

0 commit comments

Comments
 (0)