-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (61 loc) · 1.58 KB
/
Copy pathmkdocs.yml
File metadata and controls
65 lines (61 loc) · 1.58 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
site_name: Factorium
site_description: 量化因子分析與回測框架
site_url: https://novis.github.io/factorium/
repo_url: https://github.com/novis/factorium
repo_name: novis/factorium
theme:
name: material
language: zh-TW
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: 切換至深色模式
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: 切換至淺色模式
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- content.code.copy
plugins:
- search:
lang:
- en
- zh
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- tables
- toc:
permalink: true
nav:
- 首頁: index.md
- 快速開始:
- 安裝: getting-started/installation.md
- 資料獲取: getting-started/data-acquisition.md
- 五分鐘教學: getting-started/quickstart.md
- 使用指南:
- Bar 聚合: user-guide/bar.md
- Universe 與 Checklist: user-guide/universe.md
- Factor 因子: user-guide/factor.md
- 表達式語法: user-guide/parser.md
- 因子分析: user-guide/analyzer.md
- 策略回測: user-guide/backtest.md
- 開發者:
- 測試策略: dev/testing.md
- 回歸運算子設計: dev/regression-operators.md
- Safe Operations 語義: dev/safe-operations.md