Skip to content

Commit 4af4580

Browse files
committed
Add pydoc
1 parent 05602e2 commit 4af4580

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
loaders:
2+
- ignore_when_discovered:
3+
- __init__
4+
modules:
5+
- haystack_integrations.components.converters.azure_doc_intelligence.converter
6+
search_path:
7+
- ../src
8+
type: haystack_pydoc_tools.loaders.CustomPythonLoader
9+
processors:
10+
- do_not_filter_modules: false
11+
documented_only: true
12+
expression: null
13+
skip_empty_modules: true
14+
type: filter
15+
- type: smart
16+
- type: crossref
17+
renderer:
18+
description: Azure Document Intelligence integration for Haystack
19+
id: integrations-azure_doc_intelligence
20+
markdown:
21+
add_member_class_prefix: false
22+
add_method_class_prefix: true
23+
classdef_code_block: false
24+
descriptive_class_title: false
25+
descriptive_module_title: true
26+
filename: azure_doc_intelligence.md
27+
title: Azure Document Intelligence
28+
type: haystack_pydoc_tools.renderers.DocusaurusRenderer

0 commit comments

Comments
 (0)