forked from latex4ei/tex4tum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
209 lines (198 loc) · 3.84 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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
site_name: Tex4TUM
site_url: https://tex4tum.de/
repo_url: https://github.com/latex4ei/tex4tum
site_author: Emanuel Regnath, Markus Hofbauer
docs_dir: tmp/build
site_dir: docs
use_directory_urls: true
watch:
- _article
theme:
name: material
logo: assets/img/Logo.png
palette:
scheme: tum
custom_dir: overrides
features:
- search.highlight
- navigation.tabs
- navigation.top
- navigation.indexes
markdown_extensions:
- abbr
- attr_list
- admonition
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: "#"
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
use_pygments: true
plugins:
- search:
separator: '[\s\-\.\(\)]+'
indexing: 'sections'
- tags
extra_css:
- assets/stylesheets/mkdocs-extra.css
extra_javascript:
- assets/javascripts/auto-katex.js
- assets/javascripts/auto-tabbox.js
- assets/javascripts/auto-tablesort.js
# Page tree
nav:
- index.md
- Sheets: http://latex4ei.de
- About:
- about.md
- demo.md
- contribution.md
- team.md
- Math:
- math.md
- Statistics:
- statistics.md
- moment.md
- linear-regression.md
- combinatoric.md
- testing.md
- probability.md
- 'Probability Distributions':
- binomial-distribution.md
- student-t-distribution.md
- exponential-distribution.md
- probability-distributions.md
- negative-binomial-distribution.md
- normal-distribution.md
- Algebra:
- vector.md
- exp-log.md
- complex-number.md
- bool.md
- algebra.md
- matrix.md
- Analysis:
- series.md
- differential-equation.md
- convolution.md
- analysis.md
- curve.md
- integral.md
- frequency-analysis.md
- differential-operators.md
- Geometry:
- trigonometry.md
- geometry.md
- Physics:
- physics.md
- rounding.md
- Optic:
- optic.md
- reflection.md
- si-units.md
- constants.md
- thermodynamics.md
- Mechanics:
- mechanics.md
- motion.md
- Electromagnetism:
- maxwell.md
- electric-field.md
- kirchhoff.md
- electromagnetism.md
- Informatics:
- informatics.md
- Theory:
- oop.md
- numbers.md
- float.md
- datetime.md
- petri-net.md
- Security:
- aes.md
- security.md
- Hash:
- sha-2.md
- sha-3.md
- hash.md
- blake2.md
- Datastructures:
- uri.md
- datastructures.md
- Tools:
- git.md
- gdb.md
- tools.md
- Network:
- ip.md
- udp.md
- rpl.md
- coap.md
- network.md
- mqtt.md
- dns.md
- 6lowpan.md
- tcp.md
- ieee-802-15-04.md
- Language:
- matlab.md
- python.md
- rust.md
- latex.md
- natural-language.md
- bash.md
- markdown.md
- doxygen.md
- css.md
- ada.md
- regular-expressions.md
- go.md
- cpp.md
- haskell.md
- lua.md
- language.md
- c.md
- ruby.md
- Electronics:
- electronics.md
- Computer:
- processor.md
- ram.md
- psu.md
- computer.md
- Actuator:
- actuator.md
- servo.md
- Component:
- op-amp.md
- component.md
- transistor.md
- Signal:
- channel-coding.md
- harmonic-oscillation.md
- DSP:
- dsp.md
- low-pass.md
- kalman-filter.md
- filter.md
- signal.md
- modulation.md
- Bus:
- bus.md
- usb.md
- i2c.md
- spi.md
- usart.md
- cmos.md
- Machines:
- machines.md
- quadcopter.md