Skip to content

Commit

Permalink
Fixed badges after change
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng authored Dec 16, 2022
1 parent b38df52 commit e2606d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cf-pandas
==============================
[![Binder](https://img.shields.io/static/v1.svg?logo=Jupyter&label=Binder&message=Binder&color=blue&style=for-the-badge)](https://mybinder.org/v2/gh/axiom-data-science/cf-pandas/HEAD?labpath=docs%2Fdemo_overview.ipynb)
[![Build Status](https://img.shields.io/github/actions/workflow/status/axiom-data-science/cf-pandas/workflows/test.yaml?branch=main?logo=github&style=for-the-badge)](https://github.com/axiom-data-science/cf-pandas/actions)
[![Build Status](https://img.shields.io/github/actions/workflow/status/axiom-data-science/cf-pandas/test.yaml?branch=main&logo=github&style=for-the-badge)](https://github.com/axiom-data-science/cf-pandas/actions/workflows/test.yaml)
[![Code Coverage](https://img.shields.io/codecov/c/github/axiom-data-science/cf-pandas.svg?style=for-the-badge)](https://codecov.io/gh/axiom-data-science/cf-pandas)
[![License:MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![Documentation Status](https://img.shields.io/readthedocs/cf-pandas/latest.svg?style=for-the-badge)](https://cf-pandas.readthedocs.io/en/latest/?badge=latest)
[![Code Style Status](https://img.shields.io/github/actions/workflow/status/axiom-data-science/cf-pandas/workflows/linting.yaml?branch=main?label=Code%20Style&style=for-the-badge)](https://github.com/axiom-data-science/cf-pandas/actions)
[![Code Style Status](https://img.shields.io/github/actions/workflow/status/axiom-data-science/cf-pandas/linting.yaml?branch=main&label=Code%20Style&style=for-the-badge)](https://github.com/axiom-data-science/cf-pandas/actions/workflows/linting.yaml)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/cf_pandas.svg?style=for-the-badge)](https://anaconda.org/conda-forge/cf_pandas)
[![Python Package Index](https://img.shields.io/pypi/v/cf-pandas.svg?style=for-the-badge)](https://pypi.org/project/cf-pandas)

Expand Down

0 comments on commit e2606d5

Please sign in to comment.