Skip to content

Commit c3da6e5

Browse files
committed
docs(overall_status): refine PA1/PA5 layout, add platform-ver admonition, fix label warnings
- PA1: render FR issue titles next to the issue number; restrict #549 to Baselibs; add #757 'qualified json-parser' to Baselibs (no milestone); drop #914/#917 from Communication (local IPC scope only) - PA5: drop per-module Platform Ver. Rpt column; add prominent Platform Verification Report admonition after the table - PA5: split test counts onto a separate line-block line below the status emoji - PA5: add reader notes for C0/C1 coverage source and Static/Dynamic analysis semantics - Add cross-reference labels (overall_status_pa2..pa5) to fix six Sphinx 'undefined label' warnings from pi1/pi2/pi3 - custom.css: neutralise blockquote/line-block styling inside list tables so secondary lines blend into the cell; style new .platform-ver-report admonition Sphinx build now reports 0 warnings, 0 errors. SKILL.md updated to document all of the above (sections 4.0, 4.2, 5.0, 5.1, 5.2).
1 parent 703ffa6 commit c3da6e5

7 files changed

Lines changed: 749 additions & 422 deletions

File tree

.github/skills/overall-status/SKILL.md

Lines changed: 359 additions & 13 deletions
Large diffs are not rendered by default.

docs/_assets/custom.css

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,67 @@ body.wide-content-page .bd-content .bd-article-container {
166166
.landing-grid .sd-card a:hover {
167167
color: #ffffff !important;
168168
}
169+
170+
/* ---------------------------------------------------------------------------
171+
* RST line-blocks inside list-tables (used in overall_status.rst PA cells):
172+
* Sphinx wraps the indented "| ..." continuation in a <blockquote>, which
173+
* adds a left border and a tinted background. Inside a status table we want
174+
* those secondary lines (test counts, coverage values, links) to look like
175+
* regular text — same color, no border, no inset background.
176+
* ---------------------------------------------------------------------------*/
177+
178+
table.docutils blockquote,
179+
table blockquote {
180+
margin: 0 !important;
181+
padding: 0 !important;
182+
border: none !important;
183+
background: transparent !important;
184+
box-shadow: none !important;
185+
}
186+
187+
table.docutils blockquote > div,
188+
table blockquote > div {
189+
margin: 0 !important;
190+
padding: 0 !important;
191+
}
192+
193+
table.docutils .line-block,
194+
table .line-block {
195+
margin: 0 !important;
196+
padding: 0 !important;
197+
border: none !important;
198+
background: transparent !important;
199+
}
200+
201+
table.docutils .line-block .line,
202+
table .line-block .line {
203+
margin: 0 !important;
204+
padding: 0 !important;
205+
border: none !important;
206+
background: transparent !important;
207+
}
208+
209+
/* ---------------------------------------------------------------------------
210+
* Platform Verification Report admonition (overall_status.rst PA5):
211+
* make this single project-wide deliverable visually prominent.
212+
* ---------------------------------------------------------------------------*/
213+
214+
.admonition.platform-ver-report {
215+
font-size: 1.15rem;
216+
border-left: 6px solid #1a5fa8;
217+
background-color: #eef4fb;
218+
padding: 0.8rem 1rem;
219+
margin: 1.2rem 0;
220+
}
221+
222+
.admonition.platform-ver-report > .admonition-title {
223+
font-size: 1.25rem;
224+
font-weight: 700;
225+
color: #1a5fa8;
226+
margin-bottom: 0.3rem;
227+
}
228+
229+
.admonition.platform-ver-report p {
230+
margin: 0;
231+
font-size: 1.1rem;
232+
}

docs/_assets/pa2_impl_progress.svg

Lines changed: 5 additions & 5 deletions
Loading

docs/_assets/pa3_arch_progress.svg

Lines changed: 4 additions & 4 deletions
Loading

docs/_assets/pa4_impl_progress.svg

Lines changed: 3 additions & 3 deletions
Loading

docs/_assets/pa5_verification_progress.svg

Lines changed: 10 additions & 10 deletions
Loading

0 commit comments

Comments
 (0)