Skip to content

Commit 03c5fa6

Browse files
jesterhazyPiali Das
authored and
Piali Das
committed
fix rst warnings (aws#381)
* fix rst warnings * fix typo * fix image link * update version to 1.9.3.1
1 parent 797c2f4 commit 03c5fa6

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
CHANGELOG
33
=========
44

5+
1.9.3.1
6+
=======
7+
8+
* doc-fix: fix rst warnings in README.rst
9+
510
1.9.3
611
=====
712

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: branding/icon/sagemaker-banner.png
1+
.. image:: https://github.com/aws/sagemaker-python-sdk/raw/master/branding/icon/sagemaker-banner.png
22
:height: 100px
33
:alt: SageMaker
44

@@ -40,7 +40,7 @@ Table of Contents
4040

4141

4242
Installing the SageMaker Python SDK
43-
----------------------------
43+
-----------------------------------
4444

4545
The SageMaker Python SDK is built to PyPI and can be installed with pip as follows:
4646

@@ -91,8 +91,8 @@ To run the integration tests, the following prerequisites must be met
9191
1. Access to an AWS account to run the tests on
9292
2. AWS account credentials available to boto3 clients used in the tests
9393
3. The AWS account has an IAM role named :code:`SageMakerRole`
94-
4. The libraries listed in the ``extra_require`` object in in ``setup.py`` for ``test`` are installed. You can do this by running the following command:
95-
:code:`pip install --upgrade .[test]`
94+
4. The libraries listed in the ``extras_require`` object in ``setup.py`` for ``test`` are installed.
95+
You can do this by running the following command: :code:`pip install --upgrade .[test]`
9696

9797
You can run integ tests by issuing the following command:
9898

@@ -142,7 +142,7 @@ The following sections of this document explain how to use the different estimat
142142

143143

144144
Using Estimators
145-
---------------
145+
----------------
146146

147147
Here is an end to end example of how to use a SageMaker Estimator:
148148

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __getattr__(cls, name):
3232
'numpy', 'scipy', 'scipy.sparse']
3333
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3434

35-
version = '1.2.4'
35+
version = '1.9.3.1'
3636
project = u'sagemaker'
3737

3838
# Add any Sphinx extension module names here, as strings. They can be extensions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(fname):
2323

2424

2525
setup(name="sagemaker",
26-
version="1.9.3",
26+
version="1.9.3.1",
2727
description="Open source library for training and deploying models on Amazon SageMaker.",
2828
packages=find_packages('src'),
2929
package_dir={'': 'src'},

0 commit comments

Comments
 (0)