-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
84 lines (77 loc) · 1.86 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
site_name: DAMNIT
site_url: https://rtd.xfel.eu/docs/damnit
theme:
name: material
logo: static/AMORE.png
favicon: static/AMORE.png
icon:
repo: fontawesome/brands/github
palette:
scheme: slate
primary: teal
features:
- navigation.indexes
- content.code.copy
watch:
- damnit
repo_url: https://github.com/European-XFEL/DAMNIT
# Enable syntax highlighting for the material theme:
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.saneheaders
- pymdownx.emoji
- pymdownx.magiclink:
repo_url_shorthand: true
normalize_issue_symbols: true
user: European-XFEL
repo: DAMNIT
- tables
- attr_list
- toc:
permalink: "¤"
# Navigation menu order
nav:
- index.md
- gui.md
- backend.md
- api.md
- internals.md
- changelog.md
- contact.md
plugins:
- search
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://pandas.pydata.org/docs/objects.inv
options:
docstring_style: google
separate_signature: yes
show_signature_annotations: yes
merge_init_into_class: yes
show_submodules: yes
members_order: source
show_root_heading: yes
heading_level: 3
show_source: no
inherited_members: yes
extra_css:
- css/mkdocstrings.css