-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (64 loc) · 1.67 KB
/
Copy pathmkdocs.yml
File metadata and controls
71 lines (64 loc) · 1.67 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
site_name: Kinoko for Text
site_description: Detailed Documentation for Kinoko
site_author: Weishuo QIAN
repo_url: https://github.com/koyo922/kinoko
edit_uri: https://github.com/koyo922/kinoko/edit/master/docs
theme:
name: 'material'
plugins:
- search
- minify:
minify_html: true
extra:
search:
language: 'en, ja'
social:
- type: 'weixin'
link: '/assets/images/wechat_koyo922.jpg'
- type: 'github'
link: 'https://github.com/koyo922'
- type: 'linkedin'
link: 'https://linkedin.com/in/weishuo-qian-524264119'
extra_javascript:
- https://cdn.bootcss.com/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML
- ./assets/js/mathjax-config.js
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
linenums: true
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.extra
- pymdownx.highlight
nav:
- Kinoko: index.md
- Get Started: getting-started.md
- Text Processing:
- csv: csv.md
- logging: log.md
- Network: network.md
- Bash Utils: bash.md
- Functional Utils: func.md
- Visual Utils: visual.md
- Time Series Analysis Tool: time_series.md
- Release Notes: changelog.md
- Format Specimen: format_specimen.md