forked from sib-swiss/containers-introduction-training
-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
72 lines (66 loc) · 2.22 KB
/
mkdocs.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
site_name: Introduction to Containers and Snakemake
nav:
- Home: index.md
- Precourse preparations: precourse.md
- Course schedule: course_schedule.md
- Day 1 - Containers:
- Introduction to containers: course_material/day1/introduction_containers.md
- Managing containers and images: course_material/day1/managing_docker.md
- Working with dockerfiles: course_material/day1/dockerfiles.md
- Running containers with apptainer: course_material/day1/apptainer.md
- Day 2 - Snakemake:
- General guidelines: course_material/day2/1_guidelines.md
- Introduction to Snakemake: course_material/day2/2_introduction_snakemake.md
- Making a more general-purpose Snakemake workflow: course_material/day2/3_generalising_snakemake.md
- Decorating and optimising a Snakemake workflow: course_material/day2/4_optimising_snakemake.md
- Being reproducible with Snakemake: course_material/day2/5_reproducibility_snakemake.md
- Additional concepts and workflow design/debugging: course_material/day2/6_debugging_snakemake.md
theme:
name: material
logo: assets/images/SIB_logo.svg
favicon: assets/images/SIB_logo.svg
custom_dir: overrides
icon:
repo: fontawesome/brands/github
features:
- announce.dismiss
- content.code.copy
extra:
version:
provider: mike
analytics:
provider: matomo
base_url: https://matomo.sib.swiss/
site_id: 220
copyright: >
Copyright © 2021-2024 SIB Swiss institute of Bioinformatics -
<a href="#__consent">Change cookie settings</a>
# Repository
repo_name: sib-swiss/containers-snakemake-training
repo_url: https://github.com/sib-swiss/containers-snakemake-training
edit_uri: edit/main/docs/
markdown_extensions:
- abbr
- def_list
- footnotes
- tables
- admonition
- codehilite:
guess_lang: false
- sane_lists
- smarty
- toc
- pymdownx.superfences
- md_in_html
- attr_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
extra_css:
- stylesheets/extra.css