-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmkdocs.yml
136 lines (123 loc) · 4.28 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
site_name: DeepOnto
site_author: Yuan He (KRR-Oxford)
site_url: https://krr-oxford.github.io/DeepOnto/
repo_url: https://github.com/KRR-Oxford/DeepOnto
repo_name: KRR-Oxford/DeepOnto
copyright: Copyright © 2021 Yuan He (KRR-Oxford)
# theme: readthedocs
theme:
name: material
custom_dir: docs/overrides
logo: images/favicon_package/safari-pinned-tab.svg
palette:
primary: teal
favicon: images/favicon_package/favicon.ico
features:
- navigation.sections
- toc.integrate
- navigation.top
- header.autohide
- toc.follow
- content.code.copy
# extra:
# social:
# - icon: fontawesome/solid/paper-plane
# link: mailto:yuan.he@cs.ox.ac.uk
extra:
# version: 0.5.0
social:
- icon: fontawesome/brands/python
link: https://pypi.org/project/deeponto/
- icon: fontawesome/brands/github
link: https://github.com/Lawhy
- icon: fontawesome/brands/twitter
link: https://twitter.com/YuanHe97
status:
- new: recently added
nav:
- GET STARTED:
- Introduction: index.md
- Load an Ontology: ontology.md # basic usage of ontologies, ontology pruning, etc.
- Changelog: changelog.md
- FAQs: faqs.md
- TUTORIALS:
- Verbalise Complex Ontology Concepts: verbaliser.md
- Ontology Matching with BERTMap Family: bertmap.md
- "Bio-ML: A Comprehensive Documentation": bio-ml.md
- Subsumption Inference with BERTSubs: bertsubs.md
- "OntoLAMA: Dataset Overview and Usage Guide": ontolama.md
# - "HiT: Embedding Hierarchies with Transformer Encoders": hit.md
- PACKAGE REFERENCE:
- Ontology Processing:
- Ontology: deeponto/onto/ontology.md
- Reasoning: deeponto/onto/reasoning.md
- Pruning: deeponto/onto/pruning.md
- Verbalisation: deeponto/onto/verbalisation.md
- Projection: deeponto/onto/projection.md
- Normalisation: deeponto/onto/normalisation.md
- Taxonomy: deeponto/onto/taxonomy.md
- Ontology Alignment:
- Mapping: deeponto/align/mapping.md
- BERTMap: deeponto/align/bertmap/index.md
- LogMap: deeponto/align/logmap/index.md
- BERTSubs (Inter): deeponto/align/bertsubs/index.md
- Evaluation: deeponto/align/evaluation.md
- OAEI Utilities: deeponto/align/oaei.md
- Ontology Completion:
- BERTSubs (Intra): deeponto/complete/bertsubs/index.md
- OntoLAMA: deeponto/complete/ontolama.md
- Utilities:
- Text Utilities: deeponto/utils/text_utils.md
- File Utilities: deeponto/utils/file_utils.md
- Logging: deeponto/utils/logging.md
- Data Utilities: deeponto/utils/data_utils.md
- Decorators: deeponto/utils/decorators.md
- EXTERNAL:
- "OAEI Bio-ML Track": https://krr-oxford.github.io/OAEI-Bio-ML/
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- def_list
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
plugins:
- include-markdown
- search
- autorefs
- git-authors
- git-revision-date-localized:
enable_creation_date: true
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src,HierarchyTransformers/src] # search packages in the src folder
options:
docstring_style: google
docstring_options:
ignore_init_summary: yes
merge_init_into_class: yes
show_root_full_path: no
show_root_toc_entry: false
members_order: source
docstring_section_style: table
import:
# - https://installer.readthedocs.io/en/stable/objects.inv
- https://networkx.org/documentation/stable/objects.inv
# - https://docs.python.org/3.10/objects.inv
# - http://owlcs.github.io/owlapi/apidocs_4/object.inv
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js