-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
162 lines (148 loc) · 3.99 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
site_name: EDS-PDF
repo_url: https://github.com/aphp/edspdf
# repo_name: algorithms/pseudonymisation
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/brightness-4
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-7
name: Switch to light mode
logo: assets/logo/edspdf-white.svg
favicon: assets/logo/edspdf-blue.svg
features:
- navigation.tracking
- navigation.instant
- navigation.indexes
- navigation.prune
- navigation.top
- content.code.annotate
nav:
- index.md
- Demo 🚀: https://aphp.github.io/edspdf/demo" target="_blank
- pipeline.md
- configuration.md
- data-structures.md
- trainable-pipes.md
- inference.md
- Recipes:
- recipes/index.md
- recipes/rule-based.md
- recipes/training.md
- recipes/extension.md
- recipes/annotation.md
- Pipes:
- pipes/index.md
- Embeddings:
- pipes/embeddings/index.md
- pipes/embeddings/simple-text-embedding.md
- pipes/embeddings/embedding-combiner.md
- pipes/embeddings/sub-box-cnn-pooler.md
- pipes/embeddings/box-layout-embedding.md
- pipes/embeddings/box-transformer.md
- pipes/embeddings/huggingface-embedding.md
- Extractors:
- pipes/extractors/index.md
- pipes/extractors/pdfminer.md
- MuPDF Extractor: https://aphp.github.io/edspdf-mupdf/latest
- Poppler Extractor: https://aphp.github.io/edspdf-poppler/latest
- Classifiers:
- pipes/box-classifiers/index.md
- pipes/box-classifiers/trainable.md
- pipes/box-classifiers/mask.md
- pipes/box-classifiers/dummy.md
- pipes/box-classifiers/random.md
- Aggregators:
- pipes/aggregators/index.md
- pipes/aggregators/simple-aggregator.md
- Layers:
- layers/index.md
- layers/box-transformer.md
- layers/box-transformer-layer.md
- layers/relative-attention.md
- layers/sinusoidal-embedding.md
- layers/vocabulary.md
- Utilities:
- utilities/index.md
- utilities/visualisation.md
- utilities/alignment.md
- Code Reference: reference/edspdf/
- alternatives.md
- contributing.md
- changelog.md
- roadmap.md
extra_css:
- assets/stylesheets/extra.css
- assets/termynal/termynal.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6
- assets/termynal/termynal.js
watch:
- contributing.md
- roadmap.md
- changelog.md
- edspdf
- docs/scripts
extra:
version:
provider: mike
hooks:
- docs/scripts/plugin.py
plugins:
- search
- autorefs:
priority:
- '*'
- reference
- mkdocstrings:
enable_inventory: true
custom_templates: docs/assets/templates
handlers:
python:
import:
- https://aphp.github.io/edspdf-poppler/latest/objects.inv
- https://aphp.github.io/edspdf-mupdf/latest/objects.inv
options:
docstring_style: numpy
docstring_section_style: spacy
heading_level: 2
members_order: source
show_root_toc_entry: false
show_signature: false
merge_init_into_class: true
- glightbox:
touchNavigation: true
loop: false
effect: none
width: 100%
height: auto
zoomable: true
draggable: true
- bibtex:
bibtex_file: "docs/references.bib"
- mike
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- footnotes
- md_in_html
- attr_list
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
validation:
absolute_links: ignore