-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_ignore_pdf.yml
75 lines (71 loc) · 1.73 KB
/
_ignore_pdf.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
project:
type: book
output-dir: _output/pdf
render:
- "*.qmd"
- "!ignored.qmd"
- "!code/"
- "!data/"
- "!images/"
- "!TODO.qmd"
book:
title: "Graphing University Timetables"
chapters:
- index.qmd
- 01-01a-introduction.qmd
- 01-02-background.qmd
- 01-03-good-timetable.qmd
- 01-04-project.qmd
- 02-01-comparison.qmd
- 02-02-graph-timetable.qmd
- 02-02b-early.qmd
- 02-02c-expand.qmd
- 02-03-graph-time.qmd
- 03-01-overview.qmd
- 03-02-approach.qmd
- 03-03-config.qmd
- 03-04-extract.qmd
- 03-05-transform.qmd
- 03-06a-load.qmd
- 03-06b-load.qmd
- 03-07-reflections.qmd
- 04-01-timetable-metrics.qmd
- 04-02-timetable-agg.qmd
- 04-03-timetable-cypher.qmd
- 04-04-timetable-summary.qmd
- 05-final-thoughts.qmd
- appendix-toc.qmd
- appendix-random-graph.qmd
- appendix-tech-stack.qmd
- appendix-config.qmd
- appendix-anonymise.qmd
- appendix-code-intro.qmd
- appendix-code.qmd
- appendix-code1-config.qmd
- appendix-code2-sql.qmd
- appendix-code3-extract.qmd
- appendix-code4-gdrive.qmd
- appendix-code5-transform.qmd
- appendix-code6-load.qmd
- appendix-cypher.qmd
- appendix-cypher1.qmd
- appendix-cypher2.qmd
- appendix-cypher3.qmd
- appendix-cypher4.qmd
- appendix-cypher5.qmd
- appendix-cypher5a.qmd
- appendix-cypher6.qmd
- appendix-cypher7.qmd
- appendix-perspectives.qmd
- appendix-blue-sky.qmd
- appendix-supervision.qmd
- appendix-supervision1.qmd
- appendix-supervision2.qmd
- appendix-supervision3.qmd
- references.qmd
- acknowledgements.qmd
format:
pdf:
documentclass: scrreprt
execute:
freeze: auto