Skip to content

Conversation

@Aditi2424
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Aditi2424 and others added 12 commits December 31, 2025 10:31
- Add ReadTheDocs configuration with sphinx-book-theme
- Create comprehensive overview, installation, and quickstart pages
- Set up documentation structure for all core capabilities
- Add custom CSS and Sphinx configuration
- Create symlinks to v3-examples and sagemaker-core directories
- Add docs/_build/ to .gitignore to exclude build artifacts

Co-authored-by: adishaa <adishaa@amazon.com>
…ops and sagemaker core (#5446)

* feat: Add basic V3 documentation structure and configuration

- Add ReadTheDocs configuration with sphinx-book-theme
- Create comprehensive overview, installation, and quickstart pages
- Set up documentation structure for all core capabilities
- Add custom CSS and Sphinx configuration
- Create symlinks to v3-examples and sagemaker-core directories
- Add docs/_build/ to .gitignore to exclude build artifacts

* feat: Add comprehensive training, inference, and model customization content

- Add detailed model customization with SFTTrainer, DPOTrainer, RLAIFTrainer, RLVRTrainer
- Include unified ModelTrainer interface for training workflows
- Add ModelBuilder for streamlined inference deployment
- Cover LoRA, full fine-tuning, and advanced ML techniques
- Include migration guides and production-ready examples

* feat: Add ML Ops and SageMaker Core documentation

- Add comprehensive MLOps pipeline orchestration and monitoring
- Include SageMaker Core low-level API documentation
- Cover advanced pipeline features and governance capabilities

---------

Co-authored-by: adishaa <adishaa@amazon.com>
- Add complete documentation structure for SageMaker Python SDK V3
- Implement eye-catching card-based UI for 'What's New' section
- Position model customization as flagship V3 feature with prominent highlighting
- Add comprehensive content for training, inference, ML ops, and core modules
- Include collapsed navigation with model customization emphasis
- Set up ReadTheDocs configuration and Sphinx documentation system
- Add installation guide, quickstart, and overview pages
- Link to staging repository examples and notebooks

Co-authored-by: adishaa <adishaa@amazon.com>
* feat: Add comprehensive V3 documentation with enhanced UI

- Add complete documentation structure for SageMaker Python SDK V3
- Implement eye-catching card-based UI for 'What's New' section
- Position model customization as flagship V3 feature with prominent highlighting
- Add comprehensive content for training, inference, ML ops, and core modules
- Include collapsed navigation with model customization emphasis
- Set up ReadTheDocs configuration and Sphinx documentation system
- Add installation guide, quickstart, and overview pages
- Link to staging repository examples and notebooks

* feat: Add comprehensive feedback component with light theme

- Add thumbs up/down feedback buttons with SVG icons
- Show detailed feedback options when thumbs down is selected
- Include 5 checkbox options: hard to understand, code doesn't work, couldn't find, out of date, other
- Add textarea for additional feedback details
- Implement light theme styling with proper contrast
- Position component at bottom of each documentation page
- Include analytics tracking for feedback data
- Support multiple selection of feedback reasons

* Add API documentation using autodoc and autosummary

---------

Co-authored-by: adishaa <adishaa@amazon.com>
* feat: Add comprehensive V3 documentation with enhanced UI

- Add complete documentation structure for SageMaker Python SDK V3
- Implement eye-catching card-based UI for 'What's New' section
- Position model customization as flagship V3 feature with prominent highlighting
- Add comprehensive content for training, inference, ML ops, and core modules
- Include collapsed navigation with model customization emphasis
- Set up ReadTheDocs configuration and Sphinx documentation system
- Add installation guide, quickstart, and overview pages
- Link to staging repository examples and notebooks

* feat: Add comprehensive feedback component with light theme

- Add thumbs up/down feedback buttons with SVG icons
- Show detailed feedback options when thumbs down is selected
- Include 5 checkbox options: hard to understand, code doesn't work, couldn't find, out of date, other
- Add textarea for additional feedback details
- Implement light theme styling with proper contrast
- Position component at bottom of each documentation page
- Include analytics tracking for feedback data
- Support multiple selection of feedback reasons

* Add API documentation using autodoc and autosummary

* doc: Documentation v3 improvements

* docs: Update requirements.txt for documentation build

* docs: Add sphinx-design to requirements.txt for ReadTheDocs build

---------

Co-authored-by: adishaa <adishaa@amazon.com>
* feat: Add comprehensive V3 documentation with enhanced UI

- Add complete documentation structure for SageMaker Python SDK V3
- Implement eye-catching card-based UI for 'What's New' section
- Position model customization as flagship V3 feature with prominent highlighting
- Add comprehensive content for training, inference, ML ops, and core modules
- Include collapsed navigation with model customization emphasis
- Set up ReadTheDocs configuration and Sphinx documentation system
- Add installation guide, quickstart, and overview pages
- Link to staging repository examples and notebooks

* feat: Add comprehensive feedback component with light theme

- Add thumbs up/down feedback buttons with SVG icons
- Show detailed feedback options when thumbs down is selected
- Include 5 checkbox options: hard to understand, code doesn't work, couldn't find, out of date, other
- Add textarea for additional feedback details
- Implement light theme styling with proper contrast
- Position component at bottom of each documentation page
- Include analytics tracking for feedback data
- Support multiple selection of feedback reasons

* Add API documentation using autodoc and autosummary

* doc: Documentation v3 improvements

* docs: Update requirements.txt for documentation build

* docs: Add sphinx-design to requirements.txt for ReadTheDocs build

* docs: Remove unsupported LoRAConfig/TrainingConfig and update preference_dataset to training_dataset

* doc: Update inference docs

---------

Co-authored-by: adishaa <adishaa@amazon.com>
* feat: Add comprehensive V3 documentation with enhanced UI

- Add complete documentation structure for SageMaker Python SDK V3
- Implement eye-catching card-based UI for 'What's New' section
- Position model customization as flagship V3 feature with prominent highlighting
- Add comprehensive content for training, inference, ML ops, and core modules
- Include collapsed navigation with model customization emphasis
- Set up ReadTheDocs configuration and Sphinx documentation system
- Add installation guide, quickstart, and overview pages
- Link to staging repository examples and notebooks

* feat: Add comprehensive feedback component with light theme

- Add thumbs up/down feedback buttons with SVG icons
- Show detailed feedback options when thumbs down is selected
- Include 5 checkbox options: hard to understand, code doesn't work, couldn't find, out of date, other
- Add textarea for additional feedback details
- Implement light theme styling with proper contrast
- Position component at bottom of each documentation page
- Include analytics tracking for feedback data
- Support multiple selection of feedback reasons

* Add API documentation using autodoc and autosummary

* doc: Documentation v3 improvements

* docs: Update requirements.txt for documentation build

* docs: Add sphinx-design to requirements.txt for ReadTheDocs build

* docs: Remove unsupported LoRAConfig/TrainingConfig and update preference_dataset to training_dataset

* doc: Update inference docs

* docs: Update ModelBuilder example in overview.rst with correct V3 workflow

* Clear Clarify notebook output

---------

Co-authored-by: adishaa <adishaa@amazon.com>
* feat: Add comprehensive V3 documentation with enhanced UI

- Add complete documentation structure for SageMaker Python SDK V3
- Implement eye-catching card-based UI for 'What's New' section
- Position model customization as flagship V3 feature with prominent highlighting
- Add comprehensive content for training, inference, ML ops, and core modules
- Include collapsed navigation with model customization emphasis
- Set up ReadTheDocs configuration and Sphinx documentation system
- Add installation guide, quickstart, and overview pages
- Link to staging repository examples and notebooks

* feat: Add comprehensive feedback component with light theme

- Add thumbs up/down feedback buttons with SVG icons
- Show detailed feedback options when thumbs down is selected
- Include 5 checkbox options: hard to understand, code doesn't work, couldn't find, out of date, other
- Add textarea for additional feedback details
- Implement light theme styling with proper contrast
- Position component at bottom of each documentation page
- Include analytics tracking for feedback data
- Support multiple selection of feedback reasons

* Add API documentation using autodoc and autosummary

* doc: Documentation v3 improvements

* docs: Update requirements.txt for documentation build

* docs: Add sphinx-design to requirements.txt for ReadTheDocs build

* docs: Remove unsupported LoRAConfig/TrainingConfig and update preference_dataset to training_dataset

* doc: Update inference docs

* docs: Update ModelBuilder example in overview.rst with correct V3 workflow

* Clear Clarify notebook output

* Fix GitHub buttons and update V3 breaking changes note

- Fix duplicate html_theme_options in conf.py that was hiding GitHub repo and issues buttons
- Update overview note to mention V3 breaking changes and link to release notes

* doc: Update MLOps example notebook titles

* doc: Update notebook titles

* doc: Update model customization page

---------

Co-authored-by: adishaa <adishaa@amazon.com>
* feat: Add comprehensive V3 documentation with enhanced UI

- Add complete documentation structure for SageMaker Python SDK V3
- Implement eye-catching card-based UI for 'What's New' section
- Position model customization as flagship V3 feature with prominent highlighting
- Add comprehensive content for training, inference, ML ops, and core modules
- Include collapsed navigation with model customization emphasis
- Set up ReadTheDocs configuration and Sphinx documentation system
- Add installation guide, quickstart, and overview pages
- Link to staging repository examples and notebooks

* feat: Add comprehensive feedback component with light theme

- Add thumbs up/down feedback buttons with SVG icons
- Show detailed feedback options when thumbs down is selected
- Include 5 checkbox options: hard to understand, code doesn't work, couldn't find, out of date, other
- Add textarea for additional feedback details
- Implement light theme styling with proper contrast
- Position component at bottom of each documentation page
- Include analytics tracking for feedback data
- Support multiple selection of feedback reasons

* Add API documentation using autodoc and autosummary

* doc: Documentation v3 improvements

* docs: Update requirements.txt for documentation build

* docs: Add sphinx-design to requirements.txt for ReadTheDocs build

* docs: Remove unsupported LoRAConfig/TrainingConfig and update preference_dataset to training_dataset

* doc: Update inference docs

* docs: Update ModelBuilder example in overview.rst with correct V3 workflow

* Clear Clarify notebook output

* Fix GitHub buttons and update V3 breaking changes note

- Fix duplicate html_theme_options in conf.py that was hiding GitHub repo and issues buttons
- Update overview note to mention V3 breaking changes and link to release notes

* doc: Update MLOps example notebook titles

* doc: Update notebook titles

* doc: Update model customization page

* doc: Address latest feedback to bring parity with aws docs

* doc: fix what's new heading

---------

Co-authored-by: adishaa <adishaa@amazon.com>
* feat: Add comprehensive V3 documentation with enhanced UI

- Add complete documentation structure for SageMaker Python SDK V3
- Implement eye-catching card-based UI for 'What's New' section
- Position model customization as flagship V3 feature with prominent highlighting
- Add comprehensive content for training, inference, ML ops, and core modules
- Include collapsed navigation with model customization emphasis
- Set up ReadTheDocs configuration and Sphinx documentation system
- Add installation guide, quickstart, and overview pages
- Link to staging repository examples and notebooks

* feat: Add comprehensive feedback component with light theme

- Add thumbs up/down feedback buttons with SVG icons
- Show detailed feedback options when thumbs down is selected
- Include 5 checkbox options: hard to understand, code doesn't work, couldn't find, out of date, other
- Add textarea for additional feedback details
- Implement light theme styling with proper contrast
- Position component at bottom of each documentation page
- Include analytics tracking for feedback data
- Support multiple selection of feedback reasons

* Add API documentation using autodoc and autosummary

* doc: Documentation v3 improvements

* docs: Update requirements.txt for documentation build

* docs: Add sphinx-design to requirements.txt for ReadTheDocs build

* docs: Remove unsupported LoRAConfig/TrainingConfig and update preference_dataset to training_dataset

* doc: Update inference docs

* docs: Update ModelBuilder example in overview.rst with correct V3 workflow

* Clear Clarify notebook output

* Fix GitHub buttons and update V3 breaking changes note

- Fix duplicate html_theme_options in conf.py that was hiding GitHub repo and issues buttons
- Update overview note to mention V3 breaking changes and link to release notes

* doc: Update MLOps example notebook titles

* doc: Update notebook titles

* doc: Update model customization page

* doc: Address latest feedback to bring parity with aws docs

* doc: fix what's new heading

* doc: Reorganize model customization

---------

Co-authored-by: adishaa <adishaa@amazon.com>
* feat: Add comprehensive V3 documentation with enhanced UI

- Add complete documentation structure for SageMaker Python SDK V3
- Implement eye-catching card-based UI for 'What's New' section
- Position model customization as flagship V3 feature with prominent highlighting
- Add comprehensive content for training, inference, ML ops, and core modules
- Include collapsed navigation with model customization emphasis
- Set up ReadTheDocs configuration and Sphinx documentation system
- Add installation guide, quickstart, and overview pages
- Link to staging repository examples and notebooks

* feat: Add comprehensive feedback component with light theme

- Add thumbs up/down feedback buttons with SVG icons
- Show detailed feedback options when thumbs down is selected
- Include 5 checkbox options: hard to understand, code doesn't work, couldn't find, out of date, other
- Add textarea for additional feedback details
- Implement light theme styling with proper contrast
- Position component at bottom of each documentation page
- Include analytics tracking for feedback data
- Support multiple selection of feedback reasons

* Add API documentation using autodoc and autosummary

* doc: Documentation v3 improvements

* docs: Update requirements.txt for documentation build

* docs: Add sphinx-design to requirements.txt for ReadTheDocs build

* docs: Remove unsupported LoRAConfig/TrainingConfig and update preference_dataset to training_dataset

* doc: Update inference docs

* docs: Update ModelBuilder example in overview.rst with correct V3 workflow

* Clear Clarify notebook output

* Fix GitHub buttons and update V3 breaking changes note

- Fix duplicate html_theme_options in conf.py that was hiding GitHub repo and issues buttons
- Update overview note to mention V3 breaking changes and link to release notes

* doc: Update MLOps example notebook titles

* doc: Update notebook titles

* doc: Update model customization page

* doc: Address latest feedback to bring parity with aws docs

* doc: fix what's new heading

* doc: Reorganize model customization

* docs: Update headings

* doc: minor fix

* doc: Fix headings

---------

Co-authored-by: adishaa <adishaa@amazon.com>
@Aditi2424 Aditi2424 changed the title docs: PySDK V3 Documentation documentation: PySDK V3 Documentation Jan 9, 2026
@Aditi2424 Aditi2424 merged commit 1f6c645 into master Jan 9, 2026
2 of 6 checks passed
@Aditi2424 Aditi2424 deleted the v3docs branch January 9, 2026 05:50
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