-
Notifications
You must be signed in to change notification settings - Fork 194
/
mkdocs.yml
119 lines (110 loc) · 3.03 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
# Project information
site_name: Pix2Text
site_url: https://pix2text.readthedocs.io
site_description: Pix2Text Online Documents
site_author: Breezedeus
# Repository
repo_url: https://github.com/breezedeus/pix2text
repo_name: Breezedeus/Pix2Text
edit_uri: "" #disables edit button
# Copyright
copyright: Copyright © 2022 - 2024
# Social media
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/breezedeus
- icon: fontawesome/brands/zhihu
link: https://www.zhihu.com/people/breezedeus-50
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@breezedeus
- icon: fontawesome/brands/youtube
link: https://space.bilibili.com/509307267
- icon: fontawesome/brands/twitter
link: https://twitter.com/breezedeus
# Configuration
theme:
name: material
# name: readthedocs
logo: figs/breezedeus.png
favicon: figs/breezedeus.ico
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.expand
icon:
repo: fontawesome/brands/github
# Extensions
markdown_extensions:
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition # alerts
- pymdownx.details # collapsible alerts
- pymdownx.superfences # nest code and content inside alerts
- attr_list # add HTML and CSS to Markdown elements
- md_in_html
- pymdownx.inlinehilite # inline code highlights
- pymdownx.keys # show keystroke symbols
- pymdownx.snippets # insert content from other files
- pymdownx.tabbed # content tabs
- footnotes
- def_list
- pymdownx.arithmatex: # mathjax
generic: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: false
- codehilite
- pymdownx.highlight:
use_pygments: true
- toc:
toc_depth: 4
# Plugins
plugins:
- search
- macros
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_heading: false
show_source: true
show_category_heading: true
watch:
- cnocr
# Extra CSS
extra_css:
- static/css/custom.css
# Extra JS
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Page tree
nav:
- 🏠 Home: index.md
- 🛠️ Install: install.md
- 🛀🏻 Demo: demo.md
- 🧳 Models: models.md
- 📚 Examples: examples.md
- 📖 Usage: usage.md
- 🎮 APIs:
- Pix2Text: pix2text/pix_to_text.md
- TextFormulaOCR: pix2text/text_formula_ocr.md
- LatexOCR: pix2text/latex_ocr.md
- TableOCR: pix2text/table_ocr.md
- 💬 Contact: contact.md
- 🎛️ More:
- 🏄🏻 ️Command Tools: command.md
- 🕹 Model Training: train.md
- 🗒 RELEASE Notes: RELEASE.md
- 🙋🏽 FAQ: faq.md
- 🥤 Buy Me Coffee: buymeacoffee.md