Code commits
Pipeline
-
Rui Xue 0104ff9903e36d7745be959092b9ba0a12cfc855
PIPE-2738: Fix Sphinx image scaling errors in CLI docstrings
Replaced `:scale:` with `:width:` in `.. figure::` directives across 19 CLI task docstrings. This circumvents a known Sphinx/Pillow limitation where attempting to read original image files from disk for dynamic scaling fails with a `FileNotFoundError` when triggered from generated `autosummary` stubs. This resolves the image build warnings while retaining identical visual output in the HTML docs.- pipeline/hif/cli/hif_findcont.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hif/cli/hif_selfcal.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_bandpass.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_bandpassflag.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_diffgaincal.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_gfluxscale.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_polcal.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_renorm.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_spwphaseup.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_targetflag.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_timegaincal.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_tsysflagcontamination.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hifa/cli/hifa_wvrgcalflag.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hsd/cli/hsd_applycal.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hsd/cli/hsd_baseline.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hsd/cli/hsd_imaging.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hsd/cli/hsd_importdata.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hsd/cli/hsd_k2jycal.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
- pipeline/hsd/cli/hsd_skycal.py (version 0104ff9903e36d7745be959092b9ba0a12cfc855) (diffs)
-
Rui Xue b0dab90727c2158a9cd843f58a2514589f357bd9
PIPE-2738: Convert Markdown tables to `list-table` directives in User Guide
Converted the standard Markdown tables in `pipeline-versions-and-documentation.md`, `pipeline-weblog.md`, and `weights.md` to Sphinx `{list-table}` directives. This ensures consistent table rendering and alignment across the Sphinx documentation, and enables the application of custom CSS classes (like `small-font-table`) to maintain a clean, compact visual style.- docs/source/users_guide/pipeline-versions-and-documentation.md (version b0dab90727c2158a9cd843f58a2514589f357bd9) (diffs)
- docs/source/users_guide/pipeline-weblog.md (version b0dab90727c2158a9cd843f58a2514589f357bd9) (diffs)
- docs/source/users_guide/weights.md (version b0dab90727c2158a9cd843f58a2514589f357bd9) (diffs)
-
Rui Xue c089de2018ea83fb66be39b9a6e3449509b906ef
PIPE-2738: Apply drop-shadow to Markdown lightbox images
Extended the custom CSS drop-shadow styling in `custom_theme.css` to target `a[data-lightbox] img`. This ensures that screenshots embedded in MyST Markdown files (which use the Sphinx lightbox extension) receive the same consistent border and shadow effect as images embedded via standard Sphinx `.. figure::` directives.