docs(fix): add cross-links between C++ and Python origin docs (#165)
All checks were successful
Build and Test / build (pull_request) Successful in 29m57s

- Fix 5 broken links to nonexistent docs (custom-origin-python.md,
  python-silo-origin.md, python-custom-origin-guide.md) by pointing
  to closest existing content
- Add Python cross-references (kcsdk-python.md, silo guide) to 7
  C++ origin doc See Also sections
- Add C++ foundation links (OriginManager, FileOrigin, FileOriginPython,
  CommandOrigin) to kcsdk-python.md and guide/silo.md
- 9 files updated, 16 cross-links added
This commit is contained in:
2026-03-05 10:44:03 -06:00
parent c5881147d0
commit c0a3236836
9 changed files with 40 additions and 9 deletions

View File

@@ -253,5 +253,7 @@ FreeCADGui.addOrigin(py_obj)
gets registered
- [CommandOrigin](./cpp-command-origin.md) — commands that dispatch
through this bridge
- [Creating a Custom Origin (Python)](../guide/custom-origin-python.md)
— step-by-step guide using this bridge
- [Silo Guide — Origin Integration](../guide/silo.md#origin-integration) —
real-world Python origin using this bridge
- [KCSDK Python API](./kcsdk-python.md) — Python SDK wrappers for
`register_origin()` and document-origin functions