generated from sco1/py-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (46 loc) · 1.35 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
site_name: PyFlySight
site_url: https://sco1.github.io/pyflysight/
repo_url: https://github.com/sco1/pyflysight
markdown_extensions:
- admonition
- mkdocs-click
- pymdownx.snippets:
check_paths: true
- pymdownx.saneheaders
- pymdownx.magiclink:
repo_url_shorthand: true
repo_url_shortener: true
normalize_issue_symbols: true
user: sco1
repo: pyflysight
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_symbol_type_heading: true
show_signature_annotations: true
separate_signature: true
line_length: 100
show_source: false
show_if_no_docstring: true
merge_init_into_class: true
nav:
- Home: index.md
- User Guide:
- CLI: user_guide/cli.md
- Log Parsing: user_guide/log_parsing.md
- FlySight Log Format: user_guide/data_format.md
- Device Configuration: user_guide/device_configuration.md
- Device Interaction: user_guide/device_interaction.md
- Log Utilities: user_guide/log_utilities.md
- Trim App: user_guide/trim_app.md
- About:
- Issue Tracker: https://github.com/sco1/pyflysight/issues
- Release Notes: about/changelog.md
- Contributing: about/contributing.md
- License: about/license.md
watch:
- pyflysight