Skip to content

Commit

Permalink
Merge pull request #286 from astro-informatics/bug/badge_rendering
Browse files Browse the repository at this point in the history
Bug/badge rendering
  • Loading branch information
CosmoMatt authored May 1, 2024
2 parents 6f674a7 + adcab2c commit fab383b
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
.. image:: https://img.shields.io/badge/GitHub-harmonic-brightgreen.svg?style=flat
.. |github| image:: https://img.shields.io/badge/GitHub-harmonic-brightgreen.svg?style=flat
:target: https://github.com/astro-informatics/harmonic
.. image:: https://github.com/astro-informatics/harmonic/actions/workflows/python.yml/badge.svg
.. |tests| image:: https://github.com/astro-informatics/harmonic/actions/workflows/python.yml/badge.svg
:target: https://github.com/astro-informatics/harmonic/actions/workflows/python.yml
.. image:: https://readthedocs.org/projects/ansicolortags/badge/?version=latest
.. |docs| image:: https://readthedocs.org/projects/ansicolortags/badge/?version=latest
:target: https://astro-informatics.github.io/harmonic/
.. image:: https://codecov.io/gh/astro-informatics/harmonic/branch/main/graph/badge.svg?token=1s4SATphHV
.. |codecov| image:: https://codecov.io/gh/astro-informatics/harmonic/branch/main/graph/badge.svg?token=1s4SATphHV
:target: https://codecov.io/gh/astro-informatics/harmonic
.. image:: https://badge.fury.io/py/harmonic.svg
.. |pypi| image:: https://badge.fury.io/py/harmonic.svg
:target: https://badge.fury.io/py/harmonic
.. image:: https://img.shields.io/badge/License-GPL-blue.svg
.. |licence| image:: https://img.shields.io/badge/License-GPL-blue.svg
:target: http://perso.crans.org/besson/LICENSE.html
.. image:: http://img.shields.io/badge/arXiv-2111.12720-orange.svg?style=flat
.. |arxiv1| image:: http://img.shields.io/badge/arXiv-2111.12720-orange.svg?style=flat
:target: https://arxiv.org/abs/2111.12720
.. image:: http://img.shields.io/badge/arXiv-2207.04037-orange.svg?style=flat
.. |arxiv2| image:: http://img.shields.io/badge/arXiv-2207.04037-orange.svg?style=flat
:target: https://arxiv.org/abs/2207.04037
.. image:: http://img.shields.io/badge/arXiv-2307.00048-orange.svg?style=flat
.. |arxiv3| image:: http://img.shields.io/badge/arXiv-2307.00048-orange.svg?style=flat
:target: https://arxiv.org/abs/2307.00048
.. .. image:: https://img.shields.io/pypi/pyversions/harmonic.svg
.. :target: https://pypi.python.org/pypi/harmonic/
|logo| Harmonic
=================================================================================================================
|github| |tests| |docs| |codecov| |pypi| |licence| |arxiv1| |arxiv2| |arxiv3|


.. |logo| raw:: html
.. |logo| image:: ./docs/assets/harm_badge_simple.svg
:width: 32
:height: 32
:align: center

<img src="./docs/assets/harm_badge_simple.svg" align="center" height="52" width="52">
|logo| Harmonic
=================================================================================================================

``harmonic`` is an open source, well tested and documented Python implementation of the *learnt harmonic mean estimator* (`McEwen et al. 2021 <https://arxiv.org/abs/2111.12720>`_) to compute the marginal likelihood (Bayesian evidence), required for Bayesian model selection.

Expand Down

0 comments on commit fab383b

Please sign in to comment.