Add haystack.utils API docs (#7311)

This commit is contained in:
Vladimir Blagojevic 2024-03-05 14:17:52 +01:00 committed by GitHub
parent 23c65c250f
commit c3caadb234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,27 @@
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:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
excerpt: Utils API
category_slug: haystack-api
title: Utils API
slug: utils-api
order: 153
markdown:
descriptive_class_title: false
descriptive_module_title: true
add_method_class_prefix: true
add_member_class_prefix: false
filename: utils_api.md