-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
135 lines (127 loc) · 4.71 KB
/
Copy pathmkdocs.yml
File metadata and controls
135 lines (127 loc) · 4.71 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
site_name: Notes-online
site_url: https://vik-ce-notes.github.io
use_directory_urls: false
repo_name: VIK-CE-Notes/vik-ce-notes.github.io
repo_url: https://github.com/VIK-CE-Notes/vik-ce-notes.github.io
edit_uri: edit/main/docs/
nav:
- Üdvözlünk: index.md
- Jegyzeteléshez:
- Instrukciók: ./for_contributors/index.md
- Showcase: ./for_contributors/showcase.md
- 1. félév:
- Bevezetés a számításelméletbe 1:
- Tételek: ./notes/sem1/theory_of_computing_1/tetelsor.md
- 1. Tétel: ./notes/sem1/theory_of_computing_1/1.md
- 2. Tétel: ./notes/sem1/theory_of_computing_1/2.md
- 3. Tétel: ./notes/sem1/theory_of_computing_1/3.md
- 4. Tétel: ./notes/sem1/theory_of_computing_1/4.md
- 5. Tétel: ./notes/sem1/theory_of_computing_1/5.md
- 6. Tétel: ./notes/sem1/theory_of_computing_1/6.md
- 7. Tétel: ./notes/sem1/theory_of_computing_1/7.md
- 8. Tétel: ./notes/sem1/theory_of_computing_1/8.md
- 9. Tétel: ./notes/sem1/theory_of_computing_1/9.md
- 10. Tétel: ./notes/sem1/theory_of_computing_1/10.md
- 11. Tétel: ./notes/sem1/theory_of_computing_1/11.md
- 12. Tétel: ./notes/sem1/theory_of_computing_1/12.md
- 13. Tétel: ./notes/sem1/theory_of_computing_1/13.md
- 14. Tétel: ./notes/sem1/theory_of_computing_1/14.md
- 15. Tétel: ./notes/sem1/theory_of_computing_1/15.md
- 16. Tétel: ./notes/sem1/theory_of_computing_1/16.md
- 17. Tétel: ./notes/sem1/theory_of_computing_1/17.md
- 4. félév:
- Számítógépes grafika:
# - Előszó: ./notes/sem4/computer_graphics/index.md
- 1. Geometriák és algebrák: ./notes/sem4/computer_graphics/1.md
- 2. Grafikus hardver és szoftver: ./notes/sem4/computer_graphics/2.md
- 3. Pontok és klasszikus görbék: ./notes/sem4/computer_graphics/3.md
- 4. Affin transzformációk: ./notes/sem4/computer_graphics/4.md
- 5. 2D képszintézis: ./notes/sem4/computer_graphics/5.md
- 6. 2D textúrázás: ./notes/sem4/computer_graphics/6.md
- 7. 3D képszintézis: ./notes/sem4/computer_graphics/7.md
- 8. Sugárkövetés: ./notes/sem4/computer_graphics/8.md
- 9. Inkrementális képszintézis: ./notes/sem4/computer_graphics/9.md
- 10. Játékfejlesztés: ./notes/sem4/computer_graphics/10.md
- 11. Vektorháború: ./notes/sem4/computer_graphics/11.md
- 12. Fraktálok és káosz: ./notes/sem4/computer_graphics/12.md
- 5. félév:
- Mobil és webes szoftverek:
- Mob: ./notes/sem5/mobweb/mob.md
- Specializációk:
- Algoritmikus játékelmélet:
- Vizsgajegyzet: ./notes/spec/game_theory/exam_notes.md
theme:
name: material
icon:
logo: material/book-edit
favicon: /images/favicon.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: teal
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: teal
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- search.suggest
- content.code.copy
- content.code.select
- content.code.annotate
- navigation.instant
- navigation.footer
# Admonition icons:
# https://squidfunk.github.io/mkdocs-material/reference/admonitions/?h=admonition#admonition-icons
plugins:
- search
- macros
- plantuml:
puml_url: https://www.plantuml.com/plantuml/
- git-revision-date-localized:
enable_creation_date: false
type: timeago
timezone: Europe/Budapest
locale: hu
- git-committers:
repository: VIK-CE-Notes/vik-ce-notes.github.io
branch: main
extra:
# homepage: https://example.com
generator: false
markdown_extensions:
- attr_list
- md_in_html
- admonition
- toc:
toc_depth : "1-1"
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# custom icons and emojis: https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#additional-icons
- pymdownx.details
- pymdownx.highlight:
linenums: false
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css
- stylesheets/code.css
- stylesheets/custom.css