Skip to content

Commit 65fcc0b

Browse files
imujjwal96chuyang-deng
authored andcommitted
documentation: add pypi, rtd, black badges to readme (#910)
1 parent 23ed51d commit 65fcc0b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.rst

+16
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ SageMaker Python SDK
1414
:target: https://codecov.io/gh/aws/sagemaker-python-sdk
1515
:alt: CodeCov
1616

17+
.. image:: https://img.shields.io/pypi/v/sagemaker.svg
18+
:target: https://pypi.python.org/pypi/sagemaker
19+
:alt: Latest Version
20+
21+
.. image:: https://img.shields.io/pypi/pyversions/sagemaker.svg
22+
:target: https://pypi.python.org/pypi/sagemaker
23+
:alt: Supported Python Versions
24+
25+
.. image:: https://img.shields.io/badge/code_style-black-000000.svg
26+
:target: https://github.com/python/black
27+
:alt: Code style: black
28+
29+
.. image:: https://readthedocs.org/projects/sagemaker/badge/?version=stable
30+
:target: https://sagemaker.readthedocs.io/en/stable/
31+
:alt: Documentation Status
32+
1733
SageMaker Python SDK is an open source library for training and deploying machine learning models on Amazon SageMaker.
1834

1935
With the SDK, you can train and deploy models using popular deep learning frameworks **Apache MXNet** and **TensorFlow**.

0 commit comments

Comments
 (0)