Description
The Python SDK ships two divergent doc trees: docs/ (mkdocs, the published site, linked from project URLs) and sdk/docs/ (pdoc-era, plus stale generated sdk/docs/api/*.html). They have drifted (the P0 accuracy bugs live only in sdk/docs/), and both READMEs link to the stale sdk/docs/ tree.
Acceptance criteria
Source: documentation review, 2026-06-07.
Description
The Python SDK ships two divergent doc trees:
docs/(mkdocs, the published site, linked from project URLs) andsdk/docs/(pdoc-era, plus stale generatedsdk/docs/api/*.html). They have drifted (the P0 accuracy bugs live only insdk/docs/), and both READMEs link to the stalesdk/docs/tree.Acceptance criteria
docs/).sdk/docs/content (async guide, error-handling guide) intodocs/guide/.sdk/docs/including the stale generatedapi/*.html(or regenerate it).README.mdandsdk/README.mddocumentation links to the published docs site.Source: documentation review, 2026-06-07.