-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
148 lines (134 loc) · 3.87 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
site_name: Quant Wiki 中文量化百科
site_url: https://quant-wiki.com
site_author: LLMQuant Team
site_description: A comprehensive quantitative trading and finance wiki
# Repository
repo_name: LLMQuant/quant-wiki
repo_url: https://github.com/LLMQuant/quant-wiki
edit_uri: edit/main/docs/
# Copyright
copyright: Copyright © 2024 LLMQuant Team
# Navigation
nav:
- 简介:
- 关于项目: index.md
- 如何参与: contribute.md
- 常见问题: FAQ.md
- 关于LLMQuant社区: about.md
- 社区其他项目: other.md
- 加入我们: join.md
- 基本概念:
- 知识框架: basic/framework.md
- 金融术语: basic/index.md
- 量化行话: basic/lingo.md
- 入门教程:
- 夏普比率: start/sharpe.md
- 期权定价: start/option.md
- 波动率: start/volatility.md
- 代资产组合理论: start/mpt-markowitz.md
- 量化前沿:
- Strategies: advanced/strategies.md
- 量化策略库:
- Overview: strat/overview.md
- 事件驱动型: strat/event-driven.md
- 趋势型: strat/trend-following.md
- 统计套利型: strat/stat-arb.md
- 九个热门策略: strat/nine-strategies.md
- Point72策略: strat/point72-idea.md
- AI+量化:
- 使用大语言模型揭露企业年报中掩盖的坏消息: ai/report.md
- Reference: ai/reference.md
- 量化图书馆:
- Overview: library/overview.md
- Reference: library/reference.md
- 行业内幕:
- 量化策略库: industry/overview.md
- 量化策略库参考: industry/reference.md
- 求职专区:
- Overview: api/overview.md
- Reference: api/reference.md
- Chatbot:
- Overview: chatbot/overview.md
extra_css:
- stylesheets/extra.css
- https://cdn.jsdelivr.net/npm/[email protected]/style.css
# Configuration
theme:
name: material
logo: asset/quant-wiki.svg # logo 图标
favicon: asset/quant-wiki.svg # 网页标签图标
icon:
repo: fontawesome/brands/github
font:
text: LXGW WenKai Mono TC
code: Roboto Mono
language: zh
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.top
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
# Plugins
plugins:
- search
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
# - git-revision-date-localized:
# type: datetime
# Extra CSS and JavaScript
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
social: # This is the social links section.
# - icon: fontawesome/brands/github # Use the Font Awesome icon name.
# link: https://github.com/your-username # Replace with your GitHub username.
# name: Visit me on GitHub # 用于 accessibility 的名字
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/llmquant/
- icon: fontawesome/solid/globe
link: https://llmquant.com