-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
110 lines (102 loc) · 2.69 KB
/
mkdocs.yml
File metadata and controls
110 lines (102 loc) · 2.69 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: David Lab Biostatistics Handbook
nav:
- Getting Started:
- Home: index.md
# - Introduction to Lab Biostatistics: intro.md
- Setting Up: settingup.md
- Wet Lab Protocols:
- Overview: wetlab.md
- DNA Extraction: extraction.md
- PCR Amplification: pcr.md
- Gel Electrophoresis: gel.md
- Amplicon Cleaning and Quantification: cleaning.md
- Pooling and Sequencing Prep: pooling.md
- Running the MiniSeq: miniseq.md
- Creating a Phyloseq:
- Creating a Phyloseq (trnL and 12Sv5): pipeline.md
- Creating a Phyloseq (16S): 16s.md
- Creating the References: references.md
- Creating the SQL File: sql.md
- Post-Phyloseq Processing and Analysis:
- Overview: processing.md
- Calculating Diversity: diversity.md
- Calculating Relative Abundance: abundance.md
- Creating a PCA Plot: pca.md
- Assigning Common Names: commonnames.md
theme:
name: material
features:
- header.autohide
- navigation.tabs
- navigation.sections
- navigation.path
- navigation.top
- navigation.instant
- navigation.footer
- toc.integrate
- content.code.copy
- content.code.select
- search.suggest
- content.tabs.link
font:
text: Source Sans Pro
code: IBM Plex Mono
palette:
# Palette toggle for dark mode
- scheme: default
primary: white
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
accent: custom
toggle:
icon: material/weather-night
name: Switch to light mode
repo_url: https://github.com/LAD-LAB
repo_name: LAD-LAB
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- md_in_html
- pymdownx.blocks.caption
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- git-authors
- search
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: false
- offline
extra:
generator: true
analytics:
provider: google
property: G-1LM4D2NZZL