-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
132 lines (131 loc) · 4.08 KB
/
mkdocs.yml
File metadata and controls
132 lines (131 loc) · 4.08 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
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
site_name: QuantFlow
site_url: https://quantmind.github.io/quantflow/
site_dir: app/docs
repo_name: quantmind/quantflow
repo_url: https://github.com/quantmind/quantflow
extra:
analytics:
provider: google
property: G-CM0DR45HDR
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- navigation.instant
- navigation.footer
- navigation.indexes
- navigation.path
- content.code.copy
logo: assets/quantflow-logo.png
favicon: img/favicon.png
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_if_no_docstring: true
inherited_members: true
members_order: source
separate_signature: true
unwrap_annotated: true
filters:
- "!^_[a-zA-Z0-9_]*"
- "!^model_post_init$"
merge_init_into_class: true
docstring_section_style: spacy
signature_crossrefs: true
show_symbol_type_heading: true
show_symbol_type_toc: true
extensions:
- griffe_typingdoc
- griffe_pydantic:
schema: false
nav:
- Home: index.md
- API Reference:
- api/index.md
- Data:
- api/data/index.md
- Deribit: api/data/deribit.md
- Federal Reserve: api/data/fed.md
- Financial Modeling Prep: api/data/fmp.md
- FRED: api/data/fred.md
- Options:
- api/options/index.md
- Black-Scholes: api/options/black.md
- Calibration: api/options/calibration.md
- Pricer: api/options/pricer.md
- Volatility Surface: api/options/vol_surface.md
- Stochastic Processes:
- api/sp/index.md
- CIR Process: api/sp/cir.md
- Compound Poisson: api/sp/compound_poisson.md
- Doubly Stochastic Poisson: api/sp/dsp.md
- Heston Model: api/sp/heston.md
- Jump Diffusion: api/sp/jump_diffusion.md
- Ornstein-Uhlenbeck: api/sp/ou.md
- Poisson Process: api/sp/poisson.md
- Weiner Process: api/sp/weiner.md
- Technical Analysis:
- api/ta/index.md
- EWMA: api/ta/ewma.md
- Kalman Filter: api/ta/kalman.md
- OHLC: api/ta/ohlc.md
- Paths: api/ta/paths.md
- Supersmoother: api/ta/supersmoother.md
- Utilities:
- api/utils/index.md
- Bins: api/utils/bins.md
- Distributions: api/utils/distributions.md
- Marginal 1D: api/utils/marginal1d.md
- Numbers: api/utils/numbers.md
- Types: api/utils/types.md
- Tutorials:
- Option Pricing: tutorials/option_pricing.md
- Theory:
- theory/index.md
- Characteristic Function: theory/characteristic.md
- Inversion: theory/inversion.md
- Lévy Process: theory/levy.md
- Option Pricing: theory/option_pricing.md
- Examples:
- Gaussian Sampling: examples/gaussian-sampling
- Poisson Sampling: examples/poisson-sampling
- Double Exponential Sampling: examples/double-exponential-sampling
- Hurst: examples/hurst
- Supersmoother: examples/supersmoother
- Volatility Surface: examples/volatility-surface
- Contributing: contributing.md
- Bibliography: bibliography.md
markdown_extensions:
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js