-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
110 lines (104 loc) · 3.07 KB
/
Copy pathmkdocs.yml
File metadata and controls
110 lines (104 loc) · 3.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: Hyperion
site_description: A headless ETL / ELT / data pipeline and integration SDK for Python.
site_url: https://tomasvotava.github.io/hyperion/
repo_url: https://github.com/tomasvotava/hyperion
repo_name: tomasvotava/hyperion
copyright: Copyright © Tomas Votava
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.tracking
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets:
base_path:
- .
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
handlers:
python:
paths:
- .
options:
docstring_style: google
docstring_section_style: table
show_source: true
show_root_heading: true
show_root_full_path: true
show_symbol_type_heading: true
show_symbol_type_toc: true
members_order: source
separate_signature: true
signature_crossrefs: true
merge_init_into_class: true
filters:
- "!^_"
exclude_docs: |
ddd-refactor-plan.md
gen_ref_pages.py
nav:
- Home: index.md
- Tutorials:
- tutorials/index.md
- First DataLakeAsset: tutorials/first-datalake-asset.md
- Building a custom Source: tutorials/custom-source.md
- How-to guides:
- how-to/index.md
- Install Hyperion and pick extras: how-to/install-and-extras.md
- Configure backends via environment: how-to/configure-via-environment.md
- Work with FeatureAssets: how-to/feature-assets.md
- Work with PersistentStoreAssets: how-to/persistent-store-assets.md
- Use a cached Catalog: how-to/cached-catalog.md
- Fetch data with Asset Collections: how-to/asset-collections.md
- Register and use schemas: how-to/schemas.md
- Repartition data: how-to/repartition-data.md
- Use the geo utilities: how-to/geo-utilities.md
- Run a Source: how-to/run-a-source.md
- Reference: reference/
- Explanation:
- explanation/index.md
- Architecture: explanation/architecture.md
- Assets and the Catalog: explanation/assets-and-catalog.md
- Ports and adapters: explanation/ports-and-adapters.md
- Lite core and extras: explanation/extras-and-lite-core.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/tomasvotava/hyperion