Skip to content

Commit 71af26b

Browse files
committed
DOC: Update badges
Update badges to reflect current analysis
1 parent 0c6b035 commit 71af26b

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
1-
[![Documentation Status](https://readthedocs.org/projects/arch/badge/?version=latest)](http://arch.readthedocs.org/en/latest/)
1+
# ARCH
2+
3+
Autoregressive Conditional Heteroskedasticity (ARCH) and other tools for
4+
financial econometrics, written in Python (with Cython and/or Numba used
5+
to improve performance)
6+
7+
###### Continuous Integration
8+
29
[![Travis Build Status](https://travis-ci.org/bashtage/arch.svg?branch=master)](https://travis-ci.org/bashtage/arch)
310
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/nmt02u7jwcgx7i2x?svg=true)](https://ci.appveyor.com/project/bashtage/arch/branch/master)
11+
12+
###### Documentation
13+
14+
[![Documentation Status](https://readthedocs.org/projects/arch/badge/?version=latest)](http://arch.readthedocs.org/en/latest/)
15+
16+
###### Coverage
17+
418
[![Coverage Status](https://coveralls.io/repos/bashtage/arch/badge.svg?branch=master)](https://coveralls.io/r/bashtage/arch?branch=master)
519
[![codecov](https://codecov.io/gh/bashtage/arch/branch/master/graph/badge.svg)](https://codecov.io/gh/bashtage/arch)
6-
[![Code Health](https://landscape.io/github/bashtage/arch/master/landscape.svg?style=flat)](https://landscape.io/github/bashtage/arch/master)
7-
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg)](http://dx.doi.org/10.5281/zenodo.15681)
820

9-
# ARCH
21+
###### Code Inspections
22+
[![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)
23+
[![Total alerts](https://img.shields.io/lgtm/alerts/g/bashtage/arch.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bashtage/arch/alerts/)
24+
[![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)
25+
[![codebeat badge](https://codebeat.co/badges/18a78c15-d74b-4820-b56d-72f7e4087532)](https://codebeat.co/projects/github-com-bashtage-arch-master)
1026

11-
Autoregressive Conditional Heteroskedasticity (ARCH) and other tools for
12-
financial econometrics, written in Python (with Cython and/or Numba used
13-
to improve performance)
27+
###### Citation
28+
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg)](http://dx.doi.org/10.5281/zenodo.15681)
1429

1530
## Module Contents
1631

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
|Documentation Status| |Travis Build Status| |Appveyor Build Status|
2-
|Coverage Status| |codecov| |Code Health| |DOI|
2+
|Coverage Status| |codecov| |Total alerts| |Codacy Badge| |codebeat
3+
badge| |DOI|
34

45
ARCH
56
====
@@ -250,7 +251,11 @@ be skipped using the flag ``--no-binary``
250251
:target: https://coveralls.io/r/bashtage/arch?branch=master
251252
.. |codecov| image:: https://codecov.io/gh/bashtage/arch/branch/master/graph/badge.svg
252253
:target: https://codecov.io/gh/bashtage/arch
253-
.. |Code Health| image:: https://landscape.io/github/bashtage/arch/master/landscape.svg?style=flat
254-
:target: https://landscape.io/github/bashtage/arch/master
254+
.. |Total alerts| image:: https://img.shields.io/lgtm/alerts/g/bashtage/arch.svg?logo=lgtm&logoWidth=18
255+
:target: https://lgtm.com/projects/g/bashtage/arch/alerts/
256+
.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/cea43b588e0f4f2a9d8ba37cf63f8210
257+
:target: https://www.codacy.com/app/bashtage/arch?utm_source=github.com&utm_medium=referral&utm_content=bashtage/arch&utm_campaign=Badge_Grade
258+
.. |codebeat badge| image:: https://codebeat.co/badges/18a78c15-d74b-4820-b56d-72f7e4087532
259+
:target: https://codebeat.co/projects/github-com-bashtage-arch-master
255260
.. |DOI| image:: https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg
256261
:target: http://dx.doi.org/10.5281/zenodo.15681

0 commit comments

Comments
 (0)