Skip to content

docs(extraction): retarget GitHub source links after module reorg (NVBug 6179241)#2256

Draft
kheiss-uwzoo wants to merge 3 commits into
NVIDIA:mainfrom
kheiss-uwzoo:docs/6179241-fix-github-py-source-links
Draft

docs(extraction): retarget GitHub source links after module reorg (NVBug 6179241)#2256
kheiss-uwzoo wants to merge 3 commits into
NVIDIA:mainfrom
kheiss-uwzoo:docs/6179241-fix-github-py-source-links

Conversation

@kheiss-uwzoo

Copy link
Copy Markdown
Collaborator

Summary

Retargets GitHub source-code deep links in extraction docs after the NeMo Retriever module reorg. The crawl failures were caused by moved .py paths in the repository, not by incorrect .md page content or nav structure.

Root cause: Python modules moved from legacy paths (vdb/, service/models/, evaluation/) to their current locations (common/vdb/, common/schemas/, operators/, tools/evaluation/). Doc hrefs were not updated when the code moved.

Scope (path-only, no prose/nav changes):

Page Updates
vdbs.md vdb/lancedb.py, vdb/adt_vdb.pycommon/vdb/; vdb/operators.pyoperators/vdb.py; tree links → common/vdb
custom-metadata.md service/models/*.pycommon/schemas/; VDB tree links → common/vdb
workflow-document-ingestion.md evaluation/README.mdtools/evaluation/README.md (same anchor)

Out of scope (handled elsewhere): custom-metadata page consolidation (#2195 / #2203), MkDocs anchors (#2245), support-matrix edits.

Fixes the 10 broken GitHub deep links on the latest extraction track (NVBug 6179241). 26.3.0 was already resolved in #2249 / #2250.

Test plan

@kheiss-uwzoo kheiss-uwzoo self-assigned this Jun 22, 2026
@kheiss-uwzoo kheiss-uwzoo added the doc Improvements or additions to documentation label Jun 22, 2026
…tadata

Update ingest.py anchor to L1247-L1336 after service router growth; found during ::a on PR 2256.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant