-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs_en.yml
More file actions
206 lines (185 loc) · 4.82 KB
/
mkdocs_en.yml
File metadata and controls
206 lines (185 loc) · 4.82 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
site_name: "C-Phasing"
site_url: https://wangyibin.github.io/CPhasing
repo_url: https://github.com/wangyibin/CPhasing
docs_dir: "docs/en"
edit_uri: edit/main/docs/
site_dir: "site/"
copyright: Copyright © 2022-2026 Tanger-lab, All rights reserved.
theme:
name: material
language: en
custom_dir: docs/overrides/
highlight: monokai
favicon: https://raw.githubusercontent.com/wangyibin/CPhasing/main/docs/logo/logo.png
logo: https://raw.githubusercontent.com/wangyibin/CPhasing/main/docs/logo/logo.png
# font:
# text: Red Hat Text
# code: JetBrains Mono
# palette:
# - media: "(prefers-color-scheme)"
# toggle:
# icon: material/brightness-auto
# name: Switch to light mode
# - media: "(prefers-color-scheme: light)"
# scheme: default
# primary: prefix-light
# accent: prefix-light
# toggle:
# icon: material/brightness-7
# name: Switch to dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# primary: prefix
# accent: prefix
# toggle:
# icon: material/brightness-4
# name: Switch to system preference
# icon:
# edit: material/pencil
# view: material/eye
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: lucide/sun-moon
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: lucide/sun
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: orange
toggle:
icon: lucide/moon-star
name: Switch to system preference
icon:
tag:
default: lucide/hash
features:
- content.tabs.link
- content.code.copy
- content.code.select
- content.code.annotate
- content.action.view
- content.action.source
- content.code.annotate
- content.tooltips
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.sections
- navigation.prune
- navigation.top
- navigation.indexes
- navigation.footer
- navigation.tabs
- navigation.version
- toc.follow
- search.share
- search.highlight
- search.suggest
markdown_extensions:
- admonition
- attr_list
- tables
- def_list
- footnotes
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ./
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- toc:
toc_depth: 3
permalink: true
- mdx_truly_sane_lists
- md_in_html
extra_css:
- stylesheets/style.css
# - https://unpkg.com/@algolia/sitesearch@latest/dist/search.min.css
extra_javascript:
- javascript/extra.js
# - https://unpkg.com/@algolia/sitesearch@latest/dist/search.min.js
extra:
homepage: https://wangyibin.github.io/CPhasing
analytics:
provider: google
property: G-CXCGTKN4NV
social:
- icon: fontawesome/brands/github
link: https://github.com/wangyibin
version:
provider: mike
alternate:
- name: English
link: /CPhasing/
lang: en
- name: 简体中文
link: /CPhasing/zh/
lang: zh
plugins:
- search
# provider: algolia
# algolia:
# app_id: 7I79MLDJV5
# api_key: bcdf8edc298cf3794b14bc7d5d788fe5
# index_name: wangyibin_github_io_7i79mldjv5_pages
# - ultralytics:
# add_desc: False
# add_image: True
# add_authors: True
# add_json_ld: True
# add_share_buttons: True
# add_css: False
nav:
- Home: index.md
- Installation: installation.md
- Get Started: basic_usage.md
- Tutorials:
- Pore-C&HiFi-C:
- tutorials/porec/porec_monoploid.md
- tutorials/porec/porec_decaploid.md
- tutorials/porec/porec_sugarcane.md
- Hi-C:
- tutorials/hic/hic_monoploid.md
- tutorials/hic/hic_decaploid.md
- tutorials/hic/hic_sugarcane.md
- CLI:
- CLI/mapper.md
- CLI/methalign.md
- CLI/hic_mapper.md
- CLI/prepartition.md
- CLI/alleles.md
- CLI/collapse.md
- CLI/rename.md
- CLI/plot.md
- Citation: citation.md
- Misc:
- FAQ: faq.md
- Changelog: CHANGES.md