-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
146 lines (132 loc) · 3.58 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
site_name: LeagueProject
site_url: https://renecotyfanboy.github.io/leagueProject/
nav:
- Home: index.md
- Dataset:
- dataset/introduction.md
- dataset/cookbook.md
- Around the LoserQ:
- loserQ/motivation.md
- loserQ/model.md
- loserQ/validation.md
- loserQ/true_data.md
- Around trueskill2:
- trueskill2/introduction.md
- API reference:
- data : api/data.md
- model : api/model.md
- inference : api/inference.md
- plot : api/plot.md
theme:
name: material
icon:
favicon: simple/leagueoflegends
logo: simple/leagueoflegends
palette:
# Palette toggle for light mode
- scheme: default
primary: purple
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: purple
toggle:
icon: material/weather-sunny
name: Switch to light mode`
features:
#- navigation.instant
#- navigation.instant.progress
#- navigation.instant.prefetch
- navigation.tracking
- content.footnote.tooltips
#- toc.integrate
- navigation.sections
- navigation.path
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
plugins:
- search
- autorefs
- typeset
- macros:
include_yaml:
- true_data : docs/loserQ/assets/true_data_result.yml
- plotly:
lib_path: javascripts/plotly-2.32.0.js
template_slate: plotly_dark
- glightbox:
auto_caption: false
caption_position: bottom
- mkdocstrings:
default_handler: python
handlers:
python:
options:
members_order: alphabetical
docstring_section_style: spacy
docstring_style: google
show_symbol_type_heading: true
show_symbol_type_toc: true
modernize_annotations: true
use_directory_urls: true
markdown_extensions:
- abbr
- attr_list
- tables
- md_in_html
- meta
- footnotes
- admonition
- pymdownx.details
- pymdownx.keys
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: plotly
class: mkdocs-plotly
format: !!python/name:mkdocs_plotly_plugin.fences.fence_plotly
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.arithmatex:
generic: true
repo_url: https://github.com/renecotyfanboy/leagueProject
repo_name: leagueProject
extra_javascript:
- javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
- css/material.css
extra:
generator: true
social:
- icon: fontawesome/brands/github
link: https://github.com/renecotyfanboy
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/user/renecotyfanboy/
- icon: fontawesome/brands/x-twitter
link: https://x.com/ReneCotyFanboy
copyright: This project isn't endorsed by Riot Games.
#extra_css:
# - css/material.css