-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathmkdocs.yml
More file actions
116 lines (109 loc) · 4.32 KB
/
Copy pathmkdocs.yml
File metadata and controls
116 lines (109 loc) · 4.32 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
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
site_name: Lecture Notes
nav:
- 🏠 Home: index.md
- Physics:
- ⚙️ Mechanics:
- 🎓 Lecture Notes:
- Language of Physics: Physics/Mechanics/Language_of_physics.html
- Mechanics: Physics/Mechanics/Mechanics.html
- Waves: Physics/Mechanics/Waves.html
- Student Projects:
- Logistic Equation: Physics/Mechanics/sp/logistic_equation_bifurcation.md
- Double Pendulum: Physics/Mechanics/sp/double_pendulum_trajectories.md
- Lorenz Attractor: Physics/Mechanics/sp/lorenz_system_and_attractor.md
- Predator-Prey Model: Physics/Mechanics/sp/predator_prey_model.md
- Duffing Oscillator: Physics/Mechanics/sp/duffing_oscillator.md
- Henon Map: Physics/Mechanics/sp/henon_map.md
- Chua's Circuit: Physics/Mechanics/sp/chuas_circuit.md
- Pendulum with Damping: Physics/Mechanics/sp/pendulum_with_damping_and_forcing.md
- Three Body Problem: Physics/Mechanics/sp/three_body_problem.md
- ⚡ Electromagnetism:
- 🎓 Lecture Notes:
- Electromagnetism: Physics/Electromagnetism/Electromagnetism.html
- Electromagnetism 2: Physics/Electromagnetism/Electromagnetism_2.html
- Circuits: Physics/Electromagnetism/Circuits.html
- Student Projects:
- Kirchhoff Laws: Physics/Electromagnetism/sp/Kirchhoff_laws.md
- Aurora Borealis: Physics/Electromagnetism/sp/solar_wind.md
- 🔬 Experiments:
- 🎓 Lecture Notes:
- Statistics 101: Physics/Experiments_Statistics/Statistics.html
- Measurements: Physics/Experiments_Statistics/Measurement.html
- Student Projects:
- Estimating Pi: Physics/Experiments_Statistics/sp/estimation_of_pi.md
- ⚛️ Modern Physics:
- 🎓 Lecture Notes:
- Quantum Mechanics: Physics/Modern_Physics/Quantum_mechanics.html
- Cosmology: Physics/Modern_Physics/Cosmology.html
- Relativity: Physics/Modern_Physics/Relativity.html
- Student Projects:
- Quantum Harmonic Oscillator: Physics/Modern_Physics/sp/quantum_harmonic_oscillator.md
- ✏️ Exercises for Students:
- Problem list: Physics/Exercises_for_Students/exercises_dch.md
- Mathematics:
- 🎓 Lecture Notes:
- Linear Algebra: Mathematics/Linear_Algebra.html
- Analytic Geometry: Mathematics/Analytic_Geometry.html
- Calculus: Mathematics/Calculus.html
- Student Problems:
- Exercies: Mathematics/Exercises.md
- Discrete mathematics:
- 🎓 Lecture Notes:
- Discrete Mathematics: Discrete_Mathematics/Discrete_Mathematics.html
- Student Problems:
- Set Theory and ...: Discrete_Mathematics/1_Set_theory_and_.md
- Number Theory and ...: Discrete_Mathematics/2_Number_theory_and_.md
- Recurrence and ...: Discrete_Mathematics/3_Recurrence_and_.md
- Graph Theory and ...: Discrete_Mathematics/4_Graph_theory_and_.md
- Logic and ...: Discrete_Mathematics/5_Logic_and.md
- Probabilistic methods:
- 🎓 Lecture Notes:
- Introduction to Probability: Probabilistic_methods/introduction.md
- PDFs:
- Lecture Notes PDF: pdfs.md
theme:
name: material
palette:
- scheme: default
primary: indigo # dostępne kolory: red, pink, purple, deep purple, indigo, blue, light blue, cyan, teal, green, light green, lime, yellow, amber, orange, deep orange, brown, grey, blue grey, black, white
accent: indigo
# toggle:
# icon: material/brightness-7
# name: Przełącz na tryb ciemny
- scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/brightness-4
name: Przełącz na tryb jasny
features:
- content.code.copy
toc:
depth: 2
markdown_extensions:
- toc:
permalink: true
toc_depth: 2
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.superfences
plugins:
- search
- mkdocstrings
- mermaid2
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js
extra_css:
# - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css
- extra.css
extra:
highlightjs: true
hljs_languages:
- yaml
- rust
- python
- bash