-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
90 lines (78 loc) · 2.06 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
site_name: DISCOtoolkit
nav:
- Home: index.md
- Tutorial:
- Download Data: download_data.ipynb
- Cell Type Annotation: CELLiD_celltype_annotation.ipynb
- scEnrichment: scEnrichment.ipynb
- Gene Search: Gene_search.ipynb
- API: API.md
plugins:
- search:
- git-revision-date-localized:
enable_creation_date: true
- mkdocs-jupyter:
include_source: true
include_requirejs: true
remove_tag_config:
remove_input_tags:
- hide_code
theme:
name: material
favicon: assets/images/Discologo_1.png
logo: assets/images/LOGO_WITH_title.745f2743.svg # Customize to our own logo
features:
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
- navigation.indexes
- navigation.top
- navigation.footer
- toc.integrate
- header.autohide
palette:
# Palette toggle for light mode
- scheme: default
primary: white # F7F9F3 change to this later
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: blue grey
toggle:
icon: material/weather-night
name: Switch to light mode
custom_dir: overrides
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- toc:
permalink: "¶"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
extra:
social:
- icon: material/github
link: 'https://github.com/JinmiaoChenLab/DISCOtoolkit_py'
name: DISCOtoolkit on GitHub
analytics:
provider: google
property: G-L6ST3F8LYM
repo_url: https://github.com/JinmiaoChenLab/DISCOtoolkit_py
repo_name: DISCOtoolkit
extra_css:
- assets/stylesheets/custom-style.css
extra_javascript:
- 'https://cdn.plot.ly/plotly-latest.min.js'