-
Notifications
You must be signed in to change notification settings - Fork 548
Snapshot docs #4023
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
Snapshot docs #4023
Conversation
Documentation Link Check Results❌ Absolute links check failed |
Probably need to add the snapshot concept to the 'core concepts' page as well |
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.
There's also a whole tutorial about run templates which also needs updating.
|
||
This enables your team to standardize execution patterns while maintaining flexibility - perfect for production ML workflows that need to be triggered from various systems. | ||
|
||
 |
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.
maybe rename or duplicate the file? feels like someone might delete it at some point accidentally.
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.
Yep I'll have to create new screenshots for all of these, and will remove the old ones
Co-authored-by: Alex Strick van Linschoten <strickvl@users.noreply.github.com>
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 41.8%, saving 193.57 KB.
392 images did not require optimisation. Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions. |
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.
Just some nits.
Also, were the core concepts page changes in a different PR?
Co-authored-by: Alex Strick van Linschoten <strickvl@users.noreply.github.com>
Ah I forgot the core concept, I'll add it as well. |
✅ No broken links found! |
* Snapshot docs * Replace all mentions of run templates with snapshots * Update docs/book/how-to/snapshots/snapshots.md Co-authored-by: Alex Strick van Linschoten <strickvl@users.noreply.github.com> * Some PR comment fixes * Change pics * Optimised images with calibre/image-actions * Apply suggestions from code review Co-authored-by: Alex Strick van Linschoten <strickvl@users.noreply.github.com> * Core concept + code block fixes * Better snapshot description * Revert some links back to absolute --------- Co-authored-by: Alex Strick van Linschoten <strickvl@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 7ce5488)
Describe changes
I implemented/fixed _ to achieve _.
Pre-requisites
Please ensure you have done the following:
develop
and the open PR is targetingdevelop
. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.Types of changes