Skip to content

Commit 4140efe

Browse files
rustyconoverclaude
andcommitted
docs: fix unresolved mkdocstrings cross-ref breaking strict build
`Table.statistics` referenced [`ColumnStatisticsInput`][], which isn't a rendered API object, so `mkdocs build --strict` aborted on the unresolved autorefs warning. Demote it to a plain code span. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 508fddc commit 4140efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vgi/catalog/descriptors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class Table:
265265
constraining as the four individual ones. The VGI DuckDB
266266
extension's optimizer pass consults this list at bind time and
267267
throws ``BinderException`` listing any unsatisfied paths.
268-
statistics: Mapping of column name to [`ColumnStatisticsInput`][]
268+
statistics: Mapping of column name to ``ColumnStatisticsInput``
269269
providing inlined column statistics for the optimizer.
270270
statistics_cache_max_age_seconds: How long clients may cache the inlined
271271
statistics, in seconds. ``None`` means cache indefinitely.

0 commit comments

Comments
 (0)