This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
133 lines (122 loc) · 3.47 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
# Copyright (c) 2022 Robert Bosch GmbH
# SPDX-License-Identifier: AGPL-3.0
site_name: "ExeKGLib"
site_author: "Antonis Klironomos & Mohamed Gad-Elrab"
site_description: "Library for executable ML pipelines represented by KGs."
site_url: "https://boschresearch.github.io/ExeKGLib"
repo_name: "boschresearch/ExeKGLib"
repo_url: "https://github.com/boschresearch/ExeKGLib"
edit_uri: "edit/main/docs"
site_dir: .site
nav:
- Overview:
- Overview: index.md
- Ready-to-use ML-related tasks and methods: supported-methods.md
- Usage: usage.md
- Installation: installation.md
- Extending: extending.md
- External resources: external-resources.md
- Code Reference: reference/
- Development:
- Adding a new ML-related task and method: adding-new-task-and-method.md
- Documentation of exe_kg_lib.classes.tasks package: tasks-package-documentation.md
- Contributing: contributing.md
# - Coverage: exported/coverage/report.html
# - Tests: exported/tests/report.html
- License: license.md
theme:
name: material
features:
- header.autohide
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.top
- search.highlight
- search.suggest
font: false # Disabled because of GDPR, see https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
accent: deep orange
media: "(prefers-color-scheme: light)"
primary: blue grey
toggle:
icon: material/eye
name: Switch to dark mode
- scheme: slate
accent: deep orange
media: "(prefers-color-scheme: dark)"
primary: blue grey
toggle:
icon: material/eye-outline
name: Switch to light mode
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- gen-files:
# 'exclude' throws a "Config value" warnings, as it is a custom property
exclude:
- "/examples"
- "__init__"
scripts:
- docs/generate-code-reference.py
- git-revision-date-localized:
fallback_to_build_date: true
- literate-nav:
nav_file: code-nav.md
- minify:
minify_html: true
- mkdocstrings:
handlers:
python:
options:
show_source: true
- search
extra:
generator: false
version:
provider: mike
extra_css:
- stylesheets/extra.css
extra_javascript:
# Sortable tables (see https://squidfunk.github.io/mkdocs-material/reference/data-tables)
- https://unpkg.com/tablesort/dist/tablesort.min.js
- js/tablesort.js
# MathJax (see https://squidfunk.github.io/mkdocs-material/reference/mathjax)
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js