From c2d6cc53f31e231ded3c0512e1bc0ca1c9ba9ad9 Mon Sep 17 00:00:00 2001 From: ZanSara Date: Wed, 20 Dec 2023 11:18:15 +0100 Subject: [PATCH] add doc config for others module --- docs/pydoc/config/others.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/pydoc/config/others.yml diff --git a/docs/pydoc/config/others.yml b/docs/pydoc/config/others.yml new file mode 100644 index 0000000000..1dc1103c94 --- /dev/null +++ b/docs/pydoc/config/others.yml @@ -0,0 +1,26 @@ +loaders: + - type: loaders.CustomPythonLoader + search_path: [../../../haystack/components/others] + modules: ["multiplexer"] + ignore_when_discovered: ["__init__"] +processors: + - type: filter + expression: + documented_only: true + do_not_filter_modules: false + skip_empty_modules: true + - type: smart + - type: crossref +renderer: + type: renderers.ReadmePreviewRenderer + excerpt: Other utility components for Haystack Pipelines. + category_slug: haystack-classes + title: Other Components API + slug: others + order: 170 + markdown: + descriptive_class_title: false + descriptive_module_title: true + add_method_class_prefix: true + add_member_class_prefix: false + filename: others_api.md