-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
114 lines (106 loc) · 3.25 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: VVAD-LRS3 documentation
repo_url: https://github.com/adriandavidauer/VVAD
repo_name: adriandavidauer/VVAD
nav:
- Home: README.md
- Coverage: test.md
- Human Accuracy: human-accuracy.md
- VVAD LRS3:
- Utily functions:
- Overview: 'utils/overview.md'
- Download Utils: 'utils/download-utils.md'
- Image Utils: 'utils/image-utils.md'
- Keras Utils: 'utils/keras-utils.md'
- Multiprocessing Utils: 'utils/multiprocessing-utils.md'
- Plot Utils: 'utils/plot-utils.md'
- Time Utils: 'utils/time-utils.md'
- Video Utils: 'utils/video-utils.md'
- Sample functions:
- Overview: 'sample/overview.md'
- FaceTracker: 'sample/facetracker-sample.md'
- FaceFeatures: 'sample/facefeature-sample.md'
- Sample: 'sample/featured-sample.md'
- Dataset functions:
- Overview: 'dataset/overview.md'
- Dataset: 'dataset/dataset.md'
- Additional functions: 'dataset/additional-functions-dataset.md'
- Cluster: vvad-lrs3-cluster.md
- Models: vvad-lrs3-models.md
- WildVVAD:
- Models: wildvvad-models.md
- Dataset: dataset.md
- Release Notes: release-notes.md
- About: about.md
- Licenses: licenses.md
theme:
name: material
icon:
repo: material/robot-happy
features:
- navigation.tabs
- navigation.sections
- navigation.path
# - toc.integrate
- navigation.top
- toc.follow
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: red
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
extra:
social:
- icon: fontawesome/brands/square-github
name: GitHub-Adrian
link: https://github.com/adriandavidauer
- icon: fontawesome/brands/linkedin
name: Linkedin-Adrian
link: https://www.linkedin.com/in/adrian-lubitz/
- icon: fontawesome/brands/github
name: GitHub-Karim
link: https://github.com/K-Zanaty
- icon: fontawesome/brands/linkedin-in
name: Linkedin-Karim
link: https://www.linkedin.com/in/karim-zanaty/
extra_css:
- stylesheets/extra.css
copyright: |
© 2023 <a href="https://github.com/adriandavidauer" target="_blank" rel="noopener" style="color:#243ae5;">Adrian Auer, </a>
<a href="https://github.com/K-Zanaty" target="_blank" rel="noopener" style="color:#22c335;">Karim Zanaty</a>
plugins:
- mike
- mkdocstrings
- git-authors
- git-committers:
repository: adriandavidauer/VVAD
branch: main