2020-11-06 10:53:22 +01:00
|
|
|
loaders:
|
|
|
|
- type: python
|
2022-08-09 14:53:45 +02:00
|
|
|
search_path: [../../../../haystack/utils]
|
2022-08-23 14:18:12 +02:00
|
|
|
modules: ['doc_store', 'export_utils', 'preprocessing', 'squad_data', 'early_stopping']
|
2020-11-06 10:53:22 +01:00
|
|
|
ignore_when_discovered: ['__init__']
|
2022-02-04 15:45:09 +01:00
|
|
|
processors:
|
2020-11-06 10:53:22 +01:00
|
|
|
- type: filter
|
2022-08-09 14:53:45 +02:00
|
|
|
expression:
|
2022-02-04 15:45:09 +01:00
|
|
|
documented_only: true
|
|
|
|
do_not_filter_modules: false
|
|
|
|
skip_empty_modules: true
|
|
|
|
- type: smart
|
|
|
|
- type: crossref
|
2020-11-06 10:53:22 +01:00
|
|
|
renderer:
|
|
|
|
type: markdown
|
2021-11-11 12:44:29 +01:00
|
|
|
descriptive_class_title: false
|
2020-11-24 18:49:14 +01:00
|
|
|
descriptive_module_title: true
|
2022-05-06 16:00:08 +02:00
|
|
|
add_method_class_prefix: true
|
2020-11-24 18:49:14 +01:00
|
|
|
add_member_class_prefix: false
|
2022-08-09 14:53:45 +02:00
|
|
|
filename: utils.md
|