From d58a37a3e8996f9d51ca9bf7038fbcaec1b6ae7a Mon Sep 17 00:00:00 2001 From: Ujjwal Bhardwaj Date: Sat, 6 Jul 2019 10:24:41 +0000 Subject: [PATCH] documentation: add pypi, rtd, black badges to readme --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 7aeedb3fb0..f66c1533ff 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,22 @@ SageMaker Python SDK :target: https://codecov.io/gh/aws/sagemaker-python-sdk :alt: CodeCov +.. image:: https://img.shields.io/pypi/v/sagemaker.svg + :target: https://pypi.python.org/pypi/sagemaker + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/pyversions/sagemaker.svg + :target: https://pypi.python.org/pypi/sagemaker + :alt: Supported Python Versions + +.. image:: https://img.shields.io/badge/code_style-black-000000.svg + :target: https://github.com/python/black + :alt: Code style: black + +.. image:: https://readthedocs.org/projects/sagemaker/badge/?version=stable + :target: https://sagemaker.readthedocs.io/en/stable/ + :alt: Documentation Status + SageMaker Python SDK is an open source library for training and deploying machine learning models on Amazon SageMaker. With the SDK, you can train and deploy models using popular deep learning frameworks **Apache MXNet** and **TensorFlow**.