From 614135de53b617717a9c831e819c01b38f7dd785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Sun, 28 Oct 2018 11:18:31 -0600 Subject: [PATCH] Change suggested badge colour I suggest to change the suggested badge-color from green to blue. Red-green is often used to show if tests or builds were successful or not (readthedocs, travis, etc), and red-orange-green is often used to show the status (coveralls, codacy). However, the asv-badge is a static link, indicating that it is benchmarked with asv. So I suggest to show it in blue, as for instance used by Zenodo for its doi, or py pypi and conda for the version number; static info. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a2f4e09bb..e916d6878 100644 --- a/README.rst +++ b/README.rst @@ -21,11 +21,11 @@ The latest release can be installed from PyPI using:: Are you using ``asv``? Consider adding a badge to your project's README like this: -.. image:: http://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat +.. image:: http://img.shields.io/badge/benchmarked%20by-asv-blue.svg?style=flat By using the following markdown:: - [![asv](http://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat)](http://your-url-here/) + [![asv](http://img.shields.io/badge/benchmarked%20by-asv-blue.svg?style=flat)](http://your-url-here/) License: `BSD three-clause license `__.