Skip to content

Commit 7970fd5

Browse files
author
Talia Chopra
committed
documentation: adding docs dedicated to SageMaker distributed versions
1 parent cfffb40 commit 7970fd5

8 files changed

+6
-6
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS = -W
6-
SPHINXBUILD = python -msphinx
6+
SPHINXBUILD = python3 -msphinx
77
SPHINXPROJ = sagemaker
88
SOURCEDIR = .
99
BUILDDIR = _build

doc/api/training/smd_data_parallel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ model.
6666

6767

6868
.. toctree::
69-
:maxdepth: 2
69+
:maxdepth: 3
7070

7171
smd_data_parallel_pytorch
7272
smd_data_parallel_tensorflow

doc/api/training/smd_model_parallel.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ that are specific to supported frameworks, TensorFlow and PyTorch. To use the li
2828
**Common API** documentation alongside the framework specific API documentation.
2929

3030
.. toctree::
31-
:maxdepth: 1
31+
:maxdepth: 2
3232

3333
smd_model_parallel_general
34-
smd_model_parallel_common_api
35-
smd_model_parallel_pytorch
36-
smd_model_parallel_tensorflow
34+
smp_versions/smd_model_parallel_common_api
35+
smp_versions/smd_model_parallel_pytorch
36+
smp_versions/smd_model_parallel_tensorflow
3737

3838
It is recommended to use this documentation alongside `SageMaker Distributed Model Parallel
3939
<http://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel.html>`__ in the Amazon SageMaker

0 commit comments

Comments
 (0)