-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
97 lines (89 loc) · 2.59 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
site_name: ms2ml Docs
site_url: https://jspaezp.github.io/ms2ml/
site_author: J. Sebastian Paez
repo_name: jspaezp/ms2ml
repo_url: https://github.com/jspaezp/ms2ml
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jspaezp/ms2ml
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
analytics:
provider: google
property: G-G0HM484HCK
feedback:
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: Yes
data: 1
note: >-
Thanks for your!
- icon: material/thumb-down-outline
name: There is room for improvement
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/jspaezp/ms2ml/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">Feedback in github</a>
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
watch:
- ms2ml
plugins:
- search
- autorefs
- mike
- mkquartodocs:
keep_output: false
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
show_root_heading: true
show_root_members_full_path: true
show_object_full_path: false
show_category_heading: true
docstring_style: google
line_length: 120
members_order: source
show_if_no_docstring: true
show_signature_annotations: true
annotations_path: source
docstring_section_style: spacy
docstring_options:
ignore_init_summary: no
merge_init_into_class: yes