You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync keys must match the tab label, not a group name, so that MyST
can identify matching tabs across tab-sets.
- docs.md: sphinx, mkdocs
- gha_pure.md + gha_wheels.md: trusted-publishing, token
- packaging_compiled.md: scikit-build-core, meson-python, maturin
- coverage.md was already correct (coverage, pytest-cov)
- Update AGENTS.md with correct sync key convention
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Assisted-by: copilot-cli:claude-sonnet-4.6
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,4 @@ The noxfile generates temporary projects for **all 9 backends** × **vcs on/off*
59
59
- Custom CSS: `docs/assets/css/site.css` — only `.rr-btn` badge styling remains.
60
60
- Docs pages in `docs/pages/` contain cog blocks that auto-generate config examples from the template.
61
61
- The repo-review interactive page uses an `{iframe}` pointing to the WASM app at `https://scientific-python.github.io/repo-review/`.
62
-
- Tab-sets use `:sync:` for cross-page tab synchronization: `coverage-tool`, `docs-framework`, `publish-method`, `compiled-backend`.
62
+
- Tab-sets use `:sync: <tab-name>` for cross-page tab synchronization, where the sync key is the tab label itself (e.g., `sphinx`, `mkdocs`, `trusted-publishing`, `scikit-build-core`).
0 commit comments