-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
174 lines (165 loc) · 5.66 KB
/
Copy pathmkdocs.yml
File metadata and controls
174 lines (165 loc) · 5.66 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
site_name: ONVIF Python
site_description: A modern Python library for ONVIF-compliant IP cameras and devices, providing a clean, typed API for discovery, device management, media, PTZ, and events.
site_url: https://nirsimetri.github.io/onvif-python/
repo_url: https://github.com/nirsimetri/onvif-python
repo_name: nirsimetri/onvif-python
use_directory_urls: true
theme:
name: material
custom_dir: docs/overrides
logo: assets/nirsimetri-light.svg
favicon: assets/nirsimetri-dark.svg
icon:
repo: fontawesome/brands/github
font:
text: Manrope
code: JetBrains Mono
features:
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.top
- content.code.copy
- search.suggest
- content.tooltips
- content.footnote.tooltips
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
nav:
- About: index.md
- Philosophy: philosophy.md
- Installation: installation.md
- Quick Start: quick_start.md
- Core:
- Client: core/onvif_client.md
- CLI: core/onvif_cli.md
- Discovery: core/onvif_discovery.md
- Utilities:
- Helper Methods: utilities/helper_methods.md
- References:
- ONVIF Profiles: references/supported_profiles.md
- ONVIF Services:
- Coverage: references/implemented_services.md
- Service Discovery: references/service_discovery.md
- Service Bindings: references/service_bindings.md
- API:
- Core:
- ONVIFClient: api/core/onvif_client.md
- ONVIFOperator: api/core/onvif_operator.md
- ONVIFDiscovery: api/core/onvif_discovery.md
- Exceptions:
- ONVIFOperationException: api/exceptions/onvif_exception.md
- Error Handlers: api/exceptions/onvif_error_handlers.md
- Utilities:
- CacheMode: api/utilities/cache_mode.md
- ONVIFWSDL: api/utilities/onvif_wsdl.md
- ONVIFService: api/utilities/onvif_service.md
- ZeepPatcher: api/utilities/zeep_patcher.md
- Plugins: api/utilities/plugins.md
- Services:
- Device: api/services/device.md
- Events:
- Events: api/services/events.md
- PullPoint: api/services/pullpoint.md
- Notification: api/services/notification.md
- Subscription: api/services/subscription.md
- PausableSubscription: api/services/pausable_subscription.md
- Imaging: api/services/imaging.md
- Media: api/services/media.md
- Media2: api/services/media2.md
- PTZ: api/services/ptz.md
- DeviceIO: api/services/deviceio.md
- Display: api/services/display.md
- Analytics:
- Analytics: api/services/analytics.md
- RuleEngine: api/services/ruleengine.md
- AnalyticsDevice: api/services/analyticsdevice.md
- AccessControl: api/services/accesscontrol.md
- DoorControl: api/services/doorcontrol.md
- AccessRules: api/services/accessrules.md
- ActionEngine: api/services/actionengine.md
- AppManagement: api/services/appmgmt.md
- AuthenticationBehavior: api/services/authenticationbehavior.md
- Credential: api/services/credential.md
- Recording: api/services/recording.md
- Search: api/services/search.md
- Replay: api/services/replay.md
- Provisioning: api/services/provisioning.md
- Receiver: api/services/receiver.md
- Schedule: api/services/schedule.md
- Thermal: api/services/thermal.md
- Uplink: api/services/uplink.md
- Security:
- AdvancedSecurity: api/services/advancedsecurity.md
- AuthorizationServer: api/services/authorizationserver.md
- Dot1x: api/services/dot1x.md
- JWT: api/services/jwt.md
- KeyStore: api/services/keystore.md
- MediaSigning: api/services/mediasigning.md
- TLSServer: api/services/tlsserver.md
- Project:
- Contributing: project/contributing.md
- Roadmap: project/roadmap.md
- Used By: project/used_by.md
- External: project/external.md
- Legal:
- Legal Notice: legal/legal_notice.md
- License: legal/license.md
- Releases: releases.md # It will be hidden because it serves as a placeholder.
plugins:
- search
- git-authors:
show_contribution: true
show_email_address: false
sort_authors_by: contribution
- mkdocstrings:
handlers:
python:
options:
show_source: false
docstring_style: google
show_root_full_path: false
show_root_toc_entry: false
show_signature_annotations: true
markdown_extensions:
- abbr
- attr_list
- md_in_html
- admonition
- footnotes
- pymdownx.snippets
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
linenums_style: pymdownx-inline
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
extra:
generator: false
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/marked/marked.min.js
- https://cdn.jsdelivr.net/npm/dompurify@3.4.15/dist/purify.min.js
- javascripts/github-releases.js
- javascripts/external-links.js
copyright: Copyright © 2026 — <a href="https://github.com/nirsimetri"><b>Nirsimetri Technologies®</b></a>