From f44281e5d64a0270727389101620f9f1b26a9f4a Mon Sep 17 00:00:00 2001 From: zmoon Date: Sat, 11 Dec 2021 23:34:24 -0700 Subject: [PATCH 1/4] Add conda-forge version badge --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3cef61..1798261 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # xmovie [![Build Status](https://img.shields.io/github/workflow/status/jbusecke/xmovie/CI?logo=github)](https://github.com/jbusecke/xmovie/actions) -[![codecov](https://codecov.io/gh/jbusecke/xmovie/branch/master/graph/badge.svg)](https://codecov.io/gh/jbusecke/xmovie) +[![codecov %](https://codecov.io/gh/jbusecke/xmovie/branch/master/graph/badge.svg)](https://codecov.io/gh/jbusecke/xmovie) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![DOI](https://zenodo.org/badge/124968397.svg)](https://zenodo.org/badge/latestdoi/124968397) -[![pypi](https://badge.fury.io/py/xmovie.svg)](https://badge.fury.io/py/xmovie) -[![conda-forge](https://img.shields.io/conda/dn/conda-forge/xmovie?label=conda-forge)](https://anaconda.org/conda-forge/xmovie) +[![PyPI package version](https://badge.fury.io/py/xmovie.svg)](https://badge.fury.io/py/xmovie) +[![conda-forge package version](https://img.shields.io/conda/vn/conda-forge/xmovie)](https://anaconda.org/conda-forge/xmovie) +[![conda-forge download count](https://img.shields.io/conda/dn/conda-forge/xmovie?label=conda-forge)](https://anaconda.org/conda-forge/xmovie) *A simple way of creating beautiful movies from [xarray](https://xarray.pydata.org) objects.* From 4d2f57876ba6300553f45dcc5393920feb6e1090 Mon Sep 17 00:00:00 2001 From: zmoon Date: Thu, 16 Dec 2021 10:45:56 -0700 Subject: [PATCH 2/4] Add RTD status badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1798261..96cb216 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # xmovie [![Build Status](https://img.shields.io/github/workflow/status/jbusecke/xmovie/CI?logo=github)](https://github.com/jbusecke/xmovie/actions) +[![Documentation Status](https://readthedocs.org/projects/xmovie/badge/?version=latest)](https://xmovie.readthedocs.io/en/latest/) [![codecov %](https://codecov.io/gh/jbusecke/xmovie/branch/master/graph/badge.svg)](https://codecov.io/gh/jbusecke/xmovie) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![DOI](https://zenodo.org/badge/124968397.svg)](https://zenodo.org/badge/latestdoi/124968397) From a89cfeac827f3f57fa0e3cc0bbb08ba81744ce94 Mon Sep 17 00:00:00 2001 From: zmoon Date: Thu, 16 Dec 2021 10:46:35 -0700 Subject: [PATCH 3/4] Move PyPI version badge to the end --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96cb216..63c72fc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ [![codecov %](https://codecov.io/gh/jbusecke/xmovie/branch/master/graph/badge.svg)](https://codecov.io/gh/jbusecke/xmovie) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![DOI](https://zenodo.org/badge/124968397.svg)](https://zenodo.org/badge/latestdoi/124968397) -[![PyPI package version](https://badge.fury.io/py/xmovie.svg)](https://badge.fury.io/py/xmovie) [![conda-forge package version](https://img.shields.io/conda/vn/conda-forge/xmovie)](https://anaconda.org/conda-forge/xmovie) [![conda-forge download count](https://img.shields.io/conda/dn/conda-forge/xmovie?label=conda-forge)](https://anaconda.org/conda-forge/xmovie) +[![PyPI package version](https://badge.fury.io/py/xmovie.svg)](https://badge.fury.io/py/xmovie) *A simple way of creating beautiful movies from [xarray](https://xarray.pydata.org) objects.* From 1fe98f45f159c20666db481ad09f493c415fc6b0 Mon Sep 17 00:00:00 2001 From: zmoon Date: Mon, 20 Dec 2021 12:02:24 -0700 Subject: [PATCH 4/4] Add whats-new note --- docs/whats-new.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/whats-new.rst b/docs/whats-new.rst index e7465bb..9f5bc97 100644 --- a/docs/whats-new.rst +++ b/docs/whats-new.rst @@ -7,6 +7,8 @@ Documentation ~~~~~~~~~~~~~ - Sphinx docs build, published to Read the Docs (:pull:`67`). By `zmoon `_. +- Add more readme badges (:pull:`72`). + By `zmoon `_. v0.2.0 (2021/4/20) ------------------