forked from AI-Riksarkivet/htrflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
207 lines (192 loc) · 5.25 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
# Project information
site_name: "HTRflow"
site_url: https://ai-riksarkivet.github.io/htrflow/latest/
site_author: "AI Riksarkivet"
site_description: "AIRA has developed an open source framework to make HTR easier to productionize."
repo_name: AI-Riksarkivet/htrflow
repo_url: https://github.com/AI-Riksarkivet/htrflow/
edit_uri: https://github.com/AI-Riksarkivet/htrflow/tree/main/docs
use_directory_urls: false
extra_css:
- stylesheets/extra.css
# Page tree
nav:
- HTRflow: index.md
- 🚀 Getting started :
- Installation: getting_started/installation.md
- Quickstart: getting_started/quick_start.md
- Pipeline: getting_started/pipeline.md
- Models: getting_started/models.md
- Document model: getting_started/document_model.md
# - CLI: getting_started/cli.md
# - Serialization: getting_started/serialization.md
# - Tutorials:
# - The internals: "notebooks/demo.ipynb"
- Reference:
- Pipeline steps: reference/pipeline-steps.md
- Models: reference/models.md
- Export formats: reference/export-formats.md
# - Integrations:
# - integrations/index.md
# - IIIF: integrations/iiif.md
# - Search: integrations/search.md
# - HaaS: integrations/haas.md
# - Gradio: integrations/spaces.md
# - Resources:
# - resources/index.md
# - Open Source:
# - Models: resources/models.md
# - Datasets: resources/datasets.md
# - Use Cases: resources/cases.md
- Help:
- FAQ: help/faq.md
- Contribution: help/contributing.md
# Configuration
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.indexes
- navigation.footer
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.annotate
- announce.dismiss
- toc.follow
language: en
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
accent: black
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: https://raw.githubusercontent.com/AI-Riksarkivet/htrflow/main/docs/assets/favicon.ico
logo: https://raw.githubusercontent.com/AI-Riksarkivet/htrflow/main/docs/assets/riks.png
icon:
logo: logo
repo: fontawesome/brands/github
plugins:
- tags
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src/htrflow]
options:
merge_init_into_class: True
show_signature: False
show_symbol_type_heading: True
show_symbol_type_toc: True
show_root_toc_entry: True
show_root_heading: True
show_root_full_path: False
show_source: True
show_category_heading: False
show_bases: True
filters:
- "!^_"
- "^_predict$"
- mkdocs-jupyter:
kernel_name: python3
include_source: True
- table-reader:
base_path: "docs_dir"
data_path: "."
search_page_directory: True
allow_missing_files: False
select_readers:
- read_csv
- read_json
enabled: True
- git-revision-date-localized
- swagger-ui-tag
- termynal:
prompt_literal_start:
- "$"
- ">"
extra:
generator: false
version:
provider: mike
social:
- icon: boostrap/hf-logo-pirate
link: https://huggingface.co/Riksarkivet
name: Hugging Face
- icon: fontawesome/brands/github
link: https://github.com/AI-Riksarkivet
name: Github
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/national-archives-in-sweden-riksarkivet-
name: Linkedin
- icon: fontawesome/brands/python
link: https://pypi.org/project/htrflow/
name: PyPi
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/airiksarkivet
name: Docker Hub
analytics:
provider: custom
property: matomo
extra_css:
- stylesheets/extra.css
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- tables
- md_in_html
- toc:
permalink: true
toc_depth: 3
- 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.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.snippets