haystack/docs/_src/api/api/pydoc-markdown-generator.yml

15 lines
373 B
YAML
Raw Normal View History

loaders:
- type: python
search_path: [../../../../haystack/generator]
ignore_when_discovered: ['__init__']
processor:
- type: filter
expression: not name.startswith('_') and default()
- documented_only: true
- do_not_filter_modules: false
- skip_empty_modules: true
renderer:
type: markdown
descriptive_class_title: false
filename: generator.md