-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
60 lines (56 loc) · 1.7 KB
/
Copy path_quarto.yml
File metadata and controls
60 lines (56 loc) · 1.7 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
project:
type: book
output-dir: docs-quarto
post-render:
- python3 scripts/postprocess_bibliography.py
book:
title: "The OPAL Framework Documentation"
site-url: "https://opalx-project.github.io/opal-manual/"
repo-url: "https://github.com/OPALX-project/opal-manual"
repo-branch: master
repo-actions: [edit, issue]
chapters:
- index.qmd
- sections/introduction/index.qmd
- sections/conventions/index.qmd
- sections/pitfalls/index.qmd
- sections/tutorial/index.qmd
- sections/opalt/index.qmd
- sections/opalcycl/index.qmd
- sections/opalmap/index.qmd
- sections/format/index.qmd
- sections/control/index.qmd
- sections/elements/index.qmd
- sections/field-output/index.qmd
- sections/lines/index.qmd
- sections/beam-command/index.qmd
- sections/distribution/index.qmd
- sections/energybins/index.qmd
- sections/fieldsolvers/index.qmd
- sections/track/index.qmd
- sections/wakefields/index.qmd
- sections/geometry/index.qmd
- sections/partmatter/index.qmd
- sections/optimiser/index.qmd
- sections/sampler/index.qmd
- sections/literature/index.qmd
appendices:
- sections/appendices/fieldmaps/index.qmd
- sections/appendices/syntax/index.qmd
- sections/appendices/opal-madx/index.qmd
- sections/appendices/autophase/index.qmd
- sections/appendices/benchmarks/index.qmd
- sections/appendices/developer-build/index.qmd
number-sections: true
number-depth: 3
bibliography: references.bib
csl: csl/ieee.csl
format:
html:
toc: true
number-sections: true
html-math-method: mathjax
theme: cosmo
css: styles/legacy-manual.css
include-in-header:
- includes/landing-page.html