-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
105 lines (103 loc) 路 2.65 KB
/
Copy pathmkdocs.yaml
File metadata and controls
105 lines (103 loc) 路 2.65 KB
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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Modelblocks documentation
site_url: https://modelblocks.readthedocs.io/
repo_name: docs
repo_url: https://github.com/modelblocks-org/docs/
edit_uri: edit/main/docs/
extra_css:
- css/extra.css
theme:
font:
text: Lato
code: Fira Code
name: material
features:
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- content.code.copy
- content.code.annotate
- content.tooltips
- search.suggest
- search.highlight
- search.share
- toc.follow
markdown_extensions:
- admonition
- attr_list
- md_in_html
- def_list
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.betterem:
smart_enable: all
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
dedent_subsections: true
- pymdownx.superfences:
preserve_tabs: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
clickable_checkbox: true
- toc:
anchorlink: false
permalink: "露"
toc_depth: 4
plugins:
- autorefs
- git-committers:
enabled: true
repository: modelblocks-org/docs
branch: main
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_bases: true
filters:
- "!^_"
heading_level: 1
show_root_heading: true
merge_init_into_class: true
show_if_no_docstring: true
signature_crossrefs: true
show_root_toc_entry: false
show_signature_annotations: true
inherited_members: false
show_labels: false
paths: [src]
inventories:
- https://docs.python.org/3/objects.inv
- enumerate-headings:
include:
- developer/convention.md
start_level: 2
increment_across_pages: false
toc_depth: 4
- search
nav:
- Home: index.md
- Background:
- background/index.md
- Using Modelblocks:
- user/index.md
- user/setup.md
- user/basics.md
- Development guidelines:
- developer/index.md
- developer/setup.md
- developer/convention.md
- developer/best.md
copyright: Copyright © since 2025 <a href="https://github.com/modelblocks-org/docs/blob/main/AUTHORS">Modelblocks contributors</a> (Apache 2.0 licensed)