feat(doc-symbol): "Link to docs" — link a code symbol to its official docs #685
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
project-halkyon/halkyon-learn!685
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/685/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The app side of "Link to docs": in a flashcard answer, select a code symbol (
seaborn.kdeplot, …) and one toolbar action resolves it to its official documentation URL and links it — no web searching, no commercial sites.DocSymbol,DocSymbolGateway+SupabaseDocSymbolGateway(theresolve_doc_symbolRPC),DocSymbolRepository.resolvereturning ranked candidates + the single exact fully-qualified match to auto-apply. Mirrors the dictionary gateway.Dependencies.docSymbolRepository(nullable → zero test churn; the production factory wires it).href/formatDeltalink path (study mode renders it tappable for free). Wired into the answers editor + the PDF creator's question/hints/explanation.Depends on the
doc_symbolstable +resolve_doc_symbolRPC applied and at least Python seeded before this ships.