-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (54 loc) · 1.57 KB
/
Copy pathmkdocs.yml
File metadata and controls
59 lines (54 loc) · 1.57 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
site_name: Analysis of flow cytometry data with R
nav:
- Home: index.md
- Intro to R :
- Course schedule: introR/course_schedule.md
- Precourse preparations: introR/precourse.md
- Material: introR/material.md
- Day 1:
- Exercises: introR/day1/exercises_d1.md
- Day 2:
- Exercises: introR/day2/exercises_d2.md
- Useful links: introR/links.md
- Flow cytometry analysis:
- Course schedule: flowCyt/course_schedule.md
- Precourse preparations: flowCyt/precourse.md
- Material: flowCyt/material.md
- Day 1:
- Exercises: flowCyt/day1/exercises_d1.md
- Day 2:
- Exercises: flowCyt/day2/exercises_d2.md
- Day 3:
- Exercises: flowCyt/day3/exercises_d3.md
- Day 4:
- Exercises: flowCyt/day4/exercises_d4.md
- Day 5:
- Exercises: flowCyt/day5/exercises_d5.md
- Useful links: flowCyt/links.md
theme:
name: material
logo: assets/images/TDS_logo.svg
favicon: assets/images/TDS_logo.svg
# Repository
repo_name: taniawyss/flow-cytometry-analysis-with-R
repo_url: https://github.com/taniawyss/flow-cytometry-analysis-with-R
markdown_extensions:
- abbr
- def_list
- footnotes
- tables
- admonition
- codehilite:
guess_lang: false
- sane_lists
- smarty
- toc
- pymdownx.superfences
- attr_list
- pymdownx.tabbed
- pymdownx.details
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- stylesheets/extra.css