Build: #25 was successful
Job: Pipeline PR Test 6.7.4 was successful
Code commits
Pipeline
-
Rui Xue 81caa0081544fc174dfd45a330061468c8f85300
Merge branch 'docs/PIPE-2738-improve-docs-for-pl2026' of https://open-bitbucket.nrao.edu/scm/pipe/pipeline into docs/PIPE-2738-improve-docs-for-pl2026
-
Rui Xue 8872eb59a270fc1419e86cf82a1c10aac3dfe47b m
PIPE-2738: clarify QA score bounds and add colors in pipeline-weblog
- Replace ambiguous ">0.90-1.00" score range notation with explicit mathematical inequalities (e.g., $0.90 < S \leq 1.00$) for clarity.
- Apply inline CSS styling to colorize the color names (Green, Blue, Yellow, Red) in the QA score table and the prose text below it.
Refs: PIPE-2738 -
Rui Xue 831d1285dfed580251fdfd96d7060b0f7744a774 m
PIPE-2738: Add `toc_sections` extension for CLI task page navigation
Add `toc_sections.py` to promote docstring Parameters/Notes/Examples into
real docutils sections with anchor IDs, injecting them into the Furo
right-hand TOC for easier navigation on long CLI task pages. Only injects
entries for sections that actually exist in each task's docstring.
Also adds CSS to style the promoted headings as subtle labels.