-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (57 loc) · 1.88 KB
/
Copy pathmkdocs.yml
File metadata and controls
61 lines (57 loc) · 1.88 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
site_name: GlowBack
site_description: High-performance quantitative backtesting platform built in Rust with Python bindings and a Streamlit UI.
site_url: https://latencytdh.github.io/GlowBack/
repo_url: https://github.com/LatencyTDH/GlowBack
repo_name: LatencyTDH/GlowBack
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- toc.integrate
- search.suggest
- search.highlight
plugins:
- search
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- Getting Started: getting-started.md
- Assumptions & Limitations: assumptions-and-limitations.md
- Concepts:
- Core Concepts: concepts/core-concepts.md
- Data Model: concepts/data-model.md
- Execution Model: concepts/execution-model.md
- Options Module: options.md
- Results & Metrics: concepts/results-metrics.md
- Optimization: concepts/optimization.md
- Security: concepts/security.md
- Tutorials:
- CSV Data: tutorials/csv-data.md
- Alpha Vantage: tutorials/alpha-vantage.md
- Strategy Templates: tutorials/strategy-templates.md
- Notebook Workflow: tutorials/notebook.md
- UI Workflow: tutorials/ui-workflow.md
- Reproducing a Run: tutorials/reproducing-a-run.md
- Examples: examples/index.md
- Deployment: deployment.md
- Architecture: architecture.md
- API Reference:
- Rust: api/rust.md
- Python: api/python.md
- FastAPI: api/fastapi.md
- Performance: performance.md
- Roadmap: roadmap.md
- FAQ: faq.md
- Changelog: changelog.md
- Releasing: releasing.md
- Community:
- Contributing: contributing.md
- Code of Conduct: community/code-of-conduct.md
- Security Policy: community/security.md