-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
35 lines (35 loc) · 1.34 KB
/
mkdocs.yml
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
site_name: SVOE
repo_url: https://github.com/anovv/svoe
repo_name: anovv/svoe
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
theme:
name: material
nav:
- Home: index.md
- Getting started:
- Installation: installation.md
- Quick start: quick-start.md
- Architecture overview: architecture-overview.md
- Featurizer:
- Overview: featurizer-overview.md
- Quick Start: featurizer-quick-start.md
- Features and Feature Definitions: featurizer-feature-definition.md
- Data Source Definitions: featurizer-data-source-definitions.md
- Data Ingest: featurizer-data-ingest.md
- Storage and Data Models: featurizer-storage.md
- Batch Execution and Task Graph Compilation: featurizer-batch-task-graph.md
- Real-time Data and Streaming: featurizer-streaming.md
- Real-time Inference Loop: featurizer-inference-loop.md
- Real-time Data Recording: featurizer-real-time-data-recording.md
- Synthetic Data Sources: featurizer-synthetic-data-sources.md
- Transforms: featurizer-transforms.md
- Configuration: featurizer-configuration.md
- Trainer:
- Overview: trainer-overview.md
- Quick Start: trainer-quick-start.md
- Backtester:
- Overview: backtester-overview.md
- Quick Start: backtester-quick-start.md