docs: add cross-links between summarization how-to pages (#32968)

This PR improves navigation in the summarization how-to section by
adding
cross-links from the single-call guide to the related map-reduce and
refine
guides. This mirrors the docs style guide’s emphasis on clear
cross-references
and should help readers discover the appropriate pattern for longer
texts.

- Source edited: docs/docs/how_to/summarize_stuff.ipynb
- Links added:
  - /docs/how_to/summarize_map_reduce/
  - /docs/how_to/summarize_refine/

Type: docs-only (no code changes)
This commit is contained in:
Username46786
2025-09-16 06:59:03 -07:00
committed by GitHub
parent 244c699551
commit 435194acf6

View File

@@ -39,6 +39,16 @@
"/>\n"
]
},
{
"cell_type": "markdown",
"id": "ecc06359",
"metadata": {},
"source": [
"See also: [How to summarize through parallelization](/docs/how_to/summarize_map_reduce/) and\n",
"[How to summarize through iterative refinement](/docs/how_to/summarize_refine/).\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": 1,