From b6f5a4aeb8d31f2772ee2f46c126d4c3c00721f7 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 31 Jan 2019 17:09:41 -0600 Subject: [PATCH] Add slack workspace, update the summary info, and add conda forge badge --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 34f08878f..6229cfb6c 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,17 @@ -|pipeline status| |coverage report| |pypi| |version| +|pipeline status| |coverage report| |pypi| |conda| |version| Bilby ===== -Fulfilling all your Bayesian inference dreams. +A user-friendly Bayesian inference library. +Fulfilling all your Bayesian dreams. - `Installation instructions <https://lscsoft.docs.ligo.org/bilby/installation.html>`__ - `Contributing <https://git.ligo.org/lscsoft/bilby/blob/master/CONTRIBUTING.md>`__ - `Documentation <https://lscsoft.docs.ligo.org/bilby/index.html>`__ - `Issue tracker <https://git.ligo.org/lscsoft/bilby/issues>`__ +- `Slack workspace <https://bilby-code.slack.com/>`__ We encourage you to contribute to the development via a merge request. For help in creating a merge request, see `this page @@ -22,5 +24,7 @@ us directly. :target: https://lscsoft.docs.ligo.org/bilby/htmlcov/ .. |pypi| image:: https://badge.fury.io/py/bilby.svg :target: https://pypi.org/project/bilby/ +.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/bilby.svg + :target: https://anaconda.org/conda-forge/bilby .. |version| image:: https://img.shields.io/pypi/pyversions/bilby.svg :target: https://pypi.org/project/bilby/ -- GitLab