-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
164 lines (156 loc) · 4.49 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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# https://www.mkdocs.org/
site_name: Documentation of DPMHM
site_url: https://google.com/
repo_url: https://github.com/yanncalec/dpmhm
site_description: Documentation of dpmhm
# https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes
theme:
name: material
# name: readthedocs
language: en
plugins:
- search
# # https://github.com/chrieke/mkdocs-exclude-search
# - exclude-search:
# exclude:
# - datasets/untested/*
# https://github.com/apenwarr/mkdocs-exclude
- exclude:
glob:
- datasets/untested/*
# # Export to pdf
# - pdf-export
- with-pdf: # https://github.com/orzih/mkdocs-with-pdf
author: Han WANG
# copyright: 2023 CEA/LIST
#
cover: True
#back_cover: true
cover_title: 'DPMHM: A python package for machine health monitoring'
# cover_title: Report for HIASCI GT3
# cover_subtitle: DPMHM
#custom_template_path: TEMPLATES PATH
#
#toc_title: TOC TITLE TEXT
#heading_shift: false
#toc_level: 3
#ordered_chapter_level: 2
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#
#exclude_pages:
# - 'bugs/'
# - 'appendix/contribute/'
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
#two_columns_level: 3
#
#render_js: true
#headless_chrome_path: headless-chromium
#
output_path: pdf/document.pdf
enabled_if_env: ENABLE_PDF_EXPORT
#
#debug_html: true
#show_anchors: true
#verbose: true
- bibtex:
bib_file: docs/HIASCI.bib
# csl_file: https://github.com/citation-style-language/styles/blob/master/elsevier-harvard.csl
- mkdocstrings:
default_handler: python
handlers:
python:
# selection:
# docstring_style: "numpy"
rendering:
show_source: false
# custom_templates: templates
# https://github.com/danielfrg/mkdocs-jupyter
# uncomment to enable online conversion of jupyter notebooks:
- mkdocs-jupyter:
# ignore_h1_titles: True
include_source: True
markdown_extensions:
- toc:
permalink: True
- pymdownx.arithmatex:
generic: true
- footnotes
- admonition
- pymdownx.details
- pymdownx.superfences
- tables
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
# - Datasets: datasets.md
# - Models: models.md
- Usage:
- datasets.md
- models.md
# - rul.md
- Topics:
- Overview: topics/mhm.md
- Feature Extraction: topics/vibration.md
# - Baseline Methods: topics/baseline.md
- Architectures:
# - CNN: topics/architectures/cnn.md
- Auto-Encoder: topics/architectures/ae.md
# - DBN: topics/architectures/dbn.md
# - GAN: topics/architectures/gan.md
# - RNN: topics/architectures/rnn.md
# - Transfer Learning: topics/transfer.md
# - Few-shot Learning: topics/few-shot.md
# - Representation Learning: topics/representation.md
# - RUL: topics/rul.md
- Visualization: topics/visualize.md
- Advanced Topics:
- Sensor Fusions: topics/sensors.md
- Explainability: topics/explainability.md
- Tutorials:
# - Overview: tutorials/tuto.md
# - Datasets:
# - Models:
- Installation: notebooks/datasets/installation.ipynb
- Preprocessing: notebooks/datasets/preprocessing.ipynb
- Supervised VGGish: notebooks/models/supervised_vggish.ipynb
- Auto-Encoder: notebooks/models/auto-encoder.ipynb
- Reference:
- Datasets:
- CWRU: datasets/cwru.md
- datasets/dcase2020.md
# - datasets/dcase2021.md
# - datasets/dcase2022.md
- DIRG: datasets/dirg.md
- Fraunhofer151: datasets/fraunhofer151.md
# - Fraunhofer205: datasets/fraunhofer205.md
# - FEMTO: datasets/femto.md
# - IMS: datasets/ims.md
# - Mafaulda: datasets/mafaulda.md
# - Ottawa: datasets/ottawa.md
# - Paderborn: datasets/paderborn.md
# - Phmap2021: datasets/phmap2021.md
# - SEUC: datasets/seuc.md
# - XJTU: datasets/xjtu.md
- Models:
- VGGish: models/vggish.md
- SimCLR: models/simclr.md
# - Misc: --8<-- "README.md"
watch:
- dpmhm
- tests
# docs_dir: docs
# site_dir: site