2021-11-11 12:44:29 +01:00
|
|
|
loaders:
|
|
|
|
- type: python
|
2022-09-19 18:20:35 +02:00
|
|
|
search_path: [../../../../haystack]
|
2021-11-11 12:44:29 +01:00
|
|
|
modules: ['schema']
|
|
|
|
ignore_when_discovered: ['__init__']
|
2022-02-04 15:45:09 +01:00
|
|
|
processors:
|
2021-11-11 12:44:29 +01:00
|
|
|
- type: filter
|
2022-09-19 18:20:35 +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
|
2021-11-11 12:44:29 +01:00
|
|
|
renderer:
|
2022-09-21 17:18:34 +02:00
|
|
|
type: renderers.ReadmeRenderer
|
|
|
|
excerpt: These are the core classes that carry data through the system.
|
|
|
|
category: 6310ca73c622850ddd3875a2
|
|
|
|
title: Primitives API
|
|
|
|
slug: primitives-api
|
|
|
|
order: 110
|
|
|
|
markdown:
|
|
|
|
descriptive_class_title: false
|
|
|
|
descriptive_module_title: true
|
|
|
|
add_method_class_prefix: true
|
|
|
|
add_member_class_prefix: false
|
|
|
|
filename: primitives_api.md
|