tinker/pydoc-markdown.yml
2025-11-25 06:15:14 +00:00

27 lines
675 B
YAML

# Pydoc-markdown configuration for Tinker Python SDK
# Generates MDX-compatible documentation for Nextra integration
loaders:
- type: python
search_path: []
packages: []
ignore_when_discovered: [__pycache__, tests, test_*, conftest, mock_*, _test*]
processors:
- type: filter
documented_only: true
exclude_private: true
exclude_special: true
skip_empty_modules: true
renderer:
type: markdown
classdef_code_block: true
code_headers: true
code_lang: true
escape_html_in_docstring: false
insert_header_anchors: false
render_module_header: false
render_toc: false
signature_code_block: true
signature_with_decorators: false