forked from Insper/supercomp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
116 lines (104 loc) · 3.5 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
site_name: SuperComputação - 2023/1
site_author:
extra:
materia: SuperComputação
professor: Andre Filipe de M. Batista, Luciano Silva
semestre: 2023/1
url_acompanhamentos: http://localhost:8081
id_curso: 1
theme:
feature:
tabs: true
name: 'material'
palette:
primary: 'grey'
accent: 'red'
font:
text: Roboto
code: Roboto Mono
# custom_dir: 'custom_theme'
docs_dir: material
site_dir: docs
repo_url: https://github.com/insper/supercomp
repo_name: "SuperComp"
site_url: https://insper.github.io/supercomp/
nav:
- Home: index.md
- Burocracias: sobre.md
- Aulas:
- "01 - Introdução": aulas/01-introducao/index.ipynb
- "02 e 03 - C++": aulas/02-03-implementacao-c++/index.md
- "04 - Profiling": aulas/04-profiling/index.md
- "05 - Heurísticas": aulas/05-heuristicas/index.md
- "06 - Aleatorização": aulas/06-aleatorizacao/index.md
- "07 - Busca Local": aulas/07-busca-local/index.md
- "08 - Busca Exaustiva": aulas/08-busca-global/index.md
- "09 - Comparação de desempenho": aulas/09-busca-global-II/index.md
# - "10 - Branch and Bound": aulas/10-branch-and-bound/index.md
# - "Revisão para P1": aulas/10-branch-and-bound/revisao.md
# - "11 - Paralelismo": aulas/11-paralelismo/index.md
# - "12 - Paralelismo - Exercício / Efeitos Colaterais" : aulas/12-efeitos-colaterais/index.md
# - "13 - Paralelismo - Efeitos Colaterais II": aulas/13-efeitos-colaterais-II/index.md
# - "14 - GPU - Introdução": aulas/14-intro-gpu/index.md
# - "15 - GPU - Iteradores": aulas/15-gpu-iteradores/index.md
# - "16 - GPU - Customização": aulas/16-gpu-customizacao/index.md
# - "17 - GPU - Aleatoriedade": aulas/17-gpu-aleatoriedade/index.md
# - aulas/13-paralelismo-tarefas-dados/index.md
# - aulas/14-exercicios/index.md
# - aulas/15-efeitos-colaterais/index.md
# - aulas/16-efeitos-colaterais-II/index.md
- Projeto:
- projetos/index.md
- projetos/heuristico.md
- projetos/local.md
- projetos/relatorio_parcial.md
# - projetos/openmp.md
# - projetos/gpu.md
# - projetos/relatorio-1.md
# - projetos/paralelismo-multicore.md
# - projetos/paralelismo-gpu.md
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML
- https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.0.0/js-yaml.min.js
- js/markdown-enhancer.js
- js/slides.js
extra_css:
- css/printing.css
- css/extra.css
markdown_extensions:
- markdown.extensions.tables
- tables
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.snippets:
base_path: code
check_paths: true
plugins:
- search
- mknotebooks