You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleans up ~17 doc-build warnings caused by short-form, wrong-path,
or unresolvable references in docstrings:
- operations/records.py: qualify :class:`QueryResult` and :class:`FilterExpression`
- operations/batch.py: qualify :attr:`BatchResult.responses` and :class:`FilterExpression`;
replace unresolvable :attr: refs to instance attributes with plain backticks
- operations/tables.py: fully qualify :attr:`AlternateKeyInfo.status`
- models/fetchxml_query.py: correct wrong path (models.fetchxml_query.QueryResult
→ models.record.QueryResult)
- core/log_config.py: qualify :class:`LogConfig` self-reference
- client.py: replace reference to private _ODataClient with plain text
Combined with the empty __all__ change, expected to reduce Microsoft
Learn doc-build warnings from 38 to ~4 (the remaining 4 are auto-generated
:mod: references to models.record in toc.yml that need a doc-repo-side fix).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments