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: Changed front page to list table with table notes and added the link to Nobeyama Pipeline Users' Guide
# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# Author: Remy Indebetouw <remy@virginia.edu>
# Date: Wed Aug 12 13:15:43 2026 -0400
#
# interactive rebase in progress; onto eb4a7dd24
# Last commands done (30 commands done):
# pick 09f4778d8 PIPE-2738: update processing environment screenshots in weblog guide
# reword 83b481d98 # changed front page to list table with table notes added Nobeyama
# Next commands to do (3 remaining commands):
# pick 22c242bad PIPE-2738: Document two new procedure recipes
# pick f2bae51a3 PIPE-2738: Drop CASA 6.7.5, promote 6.7.6 to latest, add 6.7.7 support
# You are currently editing a commit while rebasing branch 'docs/PIPE-2738-improve-docs-for-MAIN' on 'eb4a7dd24'.
#
# Changes to be committed:
# modified: docs/README.rst
# modified: docs/source/index.rst
# modified: docs/source/users_guide/hifa_polcalimage-recipe.md
# modified: docs/source/users_guide/index.md
#
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.