-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
81 lines (81 loc) · 1.64 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
project:
type: book
output-dir: docs
website:
title: Metody vyhodnocování vodohospodářských dat
navbar:
left:
- text: Home
href: index.qmd
- text: Introduction
href: intro.qmd
book:
author: Petr Pavlík
title: Metody vyhodnocování vodohospodářských dat
subtitle: ZVZ117E ZS 24/25
favicon: images/DALLE_no-bg.webp
version: 0.1
repo-actions: edit
date: today
chapters:
- index.qmd
- intro.qmd
- 01_uvod_do_R_1.qmd
- 02_uvod_do_R_2.qmd
- 03_grafy.qmd
- 04_popisna.qmd
- 05_rozdeleni.qmd
- 06_odhad.qmd
- 07_testovani.qmd
# - 09_casove_rady.qmd
- 10_hydro_index.qmd
- 11_korelace_regrese.qmd
- 12_extremalni_rozdeleni.qmd
sidebar:
title: Metody vyhodnocování VH dat
search: true
pinned: true
contents:
- image: images/DALLE_no-bg.webp
- index.qmd
- intro.qmd
- 01_uvod_do_R_1.qmd
- 02_uvod_do_R_2.qmd
- 03_grafy.qmd
- 04_popisna.qmd
- 05_rozdeleni.qmd
- 06_odhad.qmd
- 07_testovani.qmd
- 09_casove_rady.qmd
- 10_hydro_index.qmd
- 11_korelace_regrese.qmd
- 12_extremalni_rozdeleni.qmd
downloads:
- pdf
- epub
bibliography: references.bib
format:
html:
page-layout: article
include-after-body:
- custom.html
- include/webex.js
theme:
- cosmo
- style.scss
max-width: 1600px
css:
- style.css
- include/webex.css
code-fold: show
linkcolor: '#006666'
highlight-style: syntax.theme
code-annotations: hover
fig-align: center
fig-format: svg
fig-dpi: 400
fig-cap-location: bottom
# pdf:
# documentclass: scrreprt
editor: visual
lang: cs-CZ