-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Clean up RTD Website #2 #3318
Conversation
…lti_model_endpoint_home_value.ipynb
…uation/scikit_learn_data_processing_and_model_evaluation.ipynb
…managed_spot_training_tensorflow_estimator.ipynb
…aining_mxnet.ipynb
…ipt/tensorflow-serving-cifar10-python-sdk.ipynb
…ker_end2end.ipynb
…ript_mode/tensorflow_moving_from_framework_mode_to_script_mode.ipynb
…_script_mode_pipe_mode.ipynb
…w_script_mode_quickstart.ipynb
…/tensorflow_script_mode_using_shell_commands.ipynb
…/tensorflow_script_mode_training_and_serving.ipynb
…_spot_cartpole_coach_gymEnv.ipynb
…atic_model_tuning.ipynb
…erserver_ray.ipynb
…ork_compression_ray_custom.ipynb
…ch/rl_traveling_salesman_vehicle_routing_coach.ipynb
…t_marketing_sagemaker_APIs.ipynb
…t_marketing_sagemaker_python_sdk.ipynb
…tensorflow2_smdataparallel_maskrcnn_demo.ipynb
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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.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.