Skip to content

Commit

Permalink
badge table
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-xone committed Nov 28, 2018
1 parent d965c96 commit 62649b5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 25 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# xbbg

[![PyPI version](https://badge.fury.io/py/xbbg.svg)](https://badge.fury.io/py/xbbg)
[![PyPI version](https://img.shields.io/pypi/pyversions/xbbg.svg)](https://badge.fury.io/py/xbbg)
[![Travis CI](https://img.shields.io/travis/alpha-xone/xbbg/master.svg?label=Travis%20CI)](https://travis-ci.com/alpha-xone/xbbg)
[![codecov](https://codecov.io/gh/alpha-xone/xbbg/branch/master/graph/badge.svg)](https://codecov.io/gh/alpha-xone/xbbg)
[![Documentation Status](https://readthedocs.org/projects/xbbg/badge/?version=latest)](https://xbbg.readthedocs.io/en/latest)
[![CodeFactor](https://www.codefactor.io/repository/github/alpha-xone/xbbg/badge)](https://www.codefactor.io/repository/github/alpha-xone/xbbg)
[![GitHub license](https://img.shields.io/github/license/alpha-xone/xbbg.svg)](https://github.com/alpha-xone/xbbg/blob/master/LICENSE)
| | |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Latest Release | [![PyPI version](https://img.shields.io/pypi/v/xbbg.svg)](https://badge.fury.io/py/xbbg) |
| | [![PyPI version](https://img.shields.io/pypi/pyversions/xbbg.svg)](https://badge.fury.io/py/xbbg) |
| Build | [![Travis CI](https://img.shields.io/travis/alpha-xone/xbbg/master.svg?label=Travis%20CI)](https://travis-ci.com/alpha-xone/xbbg) |
| Coverage | [![codecov](https://codecov.io/gh/alpha-xone/xbbg/branch/master/graph/badge.svg)](https://codecov.io/gh/alpha-xone/xbbg) |
| Docs | [![Documentation Status](https://readthedocs.org/projects/xbbg/badge/?version=latest)](https://xbbg.readthedocs.io/en/latest) |
| Quality | [![CodeFactor](https://www.codefactor.io/repository/github/alpha-xone/xbbg/badge)](https://www.codefactor.io/repository/github/alpha-xone/xbbg) |
| License | [![GitHub license](https://img.shields.io/github/license/alpha-xone/xbbg.svg)](https://github.com/alpha-xone/xbbg/blob/master/LICENSE) |

Bloomberg data toolkit for humans

Expand Down
46 changes: 28 additions & 18 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
xbbg
====

.. image:: https://badge.fury.io/py/xbbg.svg
:target: https://badge.fury.io/py/xbbg
.. image:: https://img.shields.io/pypi/pyversions/xbbg.svg
:target: https://badge.fury.io/py/xbbg
.. image:: https://img.shields.io/travis/alpha-xone/xbbg/master.svg?label=Travis%20CI
:target: https://travis-ci.com/alpha-xone/xbbg
:alt: Travis CI
.. image:: https://codecov.io/gh/alpha-xone/xbbg/branch/master/graph/badge.svg
:target: https://codecov.io/gh/alpha-xone/xbbg
:alt: Codecov
.. image:: https://readthedocs.org/projects/xbbg/badge/?version=latest
:target: https://xbbg.readthedocs.io/en/latest
.. image:: https://www.codefactor.io/repository/github/alpha-xone/xbbg/badge
:target: https://www.codefactor.io/repository/github/alpha-xone/xbbg
:alt: CodeFactor
.. image:: https://img.shields.io/github/license/alpha-xone/xbbg.svg
:alt: GitHub license
:target: https://github.com/alpha-xone/xbbg/blob/master/LICENSE
============== ======================
Latest Release |pypi|
\ |version|
Build |travis|
Coverage |codecov|
Docs |docs|
Quality |codeFactor|
License |license|
============== ======================

Bloomberg data toolkit for humans

Expand Down Expand Up @@ -257,3 +248,22 @@ Noted that local data usage must be compliant with Bloomberg Datafeed Addendum
of the data and information available via the API (the "Data").
The most fundamental requirement regarding your use of Data is that it cannot
leave the local PC you use to access the BLOOMBERG PROFESSIONAL service.

.. |pypi| image:: https://img.shields.io/pypi/v/xbbg.svg
:target: https://badge.fury.io/py/xbbg
.. |version| image:: https://img.shields.io/pypi/pyversions/xbbg.svg
:target: https://badge.fury.io/py/xbbg
.. |travis| image:: https://img.shields.io/travis/alpha-xone/xbbg/master.svg?label=Travis%20CI
:target: https://travis-ci.com/alpha-xone/xbbg
:alt: Travis CI
.. |codecov| image:: https://codecov.io/gh/alpha-xone/xbbg/branch/master/graph/badge.svg
:target: https://codecov.io/gh/alpha-xone/xbbg
:alt: Codecov
.. |docs| image:: https://readthedocs.org/projects/xbbg/badge/?version=latest
:target: https://xbbg.readthedocs.io/en/latest
.. |codefactor| image:: https://www.codefactor.io/repository/github/alpha-xone/xbbg/badge
:target: https://www.codefactor.io/repository/github/alpha-xone/xbbg
:alt: CodeFactor
.. |license| image:: https://img.shields.io/github/license/alpha-xone/xbbg.svg
:alt: GitHub license
:target: https://github.com/alpha-xone/xbbg/blob/master/LICENSE

0 comments on commit 62649b5

Please sign in to comment.