Skip to content

Clean up RTD Website #2 #3318

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 75 commits into from
Apr 12, 2022
Merged

Clean up RTD Website #2 #3318

merged 75 commits into from
Apr 12, 2022

Conversation

atqy
Copy link
Contributor

@atqy atqy commented Apr 12, 2022

Issue #, if available:

Description of changes:
There are two types of errors that this PR cleans up:
(A) Any error in the RST files (i.e. empty sections, broken links, etc)
(B) Reformatting Markdown headers in notebooks so that they are displayed correctly in RTD website

Testing done:
Looked at https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/ to see if notebooks are formatted correctly. The pages that are changed are:
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/aws_marketplace/index.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/inference/index.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/sagemaker_processing/index.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/training/management.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/sagemaker_batch_transform/index.html#tensorflow
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/training/frameworks.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/reinforcement_learning/index.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/training/distributed_training/index.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/training/algorithms.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/inference/data_types.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/sagemaker_neo_compilation_jobs/index.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/inference/endpoints.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/sagemaker_model_monitor/index.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/sagemaker-clarify/index.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/scientific_details_of_algorithms/index.html
https://atqy-amazon-sagemaker-examples.readthedocs.io/en/atqy-correct-rtd-rst-2/sagemaker-debugger/index.html

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

  • I have read the CONTRIBUTING doc and adhered to the example notebook best practices
  • I have updated any necessary documentation, including READMEs
  • I have tested my notebook(s) and ensured it runs end-to-end
  • I have linted my notebook(s) and code using tox -e black-format,black-nb-format

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

atqy added 30 commits April 11, 2022 12:03
…uation/scikit_learn_data_processing_and_model_evaluation.ipynb
…managed_spot_training_tensorflow_estimator.ipynb
…ipt/tensorflow-serving-cifar10-python-sdk.ipynb
…ript_mode/tensorflow_moving_from_framework_mode_to_script_mode.ipynb
…/tensorflow_script_mode_using_shell_commands.ipynb
…/tensorflow_script_mode_training_and_serving.ipynb
…ch/rl_traveling_salesman_vehicle_routing_coach.ipynb
…tensorflow2_smdataparallel_maskrcnn_demo.ipynb
@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-link-check
  • Commit ID: 95c7eea
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-code-formatting
  • Commit ID: 95c7eea
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-grammar
  • Commit ID: 95c7eea
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-grammar
  • Commit ID: 95c7eea
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-code-formatting
  • Commit ID: 9766f3d
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-link-check
  • Commit ID: 9766f3d
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-code-formatting
  • Commit ID: 9766f3d
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-link-check
  • Commit ID: 9766f3d
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-code-formatting
  • Commit ID: bd7969c
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-link-check
  • Commit ID: bd7969c
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-link-check
  • Commit ID: bd7969c
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-code-formatting
  • Commit ID: bd7969c
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-grammar
  • Commit ID: bd7969c
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-grammar
  • Commit ID: 9766f3d
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-grammar
  • Commit ID: 9766f3d
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-grammar
  • Commit ID: bd7969c
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-link-check
  • Commit ID: c300694
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-code-formatting
  • Commit ID: c300694
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-link-check
  • Commit ID: c300694
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-code-formatting
  • Commit ID: c300694
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-grammar
  • Commit ID: c300694
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: sagemaker-examples-grammar
  • Commit ID: c300694
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@atqy atqy merged commit 8279abf into aws:main Apr 12, 2022
@atqy atqy deleted the atqy-correct-rtd-rst-2 branch April 12, 2022 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants