-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
171 lines (162 loc) · 4.3 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# Copyright (c) 2020-2023 Jij Inc.
# Project information
site_name: minto
site_author: Jij Inc.
site_description: "minto: Management and Insight tool for Optimization"
# Repository
repo_name: minto
repo_url: https://github.com/Jij-Inc/MINTO-Public
site_url: https://jij-inc.github.io/minto/
# Copyright
copyright: Copyright © 2023-2024 Jij Inc.
# Configuration
theme:
name: material
custom_dir: docs/overrides
logo: 'assets/minto_white.png'
features:
- announce.dismiss
# - content.action.edit
# - content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
# - navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- scheme: default
primary: teal
accent: light green
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/minto_green.png
icon:
logo: logo
# Plugins
plugins:
- git-revision-date-localized:
fallback_to_build_date: true
type: iso_datetime
locale: en
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- literate-nav:
nav_file: docs/reference/SUMMARY.md
- autorefs
- tags
- section-index
- minify:
minify_html: true
htmlmin_opts:
remove_comments: true
cache_safe: true
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: true
docstring_style: "google"
- mkdocs-jupyter
- gen-files:
scripts:
- docs/overrides/gen_ref_pages.py
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Jij-Inc/MINTO-Public
- icon: fontawesome/brands/python
link: https://pypi.org/project/minto/
- icon: fontawesome/brands/twitter
link: https://twitter.com/Jij_Inc
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS-MML_HTMLorMML
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: python
class: lang-python
format: !!python/name:pymdownx.highlight.highlight
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
pygments_style: default
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: Jij-Inc
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: python
class: lang-python
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
nav:
- Home: index.md
- Getting started:
- "What is minto?": what_is_minto.md
- "Quick Start": quickstart.ipynb
- Changelog: https://github.com/Jij-Inc/MINTO-Public
- Tutorial:
# - "Benchmarking QUBO for TSP": tutorials/openjij_experiment.md
- "Push and Pull to/from GitHub": tutorials/github_push.ipynb
- "SA Tempereture Search": tutorials/openjij_temp_tuning.ipynb
- "Model Comparison for CVRP": tutorials/cvrp_model_benchmark.ipynb
- "Migration from v0": tutorials/v0tov1_migration.ipynb
- "For Contributors":
- "Add a new schema": for_contributors/new_data_schema.md
- Reference: reference/