-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (45 loc) · 1.3 KB
/
_quarto.yml
File metadata and controls
49 lines (45 loc) · 1.3 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
project:
type: book
output-dir: docs
book:
title: "IPPL Manual"
subtitle: "Independent Parallel Particle Layer"
description: "User and developer manual for the IPPL C++ particle and field library."
site-url: "https://IPPL-framework.github.io/Manual/"
repo-url: "https://github.com/IPPL-framework/Manual"
repo-branch: main
repo-actions: [edit, issue]
favicon: figures/ippl-logo.png
chapters:
- index.qmd
- sections/overview/index.qmd
- sections/getting-started/index.qmd
- sections/playground/index.qmd
- sections/core-concepts/index.qmd
- sections/fields/index.qmd
- sections/particles/index.qmd
- sections/particle-mesh/index.qmd
- sections/fft/index.qmd
- sections/poisson-solvers/index.qmd
- sections/maxwell-solvers/index.qmd
- sections/fem/index.qmd
- sections/communication/index.qmd
- sections/performance-portability/index.qmd
- sections/examples/index.qmd
- sections/developer-guide/index.qmd
- sections/api-reference/index.qmd
- sections/literature/index.qmd
number-sections: true
number-depth: 3
format:
html:
toc: true
toc-depth: 3
number-sections: true
html-math-method: mathjax
code-fold: false
theme:
- cosmo
- includes/styles.css
bibliography: references.bib
csl: csl/ieee.csl