-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (26 loc) · 818 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (26 loc) · 818 Bytes
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
INHERIT: docs/mkdocs-base.yml
site_name: jquantstats
site_description: Portfolio analytics for quants – built on Polars, powered by Plotly.
site_author: Jebel Quant Research
site_url: https://jebel-quant.github.io/jquantstats/
repo_url: https://github.com/jebel-quant/jquantstats
repo_name: jebel-quant/jquantstats
copyright: Copyright © 2024–2026 Jebel Quant Research
nav:
- Home: index.md
- Getting Started: getting_started.md
- Guides:
- Cost Models: cost_models.md
- Migration from QuantStats: MIGRATION.md
- API Reference: api.md
- Reference:
- API Stability: STABILITY.md
- Notebooks: notebooks.md
- Reports: reports.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jebel-quant/jquantstats
theme:
icon:
logo: lucide/chart-line