-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
97 lines (91 loc) · 2.47 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
91
92
93
94
95
96
97
site_name: Medicalai
site_description: 'Medicalai'
site_url: https://aibharata.github.io/medicalAI/
site_description: Medicalai framework - high performance, easy to learn, fast to code,
ready for production
site_author: 'Vinayaka Jyothi For AiBharata'
docs_dir: docs/
repo_name: 'aibharata/medicalAI'
repo_url: 'https://github.com/aibharata/medicalAI'
nav:
- Home: index.md
- Examples:
- Train Using Numpy Method: medicalai/examples/train_using_numpy_dataset.md
- Train Using Generator Method: medicalai/examples/train_using_generator_dataset.md
- Image Segmentation Example: medicalai/examples/train_unet_image_segmentation.md
- Data Processing Pipeline: medicalai/dataset_processors.md
- Core: medicalai/core.md
- AI Networks: medicalai/networks.md
- Model Statistics: medicalai/modelStats.md
theme:
name: 'material'
favicon: img/logo.png
font:
code: Roboto Mono
text: Roboto
icon:
repo: fontawesome/brands/github-alt
language: en
logo: img/logo.png
plugins:
- search
- awesome-pages
edit_uri: ''
extra_css:
- css/termynal.css
- css/custom.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- https://sidecar.gitter.im/dist/sidecar.v1.js
- js/termynal.js
- js/custom.js
- js/chat.js
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- markdown_include.include:
base_path: docs
- admonition
- extra
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format ''
name: mermaid
- class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
name: math
- pymdownx.highlight:
extend_pygments_lang:
- lang: php
name: php-inline
options:
startinline: true
- lang: pycon
name: pycon3
options:
python3: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite:
custom_inline:
- class: arithmatex
format: !!python/name:pymdownx.arithmatex.inline_mathjax_format
name: math
- pymdownx.escapeall:
hardbreak: true
nbsp: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde