Commit cc67e34
committed
Render API doc markdown as native RST in docstrings
Regenerated service docstrings with genkit's new docfmt renderer, which
parses spec descriptions as CommonMark and emits Sphinx-native RST
instead of leaking raw markdown:
- inline backticks -> ``double-backtick`` literals
- fenced code examples -> .. code-block:: directives
- markdown links -> anonymous RST hyperlinks
- bullet/numbered lists -> proper RST lists (previously broken by
word-wrap, leaving list markers dangling mid-line)
Generated from the same OpenAPI spec the SDK is current with, so the
diff is docstring-only: code is AST-identical to main for all 33 files.
Formatted with the repo's pinned ruff 0.5.6 (make fmt equivalent).
Co-authored-by: Isaac1 parent 8de8d38 commit cc67e34
33 files changed
Lines changed: 4825 additions & 4407 deletions
File tree
- databricks/sdk/service
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments