-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
39 lines (35 loc) · 775 Bytes
/
_quarto.yml
File metadata and controls
39 lines (35 loc) · 775 Bytes
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
project:
type: website
output-dir: docs
toc: true
execute:
freeze: auto
website:
title: "Software Development for Research"
sidebar:
style: docked
search: true
contents:
- href: index.qmd
text: Home
- about.qmd
- getting-started.ipynb
- managing-environment.ipynb
- version-control.ipynb
- remote-version-control.ipynb
- classes-objects.ipynb
- files-command-line.ipynb
- packaging-distribution.ipynb
- testing-continuous-integration.ipynb
- documentation.ipynb
- performance-python.ipynb
- parallel-computing.ipynb
- automation-make.ipynb
- open-science.ipynb
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true