forked from murphyqm/research-software-development
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
82 lines (77 loc) · 2.52 KB
/
_quarto.yml
File metadata and controls
82 lines (77 loc) · 2.52 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
project:
type: website
output-dir: docs
website:
announcement:
icon: info-circle
dismissable: true
content: "Please feel free to leave feedback on these materials on our [discussion board](https://github.com/ARCTraining/research-software-development/discussions/categories/ideas-and-feedback)!"
type: primary
position: below-navbar
title: "SWD3: Research Software Development in Python"
repo-url: https://github.com/ARCTraining/research-software-development
repo-actions: [edit, source, issue]
page-footer: "© 2025 University of Leeds <br> [Update cookie preferences]{#open_preferences_center .btn .btn-outline-primary}"
cookie-consent: true
sidebar:
style: "docked"
collapse-level: 1
contents:
- href: index.qmd
text: Home page and course content
- section: "1. Introduction"
contents:
- introduction/introduction.qmd
- introduction/practical_1.qmd
- section: "2. Organising your project"
contents:
- project_org/project_organisation.qmd
- project_org/practical2.qmd
- section: "3. Version Control"
contents:
- version_control/version_control.qmd
- version_control/practical3.qmd
- section: "4. Dependencies"
contents:
- dependencies/dependencies.qmd
- dependencies/practical4.qmd
- section: "5. Testing"
contents:
- testing/testing.qmd
- testing/practical5.qmd
- section: "6. Releases"
contents:
- releases/releases.qmd
- releases/practical6.qmd
- section: "6. Conclusion"
contents:
- summary/summary.qmd
- href: key_code.qmd
text: "Useful code snippets"
- href: index.qmd#citation
text: "<b>Cite this material</b>"
- href: https://www.leeds.ac.uk/about/doc/accessibility-statement
text: "<b>Accessibility Statement</b>"
- href: privacy_and_cookies.qmd
text: "<b>Privacy and Cookies Policy</b>"
- href: https://creativecommons.org/licenses/by-nc-sa/4.0/
text: <b>CC BY-NC-SA 4.0</b>
navbar:
tools:
- icon: github
href: https://github.com/ARCTraining/research-software-development
left:
- href: workflow.qmd
text: "Project Workflow ↗"
target: "_blank"
- href: https://arc.leeds.ac.uk/
text: "Advanced Research Computing @ Leeds ↗"
target: "_blank"
# - href: https://arctraining.github.io/glossary-swd3/
# text: "Glossary ↗"
# target: "_blank"
format:
html:
theme: cosmo
css: styles.css
toc: true