From 400907b34d585ca33490f644fa44fff14d99c59d Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Sun, 10 Jan 2021 23:54:57 +0100 Subject: [PATCH] doc: add shields --- README.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f8ae7a3..05c6258 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,20 @@ BXA shines especially * when you don't want to babysit your fits * when you don't want to test MCMC chains for their convergence +.. image:: https://img.shields.io/pypi/v/BXA.svg + :target: https://pypi.python.org/pypi/BXA + +.. image:: https://coveralls.io/repos/github/JohannesBuchner/BXA/badge.svg + :target: https://coveralls.io/github/JohannesBuchner/BXA + +.. image:: https://img.shields.io/badge/docs-published-ok.svg + :target: https://johannesbuchner.github.io/BXA/ + :alt: Documentation Status + +.. image:: https://img.shields.io/badge/GitHub-JohannesBuchner%2FUltraNest-blue.svg?style=flat + :target: https://github.com/JohannesBuchner/UltraNest/ + :alt: Github repository + Who is using BXA? ------------------------------- @@ -56,7 +70,7 @@ Installation First, you need to have `Sherpa`_ or `Xspec`_ installed and its environment loaded. -BXA itself can installed easily using pip:: +BXA itself can installed easily using pip or conda:: $ pip install bxa