-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
87 lines (80 loc) · 1.73 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
82
83
84
85
86
87
project:
title: KIMMDY-Reactions
type: website
output-dir: docs
render:
- index.qmd
- _reference
- config.qmd
website:
page-navigation: true
site-url: http://graeter-group.github.io/kimmdy-reactions
repo-url: https://github.com/graeter-group/kimmdy-reactions
repo-actions: [edit, issue]
reader-mode: true
back-to-top-navigation: true
navbar:
background: light
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/graeter-group/kimmdy-reactions
- text: Report a Bug
url: https://github.com/graeter-group/kimmdy-reactions/issues/new
left:
- file: index.qmd
text: Readme
- file: _reference/index.qmd
text: Reference
- file: config.qmd
text: Options
metadata-files:
- _sidebar.yml
execute:
warning: false
echo: true
freeze: auto
format:
html:
toc: true
toc-depth: 5
toc-expand: true
mainfont: Roboto
number-depth: 0
highlight-style: arrow
theme:
light:
- www/theme.scss
dark:
- www/theme.scss
- www/theme-dark.scss
code-copy: true
filters:
- interlinks
interlinks:
sources:
numpy:
url: https://numpy.org/doc/stable/
python:
url: https://docs.python.org/3.10/
kimmdy:
url: https://graeter-group.github.io/kimmdy/
inv: objects.txt
quartodoc:
sidebar: "_sidebar.yml"
render_interlinks: true
title: "References"
style: pkgdown
package: null
dir: _reference
sections:
- title: Homolysis
contents:
- homolysis.reaction
- title: Naive HAT
contents:
- hat_naive.reaction
- title: Dummyreaction
contents:
- dummyreaction.reaction