Commit 20311f6
Fix remaining docfx warnings in query_builder docstrings
Change :meth: cross-references to plain backtick formatting for the
'build' method. The doc tool was failing to resolve :meth:`build`
and :meth:`QueryBuilder.build` because 'build' is defined on the
private '_QueryBuilderBase' parent class — autoapi/docfx can't link
to private classes.
Plain backticks (``build()``) render the same in HTML but skip
cross-reference resolution.
Expected impact on Microsoft Learn doc build: 3 warnings -> 0 or 1
(the only potentially remaining warning is the auto-generated
'inherits from _QueryBuilderBase' reference in QueryBuilder's page,
which can only be eliminated by renaming the private class).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 034828f commit 20311f6
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
0 commit comments