From 610c08acde08154f6c8a323c891c8cc5332861a0 Mon Sep 17 00:00:00 2001 From: Mark Conway Date: Thu, 2 Aug 2018 14:23:15 -0400 Subject: [PATCH] badge horizontal layout badge horizontal layout --- README.rst | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 0c62ced..0ed9fc0 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,8 @@ -.. image:: https://badge.fury.io/py/alphapy.svg - :target: https://badge.fury.io/py/alphapy - -.. image:: https://travis-ci.org/ScottFreeLLC/AlphaPy.svg?branch=master - -.. image:: https://readthedocs.org/projects/alphapy/badge/?version=latest - :target: https://alphapy.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status - AlphaPy ======= +|badge_pypi| |badge_build| |badge_docs| + **AlphaPy** is a machine learning framework for both speculators and data scientists. It is written in Python with the ``scikit-learn``, ``pandas``, and ``Keras`` libraries, as well as many other helpful @@ -86,3 +79,8 @@ Donations If you like the software, please donate: http://alphapy.readthedocs.io/en/latest/introduction/support.html#donations + + +.. |badge_pypi| image:: https://badge.fury.io/py/alphapy.svg +.. |badge_build| image:: https://travis-ci.org/ScottFreeLLC/AlphaPy.svg?branch=master +.. |badge_docs| image:: https://readthedocs.org/projects/alphapy/badge/?version=latest \ No newline at end of file