haystack/docs/pydoc/config/utils_api.yml

29 lines
880 B
YAML
Raw Normal View History

2024-03-05 14:17:52 +01:00
loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../../../haystack/utils]
ignore_when_discovered: ["__init__", "hf"]
processors:
- type: filter
expression:
documented_only: true
do_not_filter_modules: false
skip_empty_modules: true
- type: filter
expression: "name not in ['TokenSecret', 'EnvVarSecret','_get_default_device', '_split_device_string', 'convert']"
- type: smart
- type: crossref
renderer:
2024-03-13 12:30:13 +01:00
type: haystack_pydoc_tools.renderers.ReadmeCoreRenderer
excerpt: Utility functions and classes used across the library.
2024-03-05 14:17:52 +01:00
category_slug: haystack-api
title: Utils
2024-03-05 14:17:52 +01:00
slug: utils-api
order: 153
markdown:
descriptive_class_title: false
classdef_code_block: false
2024-03-05 14:17:52 +01:00
descriptive_module_title: true
add_method_class_prefix: true
add_member_class_prefix: false
filename: utils_api.md