HierarchyLinkExtractor(
self,
*,
kind: str = 'hierarchy',
parent_links: bool = True,
child_links: bool = False,
sibling_links: bool = False
)| Name | Type | Description |
|---|---|---|
kind | str | Default: 'hierarchy'Kind of links to produce with this extractor. |
parent_links | bool | Default: TrueLink from a section to its parent. |
child_links | bool | Default: FalseLink from a section to its children. |
sibling_links | bool | Default: FalseLink from a section to other sections with the same parent. |