diff --git a/README.md b/README.md index 2e02e576e2..35ab5e26f0 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,31 @@ -[![Documentation Status](https://readthedocs.org/projects/arch/badge/?version=latest)](http://arch.readthedocs.org/en/latest/) +# ARCH + +Autoregressive Conditional Heteroskedasticity (ARCH) and other tools for +financial econometrics, written in Python (with Cython and/or Numba used +to improve performance) + +###### Continuous Integration + [![Travis Build Status](https://travis-ci.org/bashtage/arch.svg?branch=master)](https://travis-ci.org/bashtage/arch) [![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/nmt02u7jwcgx7i2x?svg=true)](https://ci.appveyor.com/project/bashtage/arch/branch/master) + +###### Documentation + +[![Documentation Status](https://readthedocs.org/projects/arch/badge/?version=latest)](http://arch.readthedocs.org/en/latest/) + +###### Coverage + [![Coverage Status](https://coveralls.io/repos/bashtage/arch/badge.svg?branch=master)](https://coveralls.io/r/bashtage/arch?branch=master) [![codecov](https://codecov.io/gh/bashtage/arch/branch/master/graph/badge.svg)](https://codecov.io/gh/bashtage/arch) -[![Code Health](https://landscape.io/github/bashtage/arch/master/landscape.svg?style=flat)](https://landscape.io/github/bashtage/arch/master) -[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg)](http://dx.doi.org/10.5281/zenodo.15681) -# ARCH +###### Code Inspections +[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/bashtage/arch.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bashtage/arch/context:python) +[![Total alerts](https://img.shields.io/lgtm/alerts/g/bashtage/arch.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bashtage/arch/alerts/) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cea43b588e0f4f2a9d8ba37cf63f8210)](https://www.codacy.com/app/bashtage/arch?utm_source=github.com&utm_medium=referral&utm_content=bashtage/arch&utm_campaign=Badge_Grade) +[![codebeat badge](https://codebeat.co/badges/18a78c15-d74b-4820-b56d-72f7e4087532)](https://codebeat.co/projects/github-com-bashtage-arch-master) -Autoregressive Conditional Heteroskedasticity (ARCH) and other tools for -financial econometrics, written in Python (with Cython and/or Numba used -to improve performance) +###### Citation +[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg)](http://dx.doi.org/10.5281/zenodo.15681) ## Module Contents diff --git a/README.rst b/README.rst index 0258fe5939..2fa357c193 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,6 @@ |Documentation Status| |Travis Build Status| |Appveyor Build Status| -|Coverage Status| |codecov| |Code Health| |DOI| +|Coverage Status| |codecov| |Total alerts| |Codacy Badge| |codebeat +badge| |DOI| ARCH ==== @@ -250,7 +251,11 @@ be skipped using the flag ``--no-binary`` :target: https://coveralls.io/r/bashtage/arch?branch=master .. |codecov| image:: https://codecov.io/gh/bashtage/arch/branch/master/graph/badge.svg :target: https://codecov.io/gh/bashtage/arch -.. |Code Health| image:: https://landscape.io/github/bashtage/arch/master/landscape.svg?style=flat - :target: https://landscape.io/github/bashtage/arch/master +.. |Total alerts| image:: https://img.shields.io/lgtm/alerts/g/bashtage/arch.svg?logo=lgtm&logoWidth=18 + :target: https://lgtm.com/projects/g/bashtage/arch/alerts/ +.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/cea43b588e0f4f2a9d8ba37cf63f8210 + :target: https://www.codacy.com/app/bashtage/arch?utm_source=github.com&utm_medium=referral&utm_content=bashtage/arch&utm_campaign=Badge_Grade +.. |codebeat badge| image:: https://codebeat.co/badges/18a78c15-d74b-4820-b56d-72f7e4087532 + :target: https://codebeat.co/projects/github-com-bashtage-arch-master .. |DOI| image:: https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg :target: http://dx.doi.org/10.5281/zenodo.15681