Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR cleans up Quarto slide decks by removing now-unnecessary inline Vale suppressions that were previously used to work around RedHat.TermsWarnings noise related to “(i)/(ii)” menu-title markers, aligning with the upstream Vale package change referenced in the PR description.
Changes:
- Removed inline
<!-- vale RedHat.TermsWarnings = NO/YES -->blocks around headings that usedata-menu-title="… (i)"across multiple decks. - Minor slide-metadata cleanup where related (e.g., corrected a
data-menu-titlevalue and a “Next Steps” heading typo). - Adjusted inline Vale
RedHat.Symbolsdirective placement in one deck to scope suppression more locally.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| turbocharging-your-github-organisation/index.qmd | Removes inline RedHat.TermsWarnings toggles around (i) menu-title headings. |
| testing-and-continuous-integration/index.qmd | Removes inline RedHat.TermsWarnings toggles around multiple (i) menu-title headings. |
| scipy-2024/index.qmd | Removes inline RedHat.TermsWarnings toggles embedded in a list. |
| renovate-automating-dependency-management/index.qmd | Removes inline RedHat.TermsWarnings toggles around a (i) menu-title heading. |
| quarto-making-talks/index.qmd | Removes inline RedHat.TermsWarnings toggles around (i) menu-title headings. |
| python-packaging/index.qmd | Removes many inline RedHat.TermsWarnings toggles; also normalizes indentation of a remaining scoped toggle in a nested list section. |
| pyopensci-my-experience/index.qmd | Removes inline RedHat.TermsWarnings toggles around a (i) menu-title heading. |
| porting-glass-to-the-python-array-api/index.qmd | Removes inline RedHat.TermsWarnings toggles around a (i) menu-title heading. |
| linting-prose-with-vale/index.qmd | Removes inline RedHat.TermsWarnings toggles around multiple (i) menu-title headings. |
| github-safe-settings-policy-as-code/index.qmd | Removes inline RedHat.TermsWarnings toggles and fixes “Next Septs” → “Next Steps” for the (i) slide menu title. |
| europython-and-euroscipy-2025/index.qmd | Removes inline RedHat.TermsWarnings toggles; retains existing CaseSensitiveTerms/Symbols scoping. |
| devops-an-introduction/index.qmd | Removes inline RedHat.TermsWarnings toggles around a (i) menu-title heading. |
| ci-cd-faster-easier-development/index.qmd | Removes inline RedHat.TermsWarnings toggles and fixes data-menu-title text for “Key Differences (i)/(ii)”. |
| arc-reintroduction/index.qmd | Re-scopes RedHat.Symbols suppression and restores it afterward within the slide section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following redhat-documentation/vale-at-red-hat#1012