-
Notifications
You must be signed in to change notification settings - Fork 25
/
_quarto.yml
159 lines (158 loc) · 4.73 KB
/
_quarto.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
project:
type: website
render:
- index.qmd
- Courses/Bash/tp.qmd
- Courses/CI/tp.qmd
- Courses/Docs/tp.qmd
- Courses/Git/tp.qmd
- Courses/IDE/tp.qmd
- Courses/Pandas/pandas_titanic.qmd
- Courses/Pandas/pandas_airparif.qmd
- Courses/Pandas/pandas_bikes.qmd
- Courses/Python-modules/tp.qmd
- Courses/ScipyNumpy/tp.qmd
- Courses/Numpy/tp.qmd
- Courses/Test/tp.qmd
- Courses/TimeMemory/tp.qmd
- Courses/Venv/tp.qmd
- Courses/ClassesExceptions/tp.qmd
- Courses/Visualization/tp.qmd
- Courses/ProfilingDebugging/tp.qmd
- Projects/README.qmd
- Projects/2021-2022/README.qmd
- Projects/2022-2023/README.qmd
- Projects/2023-2024/README.qmd
- Projects/2024-2025/README.qmd
- Projects/README.qmd
- Bonus/README.qmd
website:
bread-crumbs: false
back-to-top-navigation: true
page-navigation: true # true not working in website
title: "HAX712X: Software development for data science"
site-url: https://josephsalmon.github.io/HAX712X/
repo-url: https://github.com/josephsalmon/HAX712X
repo-actions: [source, issue]
# sidebar:
# left:
# contents:
# - section: "Overview"
# contents:
# - href: index.qmd
# - section: "Courses"
# contents:
# - href: Courses/Bash/tp.qmd
# - href: Courses/Git/tp.qmd
# - href: Courses/IDE/tp.qmd
# - href: Courses/Venv/tp.qmd
# - href: Courses/CI/tp.qmd
# - href: Courses/Docs/tp.qmd
# - href: Courses/Python-modules/tp.qmd
# - href: Courses/ClassesExceptions/tp.qmd
# - href: Courses/Test/tp.qmd
# - href: Courses/Pandas/tp.qmd
# - href: Courses/Numpy/tp.qmd
# - href: Courses/ScipyNumpy/tp.qmd
# - href: Courses/TimeMemory/tp.qmd
# menu: false
navbar:
title: "Software dev. for data science"
# background: primary
logo: https://josephsalmon.eu/img/Flag_of_Occitania.svg
favicon: https://josephsalmon.eu/img/Flag_of_Occitania.svg
search: true
tools:
- icon: bicycle
href: https://moodle.umontpellier.fr/course/view.php?id=22454
text: Moodle
- icon: github
href: https://github.com/josephsalmon/HAX712X
text: GitHub
left:
# - text: "Overview"
# href: index.qmd
- sidebar:general
- sidebar:python
- sidebar:grading
sidebar:
- id: general
title: "General tools"
collapse-level: 3
contents:
- Courses/Bash/tp.qmd
- Courses/Git/tp.qmd
- Courses/IDE/tp.qmd
- Courses/CI/tp.qmd
- Courses/Docs/tp.qmd
- id: python
title: "Python"
collapse-level: 3
contents:
- section: "Dev. Tools"
contents:
- Courses/Venv/tp.qmd
- Courses/ClassesExceptions/tp.qmd
- Courses/Python-modules/tp.qmd
- Courses/Test/tp.qmd
- Courses/ProfilingDebugging/tp.qmd
- section: "Scientific Python"
contents:
- Courses/Numpy/tp.qmd
- Courses/ScipyNumpy/tp.qmd
- Courses/TimeMemory/tp.qmd
- Courses/Visualization/tp.qmd
- section: "Pandas"
contents:
- Courses/Pandas/pandas_titanic.qmd
- Courses/Pandas/pandas_airparif.qmd
- Courses/Pandas/pandas_bikes.qmd
- id: grading
title: "Grading"
collapse-level: 2
contents:
- section: "Project"
contents:
- Projects/README.qmd
- Projects/2024-2025/README.qmd
- Projects/2023-2024/README.qmd
- Projects/2022-2023/README.qmd
- Projects/2021-2022/README.qmd
- section: "Bonus"
contents:
- Bonus/README.qmd
page-footer:
left: |
<span class="faux-block">{{< fa brands creative-commons >}} 2024 Joseph Salmon & Benjamin Charlier</span>
<span class="faux-block"><a href="https://github.com/josephsalmon/HAX712X">{{< fa brands github >}} Source Code</a></span>
# center: |
# <span class="faux-block"><a href="/impressum/index.html">Impressum</a></span>
right: |
<span class="faux-block"> Built with <a href="https://quarto.org/">Quarto</a></span>
title-block-banner: "bg_pine_trees.jpg"
format:
html:
toc: true
fontsize: 1.1em
theme:
- styles.scss
# light: spacelab
# mainfont: Atkinson Hyperlegible
html-math-method: katex
number-sections: false
toc-depth: 3
code-fold: false
code-tools:
toggle: false
source: false
code-overflow: wrap
highlight-style: github
fig-responsive: true
fig.align: center
reference-location: margin
citation-location: margin
anchor-sections: true
footnotes-hover: true
# self-contained: true
# fig-format: svg
css: custom.scss