-
Notifications
You must be signed in to change notification settings - Fork 21
/
mkdocs.yml
108 lines (106 loc) · 2.68 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
site_name: Zshot
site_description: Zero and Few shot Named Entities and Relationships recognition
watch: [zshot]
nav:
- Home:
- Overview: index.md
- Usage: usage.md
- Evaluation: evaluation.md
- Code reference: mentions_extractor/
- Code reference:
- Mentions Extraction:
- mentions_extractor.md
- spacy_mentions_extractor.md
- flair_mentions_extractor.md
- smxm_mentions_extractor.md
- tars_mentions_extractor.md
- Entity Linking:
- entity_linking.md
- blink.md
- regen.md
- smxm_linker.md
- tars_linker.md
- Relations Extractor:
- relation_extractor.md
- zsbert_relations_extractor.md
- Knowledge Extractor:
- knowledge_extractor.md
- knowgl_knowledge_extractor.md
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
theme:
name: material
features:
- content.code.annotate
- navigation.tabs
- navigation.top
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: lime
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- search.suggest
- search.highlight
- content.tabs.link
icon:
repo: fontawesome/brands/github-alt
language: en
repo_name: IBM/zshot
repo_url: https://github.com/IBM/zshot
edit_uri: ''
plugins:
- search
- include-markdown
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://installer.readthedocs.io/en/stable/objects.inv # demonstration purpose in the docs
- https://mkdocstrings.github.io/autorefs/objects.inv
options:
show_source: false
docstring_style: sphinx
docstring_options:
ignore_init_summary: yes
merge_init_into_class: yes
show_submodules: yes
- markdownextradata:
data: data
markdown_extensions:
- toc:
permalink: true
- markdown.extensions.codehilite:
guess_lang: false
- mdx_include:
base_path: docs
- admonition
- codehilite
- extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ''
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/IBM/zshot