-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
98 lines (87 loc) · 2.49 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
98
site_name: "Turkish LM Tuner"
site_description: "Turkish LM Tuner: a new library for tuning Turkish Language Models"
site_url: "https://github.com/boun-tabi-LMG/turkish-lm-tuner"
repo_url: "https://github.com/boun-tabi-LMG/turkish-lm-tuner"
repo_name: "boun-tabi-LMG/turkish-lm-tuner"
copyright: Copyright 2023 BOUN TABILAB LMG
remote_branch: "gh-pages"
docs_dir: "docs"
use_directory_urls: false
strict: true
nav:
- Overview: index.md
- Tutorials:
- Getting Started: tutorials/getting-started.ipynb
- Finetuning: tutorials/finetuning.ipynb
- Evaluation: tutorials/evaluation.ipynb
- Inference: tutorials/inference.ipynb
- License: license.md
theme:
name: mkdocs
features:
- navigation.expand
name: material
features:
- navigation.expand
markdown_extensions:
- admonition
- markdown_include.include
- pymdownx.emoji
- pymdownx.highlight
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- pymdownx.details
# For `tab_length=2` in the markdown extension
# See https://github.com/mkdocs/mkdocs/issues/545
- mdx_truly_sane_lists
- toc:
permalink: true
watch:
- turkish_lm_tuner/
plugins:
- search
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
setup_commands:
- import sys
- import turkish_lm_tuner
- sys.path.append("docs")
- sys.path.append("turkish_lm_tuner")
selection:
new_path_syntax: true
rendering:
show_root_heading: false
heading_level: 2
show_if_no_docstring: true
options:
docstring_options:
ignore_init_summary: false
docstring_section_style: list
merge_init_into_class: true
show_root_heading: false
show_root_full_path: false
show_signature_annotations: true
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
- mkdocs-jupyter:
execute: False
remove_tag_config:
remove_cell_tags: [remove_cell]
remove_all_outputs_tags: [remove_output]
remove_input_tags: [remove_input]
- mike:
version_selector: true
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/boun-tabi-LMG
- icon: fontawesome/brands/python
link: https://pypi.org/project/turkish-lm-tuner/