-
Notifications
You must be signed in to change notification settings - Fork 16
Normalize structure: Add Introduction and Testing sections (#227) #268
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
Conversation
src/content/docs/aws/tutorials/reproducible-machine-learning-cloud-pods.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/aws/tutorials/reproducible-machine-learning-cloud-pods.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/aws/tutorials/reproducible-machine-learning-cloud-pods.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/aws/tutorials/reproducible-machine-learning-cloud-pods.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/aws/tutorials/reproducible-machine-learning-cloud-pods.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/aws/tutorials/reproducible-machine-learning-cloud-pods.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/aws/tutorials/reproducible-machine-learning-cloud-pods.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/aws/tutorials/reproducible-machine-learning-cloud-pods.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's have @blkgrlcto or @remotesynth confirm if it's technically accurate.
And also, THANK YOU for your contribution! 🦄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a number of changes, mostly due to issues in the original instructions. Moved the testing section to be last. Thanks for the contributions!
Hey @anikchand461. Thanks so much for your HacktoberFest contribution! Now that your PR has been merged, go ahead and fill out this form to claim your swag. |
thanks soo much @blkgrlcto what should be the mailing address ? my gmail ? or my home address ? |
Changes
This PR addresses #227 by normalizing the structure of the "Reproducible ML with Cloud Pods" tutorial:
## Introduction
heading around the existing overview paragraphs (no content changes).## Testing the Application
section after "Deploying the Lambda functions" (before "Creating a Cloud Pod"), including:No other content was modified—preserved all original code, diagrams, and notes.
Testing
npm run dev
(renders cleanly at/docs/aws/tutorials/reproducible-machine-learning-cloud-pods/
).npm run build
—no errors.Hacktoberfest contribution! Excited to help improve the docs.
Closes #227.