-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (57 loc) · 1.97 KB
/
mkdocs.yml
File metadata and controls
63 lines (57 loc) · 1.97 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
site_name: RackioAI Documentation
theme:
name: material
repo_name: RackioAI
repo_url: https://github.com/crivero7/RackioAI
edit_uri: ""
site_dir: _build/html
nav:
- Introduction: 'index.md'
- Install: 'install.md'
- QuickStart: 'quick_start.md'
- API Reference:
- RackioAI: 'api_core.md'
- Pipeline: 'api_pipeline_core.md'
- Readers:
- Reader: 'api_reader_core.md'
- TPL: 'api_reader_tpl.md'
- CSV: 'api_reader_csv.md'
- EXL: 'api_reader_exl.md'
- PKL: 'api_reader_pkl.md'
- Data Analysis:
- RackioEDA: 'api_data_analysis_core.md'
- Outliers: 'api_data_analysis_outliers.md'
- Noise: 'api_data_analysis_noise.md'
- Preprocessing:
- Preprocessing: 'api_preprocessing_core.md'
- Synthetic Data: 'api_preprocessing_synthetic_data.md'
- Kalman Filter: 'api_preprocessing_kalman_filter.md'
- Scaler: 'api_preprocessing_scaler.md'
- Splitter: 'api_preprocessing_splitter.md'
- LSTM Data Preparation: 'api_preprocessing_lstm_data_preparation.md'
- Feature Extraction: 'api_preprocessing_feature_extraction.md'
- Models:
- RackioDNN: 'api_model_RackioDNN.md'
- RackioLSTM: 'api_model_RackioLSTM.md'
- RackioClassification: 'api_model_RackioClassification.md'
- RackioEnsemble: 'api_model_RackioEnsemble.md'
- RackioObserver: 'api_model_RackioObserver.md'
- Restful API: 'restful_api.md'
- Utils:
- decorators: 'decorators.md'
- Utils: 'api_utils_Utils.md'
- Managers: 'api_managers_core.md'
- User Guide: 'user_guide.md'
- Contributing: 'contributing.md'
markdown_extensions:
- admonition
- codehilite
- mkautodoc
- pymdownx.arithmatex:
generic: true
extra_css:
- css/custom.css
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js