Skip to content

Commit

Permalink
[Doc] Doc Link Fix for GSProcessing (#1038)
Browse files Browse the repository at this point in the history
*Issue #, if available:*

*Description of changes:*
Preview page:
https://jalencato-graphstorm-doc-2.readthedocs.io/en/latest/cli/graph-construction/distributed/gsprocessing/aws-infra/amazon-sagemaker.html

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
jalencato authored Oct 1, 2024
1 parent 72139d6 commit 0b48f4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,5 @@ in :ref:`gsp-examining-output`.
Run distributed partitioning and training on Amazon SageMaker
-------------------------------------------------------------

With the data now processed you can follow the
`GraphStorm Amazon SageMaker guide
<https://graphstorm.readthedocs.io/en/latest/scale/sagemaker.html#run-graphstorm-on-sagemaker>`_
With the data now processed you can follow the :ref:`GraphStorm Amazon SageMaker guide<distributed-sagemaker>`
to partition your data and run training on AWS.
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,5 @@ Run distributed partitioning and training on Amazon SageMaker
-------------------------------------------------------------

With the data now processed you can follow the
`GraphStorm Amazon SageMaker guide
<https://graphstorm.readthedocs.io/en/latest/scale/sagemaker.html#run-graphstorm-on-sagemaker>`_
:ref:`GraphStorm Amazon SageMaker guide<distributed-sagemaker>`
to partition your data and run training on AWS.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,5 @@ Run distributed partitioning and training on Amazon SageMaker
-------------------------------------------------------------

With the data now processed you can follow the
`GraphStorm Amazon SageMaker guide
<https://graphstorm.readthedocs.io/en/latest/scale/sagemaker.html#run-graphstorm-on-sagemaker>`_
:ref:`GraphStorm Amazon SageMaker guide<distributed-sagemaker>`
to partition your data and run training on AWS.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ You can clone the GraphStorm repository using
git clone https://github.com/awslabs/graphstorm.git
You can then navigate to the ``graphstorm-processing/docker`` directory
You can then navigate to the ``graphstorm-processing/`` directory
that contains the relevant code:

.. code-block:: bash
cd ./graphstorm/graphstorm-processing/docker
cd ./graphstorm/graphstorm-processing/
Install Docker
--------------
Expand Down

0 comments on commit 0b48f4e

Please sign in to comment.