-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmkdocs.yml
70 lines (66 loc) · 1.59 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
site_name: polars_ta API References
site_url: https://polars-ta.readthedocs.io/en/latest/
nav:
- Home: index.md
- polars_ta.wq:
- wq/arithmetic.md
- wq/cross_sectional.md
- wq/logical.md
- wq/preprocess.md
- wq/time_series.md
- wq/transformational.md
- wq/vector.md
- polars_ta.ta:
- ta/index.md
- ta/momentum.md
- ta/operators.md
- ta/overlap.md
- ta/price.md
- ta/statistic.md
- ta/transform.md
- ta/volatility.md
- ta/volume.md
- polars_ta.tdx:
- tdx/arithmetic.md
- tdx/choice.md
- tdx/energy.md
- tdx/logical.md
- tdx/moving_average.md
- tdx/over_bought_over_sold.md
- tdx/pattern.md
- tdx/pattern_feature.md
- tdx/pressure_support.md
- tdx/reference.md
- tdx/statistic.md
- tdx/trend.md
- tdx/trend_feature.md
- tdx/volume.md
- polars_ta.talib: talib/index.md
theme:
name: material
features:
- navigation.tracking
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- navigation.indexes
- content.tabs.link
- content.code.copy
strict: true
plugins:
- search
# - section-index
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [ . ]
options:
summary: true
show_root_heading: true
show_if_no_docstring: true
show_source: true
show_signature_annotations: true
docstring_style: numpy
# docstring_section_style: list