-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
106 lines (99 loc) · 2.65 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
site_name: EXtra
site_url: https://extra.readthedocs.io
repo_url: https://github.com/european-xfel/extra
theme:
name: material
logo: images/logo.jpg
favicon: images/logo.jpg
icon:
repo: fontawesome/brands/github
font:
text: Open Sans
features:
- content.code.annotate
- content.code.copy
- navigation.instant
- navigation.indexes
nav:
- index.md
- reading-data.md
- detector-geometry.md
- damnit.md
- Components:
- components/index.md
- components/beam-properties.md
- components/scans.md
- components/pulse-patterns.md
- components/delay-line-detectors.md
- components/timepix.md
- components/optical-lasers.md
- components/adq-digitizers.md
- components/detector-motors.md
- karabo-bridge.md
- calibration.md
- signal.md
- utilities.md
- changelog.md
watch:
- src
markdown_extensions:
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: 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: EXtra
- tables
- attr_list
- toc:
permalink: "¤"
plugins:
- search
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://extra-data.readthedocs.io/en/latest/objects.inv
- https://numpy.org/doc/stable/objects.inv
- https://pandas.pydata.org/docs/objects.inv
- https://matplotlib.org/stable/objects.inv
- https://docs.xarray.dev/en/stable/objects.inv
- https://pint.readthedocs.io/en/stable/objects.inv
- https://docs.scipy.org/doc/scipy/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
show_symbol_type_toc: yes
extra_css:
- css/mkdocstrings.css
extra_javascript:
- css/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js