-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
100 lines (99 loc) · 2.74 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
site_name: fr24
site_description: A library for downloading data from flightradar24.com with gRPC/JSON.
repo_name: cathaypacific8747/fr24
repo_url: https://github.com/cathaypacific8747/fr24
site_url: https://cathaypacific8747.github.io/fr24/
nav:
- Home: 'index.md'
- Usage:
- CLI: 'usage/cli.md'
- Library Quickstart: 'usage/quickstart.md'
- Example Gallery: 'usage/examples.md'
- Authentication: 'usage/authentication.md'
- API Reference:
- Core: 'api/core.md'
- Functions: 'api/functions.md'
- Types: 'api/types.md'
- Base Classes: 'api/base.md'
- Protobuf Definitions: 'api/protobuf.md'
theme:
name: material
features:
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- navigation.expand
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
plugins:
- search
- social
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
import:
- https://docs.python.org/3/objects.inv
- http://pandas.pydata.org/pandas-docs/stable/objects.inv
- https://numpy.org/doc/stable/objects.inv
options:
inherited_members: true
members_order: source
separate_signature: true
show_signature_annotations: true
merge_init_into_class: true
docstring_section_style: table
signature_crossrefs: true
show_symbol_type_heading: true
show_symbol_type_toc: true
show_root_heading: true
show_root_full_path: false
show_source: false
summary: true
show_submodules: true
docstring_style: sphinx
enable_inventory: true
markdown_extensions:
- abbr
- attr_list
- admonition
- footnotes
- md_in_html
- pymdownx.blocks.admonition
- pymdownx.blocks.details
- pymdownx.blocks.tab:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.inlinehilite:
style_plain_text: py3
- pymdownx.magiclink
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: "¤"