haystack/docs/_src/api/pydoc/other.yml
agnieszka-m 255226f9fa
Update other.yml with new node names (#2286)
* Update other.yml with new node names

* Update Documentation & Code Style

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-08 12:29:49 +01:00

21 lines
584 B
YAML

loaders:
- type: python
search_path: [../../../../haystack/nodes/other]
modules: ['docs2answers', 'join_docs', 'join_answers', 'route_documents']
ignore_when_discovered: ['__init__']
processors:
- type: filter
expression: not name.startswith('_') and default()
documented_only: true
do_not_filter_modules: false
skip_empty_modules: true
- type: smart
- type: crossref
renderer:
type: markdown
descriptive_class_title: false
descriptive_module_title: true
add_method_class_prefix: false
add_member_class_prefix: false
filename: other.md