-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
68 lines (61 loc) · 1.64 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
site_name: PyMindWave2 Docs
repo_url: https://github.com/PrinceEGY/pymindwave2
repo_name: PrinceEGY/pymindwave2
theme:
name: material
features:
- toc.title
- search.suggest
- search.highlight
- content.tabs.link
- content.tabs.annotation
- content.code.copy
language: en
plugins:
- search
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
options:
docstring_style: google
members_order: source
merge_init_into_class: true
show_root_heading: true
show_root_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
separate_signature: true
signature_crossrefs: true
show_signature_annotations: true
docstring_options:
ignore_init_summary: true
- include-markdown
nav:
- Home: index.md
- Installation: installation.md
- Quick Start: quickstart.md
- Examples: examples.md
- API Documentaion:
- MindwaveMobile2: api/headset.md
- Session: api/session.md
- Events: api/events.md
- Enums: api/enums.md
- ThinkGear Connector: api/tg_connector.md
- Logger: api/logger.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
copyright: |
© 2024 <a href="https://github.com/PrinceEGY/" target="_blank" rel="noopener">PrinceEGY</a>