-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
36 lines (34 loc) · 999 Bytes
/
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
site_name: 深度学习与医学影像
site_url: http://medical-imaging.hackerphysics.com
theme:
name: material
logo: images/medical-imaging-2.png
favicon: images/medical-imaging-2.png
features:
- navigation.expand
- navigation.top
- navigation.tabs
- search.suggest
- toc.integrate
- content.code.annotate
nav:
- '前言': 'index.md'
- '机器学习简介': '1-机器学习简介.md'
markdown_extensions:
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js