Skip to content

Add reference to PyTorch Estimators in the table of contents. #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ Table of Contents
3. `MXNet SageMaker Estimators <#mxnet-sagemaker-estimators>`__
4. `TensorFlow SageMaker Estimators <#tensorflow-sagemaker-estimators>`__
5. `Chainer SageMaker Estimators <#chainer-sagemaker-estimators>`__
6. `AWS SageMaker Estimators <#aws-sagemaker-estimators>`__
7. `BYO Docker Containers with SageMaker Estimators <#byo-docker-containers-with-sagemaker-estimators>`__
8. `SageMaker Automatic Model Tuning <#sagemaker-automatic-model-tuning>`__
9. `BYO Model <#byo-model>`__
6. `PyTorch SageMaker Estimators <#pytorch-sagemaker-estimators>`__
7. `AWS SageMaker Estimators <#aws-sagemaker-estimators>`__
8. `BYO Docker Containers with SageMaker Estimators <#byo-docker-containers-with-sagemaker-estimators>`__
9. `SageMaker Automatic Model Tuning <#sagemaker-automatic-model-tuning>`__
10. `BYO Model <#byo-model>`__


Getting SageMaker Python SDK
Expand Down Expand Up @@ -124,6 +125,7 @@ Later sections of this document explain how to use the different Estimators and
* `MXNet SageMaker Estimators and Models <#mxnet-sagemaker-estimators>`__
* `TensorFlow SageMaker Estimators and Models <#tensorflow-sagemaker-estimators>`__
* `Chainer SageMaker Estimators and Models <#chainer-sagemaker-estimators>`__
* `PyTorch SageMaker Estimators <#pytorch-sagemaker-estimators>`__
* `AWS SageMaker Estimators and Models <#aws-sagemaker-estimators>`__
* `Custom SageMaker Estimators and Models <#byo-docker-containers-with-sagemaker-estimators>`__

Expand Down