Pull request #1927: PIPE-2738: improve docs for `MAIN` (part1)
Merge in PIPE/pipeline from docs/PIPE-2738-improve-docs-for-MAIN to main
* commit 'b2f166936faa9be35cab37335b22e6943bbaac9f': (29 commits) PIPE-2738: Reorganize pixi tasks, add warning suppression, rename `CASA_MPI_NPROCS` to `CASA_NPROCS` PIPE-2738: Drop CASA 6.7.5, promote 6.7.6 to latest, add 6.7.7 support PIPE-2738: Document two new procedure recipes PIPE-2738: Changed front page to list table with table notes and added the link to Nobeyama Pipeline Users' Guide PIPE-2738: update processing environment screenshots in weblog guide PIPE-2738: fix parameter linking on CLI task pages PIPE-2738: clarify QA score bounds and add colors in pipeline-weblog PIPE-2738: Add `toc_sections` extension for CLI task page navigation PIPE-2738: Updates following the feedbacks from Luke and Kotomi PIPE-2738: Update documentation author to 'Pipeline Contributors' PIPE-2738: Update documentation links to `ra-pipeline1 upstream PIPE-2738: Fix Sphinx image scaling errors in CLI docstrings PIPE-2738: Convert Markdown tables to `list-table` directives in User Guide PIPE-2738: Apply drop-shadow to Markdown lightbox images PIPE-2738: Style figure captions to distinguish them from body text PIPE-2738: Remove redundant `Returns1 sections and add missing type hints in CLI tasks PIPE-2738: Improve image visibility with drop shadows and click-to-zoom lightboxes PIPE-2738: Improve organization and completeness of Common Task Functionality in `hif_makeimages` PIPE-2738: Migrate additional ALMA Pipeline User Guide content of `hif_checkproductsize`, `hif_makeimages`, and `hif_makeimlist`, to CLI task docstrings PIPE-2738: Update `hifa_diffgaincal` docstring with additional content and figures from User's Guide
...
PIPE-2738: Document two new procedure recipes
Add `procedure_hifa_polimage.xml` and `procedure_hifv_nofluxcal.xml`
to `recipes.md` with corresponding JIRA tickets.
PIPE-2738: fix parameter linking on CLI task pages
Update `parameter_linking.py` to find parameter documentation even after it
has been promoted to a separate `<section id="parameters">` by the
toc_sections extension. This restores the automatic insertion of anchor links
and bold colons for parameter lists on CLI task pages.