-
Notifications
You must be signed in to change notification settings - Fork 34
docs: extract batch processing snippets #1104
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
base: develop
Are you sure you want to change the base?
docs: extract batch processing snippets #1104
Conversation
|
Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need. |
|
Hi @fuguiKz thanks for opening the pull request and working on this. Due to the current holiday period we might take more time to review your pull request. Thank you once again |
|
|
Pushed a follow-up commit adding named namespaces to the new snippet files (Sonar rule S3903: types in global namespace). This should bring the SonarCloud Quality Gate back to green once checks rerun. |
|
Update: SonarCloud checks are now green on the latest commit (SonarCloud Code Analysis is passing). Thanks! |
|
FYI the GitHub Actions check suite is in an "action required" state (fork workflow approval), so Actions jobs haven't run yet. Other checks (SonarCloud, etc.) are green. Could a maintainer approve and run the GitHub Actions workflows for this PR? That should unblock mergeability. |



Issue number: #1005, #1006
Summary
Changes
docs/utilities/batch-processing.mdinto snippet files underexamples/BatchProcessing/snippets/and replaced the Markdown code fences withpymdownx.snippetsincludes.docs/utilities/idempotency.mdinto snippet files underexamples/Idempotency/snippets/and replaced the Markdown code fences withpymdownx.snippetsincludes.pymdownx.snippets.dedent_subsectionsinmkdocs.ymlto preserve formatting when including indented subsections (e.g., within tabs/admonitions).User experience
No intended visual changes to the rendered documentation; this is a maintainability improvement to avoid duplicated/inline code blocks.
Checklist
make build-docs-website)Fixes #1005
Fixes #1006