-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
79 lines (74 loc) · 1.99 KB
/
_quarto.yml
File metadata and controls
79 lines (74 loc) · 1.99 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
project:
type: book
output-dir: public
lang: zh
book:
title: "Introduction to Probability and Statistics for Engineers and Scientists(中文版)"
favicon: favicon.png
author: "王伟(17哥)"
open-graph: true
date: today
date-format: "YYYY-MM-DD"
cover-image: cover.png
repo-url: https://github.com/wangwei1237/introduction_to_probability_and_statistics
repo-actions: [edit, issue]
search: true
page-footer: Copyright Wang Wei. All Rights Reserved.
chapters:
- index.qmd
- preface_17.qmd
- preface.qmd
- chapter_1/1.qmd
- chapter_2/2.qmd
- chapter_3/3.qmd
- chapter_4/4.qmd
- chapter_5/5.qmd
- chapter_6/6.qmd
- chapter_7/7.qmd
- chapter_8/8.qmd
- chapter_9/9.qmd
- chapter_10/10.qmd
- chapter_11/11.qmd
- chapter_12/12.qmd
- chapter_13/13.qmd
- chapter_14/14.qmd
- chapter_15/15.qmd
- chapter_16/16.qmd
- test.qmd
- references.qmd
appendices:
- appendices.qmd
site-url: https://wangwei1237.github.io/introduction_to_probability_and_statistics/
navbar:
search: true
logo: favicon.png
left:
- text: "博客"
icon: "house-fill"
href: "https://wangwei1237.github.io/"
- text: "书籍"
icon: "bookshelf"
menu:
- text: "动手学深度学习"
href: "https://zh.d2l.ai/"
- text: "Learn Prompting"
href: "https://learnprompting.org/zh-Hans/docs/intro"
- text: "Stabel Diffusion 提示词手册"
href: "https://pan.baidu.com/s/1dciwgbhO-lfKyRo8lOqW9Q?pwd=cm9q"
- text: "关于"
icon: "person-badge-fill"
href: "https://wangwei1237.github.io/aboutme/"
bibliography: references.bib
csl: acm-sig-proceedings.csl
format:
html:
theme:
light: [cosmo, theme.scss]
code-copy: true
code-overflow: wrap
code-fold: true
cover-image: cover.png
comments:
utterances:
repo: wangwei1237/introduction_to_probability_and_statistics
label: comment