Skip to content

Commit 8a0d640

Browse files
authored
docs: workflows navigation (#1563)
* documentation: workflow nav addition * documentation: add index page for workflows folder
1 parent 30310ba commit 8a0d640

11 files changed

+15
-5
lines changed

doc/index.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,14 @@ Amazon SageMaker provides implementations of some common machine learning algori
5353

5454

5555
*************
56-
Orchestration
56+
Workflows
5757
*************
58-
Orchestrate your SageMaker training and inference jobs with Kubernetes and Airflow.
58+
Orchestrate your SageMaker training and inference workflows with Airflow and Kubernetes.
5959

6060
.. toctree::
61-
:maxdepth: 1
61+
:maxdepth: 2
6262

63-
kubernetes/index
64-
airflow/index
63+
workflows/index
6564

6665

6766
*************************
File renamed without changes.

doc/workflows/index.rst

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
##########
2+
Workflows
3+
##########
4+
5+
The SageMaker Python SDK supports managed training and inference for a variety of machine learning frameworks:
6+
7+
.. toctree::
8+
:maxdepth: 2
9+
10+
airflow/index
11+
kubernetes/index
File renamed without changes.

0 commit comments

Comments
 (0)