1+
2+ <!doctype html>
3+ < html lang ="en " class ="no-js ">
4+ < head >
5+
6+ < meta charset ="utf-8 ">
7+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+ < link rel ="icon " href ="/assets/images/favicon.png ">
18+ < meta name ="generator " content ="mkdocs-1.6.1, mkdocs-material-9.7.1 ">
19+
20+
21+
22+ < title > NDI-python</ title >
23+
24+
25+
26+ < link rel ="stylesheet " href ="/assets/stylesheets/main.484c7ddc.min.css ">
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
40+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback ">
41+ < style > : root {--md-text-font : "Roboto" ;--md-code-font : "Roboto Mono" }</ style >
42+
43+
44+
45+ < script > __md_scope = new URL ( "/" , location ) , __md_hash = e => [ ...e ] . reduce ( ( ( e , _ ) => ( e << 5 ) - e + _ . charCodeAt ( 0 ) ) , 0 ) , __md_get = ( e , _ = localStorage , t = __md_scope ) => JSON . parse ( _ . getItem ( t . pathname + "." + e ) ) , __md_set = ( e , _ , t = localStorage , a = __md_scope ) => { try { t . setItem ( a . pathname + "." + e , JSON . stringify ( _ ) ) } catch ( e ) { } } </ script >
46+
47+
48+
49+
50+
51+ </ head >
52+
53+
54+ < body dir ="ltr ">
55+
56+
57+ < input class ="md-toggle " data-md-toggle ="drawer " type ="checkbox " id ="__drawer " autocomplete ="off ">
58+ < input class ="md-toggle " data-md-toggle ="search " type ="checkbox " id ="__search " autocomplete ="off ">
59+ < label class ="md-overlay " for ="__drawer "> </ label >
60+ < div data-md-component ="skip ">
61+
62+ </ div >
63+ < div data-md-component ="announce ">
64+
65+ </ div >
66+
67+
68+
69+
70+
71+
72+ < header class ="md-header md-header--shadow " data-md-component ="header ">
73+ < nav class ="md-header__inner md-grid " aria-label ="Header ">
74+ < a href ="/. " title ="NDI-python " class ="md-header__button md-logo " aria-label ="NDI-python " data-md-component ="logo ">
75+
76+
77+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54 "/> </ svg >
78+
79+ </ a >
80+ < label class ="md-header__button md-icon " for ="__drawer ">
81+
82+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z "/> </ svg >
83+ </ label >
84+ < div class ="md-header__title " data-md-component ="header-title ">
85+ < div class ="md-header__ellipsis ">
86+ < div class ="md-header__topic ">
87+ < span class ="md-ellipsis ">
88+ NDI-python
89+ </ span >
90+ </ div >
91+ < div class ="md-header__topic " data-md-component ="header-topic ">
92+ < span class ="md-ellipsis ">
93+
94+
95+
96+ </ span >
97+ </ div >
98+ </ div >
99+ </ div >
100+
101+
102+ < script > var palette = __md_get ( "__palette" ) ; if ( palette && palette . color ) { if ( "(prefers-color-scheme)" === palette . color . media ) { var media = matchMedia ( "(prefers-color-scheme: light)" ) , input = document . querySelector ( media . matches ?"[data-md-color-media='(prefers-color-scheme: light)']" :"[data-md-color-media='(prefers-color-scheme: dark)']" ) ; palette . color . media = input . getAttribute ( "data-md-color-media" ) , palette . color . scheme = input . getAttribute ( "data-md-color-scheme" ) , palette . color . primary = input . getAttribute ( "data-md-color-primary" ) , palette . color . accent = input . getAttribute ( "data-md-color-accent" ) } for ( var [ key , value ] of Object . entries ( palette . color ) ) document . body . setAttribute ( "data-md-color-" + key , value ) } </ script >
103+
104+
105+
106+
107+
108+ < label class ="md-header__button md-icon " for ="__search ">
109+
110+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5 "/> </ svg >
111+ </ label >
112+ < div class ="md-search " data-md-component ="search " role ="dialog ">
113+ < label class ="md-search__overlay " for ="__search "> </ label >
114+ < div class ="md-search__inner " role ="search ">
115+ < form class ="md-search__form " name ="search ">
116+ < input type ="text " class ="md-search__input " name ="query " aria-label ="Search " placeholder ="Search " autocapitalize ="off " autocorrect ="off " autocomplete ="off " spellcheck ="false " data-md-component ="search-query " required >
117+ < label class ="md-search__icon md-icon " for ="__search ">
118+
119+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5 "/> </ svg >
120+
121+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z "/> </ svg >
122+ </ label >
123+ < nav class ="md-search__options " aria-label ="Search ">
124+
125+ < button type ="reset " class ="md-search__icon md-icon " title ="Clear " aria-label ="Clear " tabindex ="-1 ">
126+
127+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z "/> </ svg >
128+ </ button >
129+ </ nav >
130+
131+ </ form >
132+ < div class ="md-search__output ">
133+ < div class ="md-search__scrollwrap " tabindex ="0 " data-md-scrollfix >
134+ < div class ="md-search-result " data-md-component ="search-result ">
135+ < div class ="md-search-result__meta ">
136+ Initializing search
137+ </ div >
138+ < ol class ="md-search-result__list " role ="presentation "> </ ol >
139+ </ div >
140+ </ div >
141+ </ div >
142+ </ div >
143+ </ div >
144+
145+
146+
147+ </ nav >
148+
149+ </ header >
150+
151+ < div class ="md-container " data-md-component ="container ">
152+
153+
154+
155+
156+
157+
158+ < main class ="md-main " data-md-component ="main ">
159+ < div class ="md-main__inner md-grid ">
160+
161+
162+
163+ < div class ="md-sidebar md-sidebar--primary " data-md-component ="sidebar " data-md-type ="navigation " >
164+ < div class ="md-sidebar__scrollwrap ">
165+ < div class ="md-sidebar__inner ">
166+
167+
168+
169+
170+ < nav class ="md-nav md-nav--primary " aria-label ="Navigation " data-md-level ="0 ">
171+ < label class ="md-nav__title " for ="__drawer ">
172+ < a href ="/. " title ="NDI-python " class ="md-nav__button md-logo " aria-label ="NDI-python " data-md-component ="logo ">
173+
174+
175+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54 "/> </ svg >
176+
177+ </ a >
178+ NDI-python
179+ </ label >
180+
181+ < ul class ="md-nav__list " data-md-scrollfix >
182+
183+
184+
185+
186+
187+
188+
189+ < li class ="md-nav__item ">
190+ < a href ="/. " class ="md-nav__link ">
191+
192+
193+
194+ < span class ="md-ellipsis ">
195+
196+
197+ Home
198+
199+
200+
201+ </ span >
202+
203+
204+
205+ </ a >
206+ </ li >
207+
208+
209+
210+
211+
212+
213+
214+
215+
216+ < li class ="md-nav__item ">
217+ < a href ="/cache/ " class ="md-nav__link ">
218+
219+
220+
221+ < span class ="md-ellipsis ">
222+
223+
224+ Cache
225+
226+
227+
228+ </ span >
229+
230+
231+
232+ </ a >
233+ </ li >
234+
235+
236+
237+
238+
239+
240+
241+
242+
243+ < li class ="md-nav__item ">
244+ < a href ="/fun/ " class ="md-nav__link ">
245+
246+
247+
248+ < span class ="md-ellipsis ">
249+
250+
251+ Fun
252+
253+
254+
255+ </ span >
256+
257+
258+
259+ </ a >
260+ </ li >
261+
262+
263+
264+
265+
266+
267+
268+
269+
270+ < li class ="md-nav__item ">
271+ < a href ="/file/ " class ="md-nav__link ">
272+
273+
274+
275+ < span class ="md-ellipsis ">
276+
277+
278+ File
279+
280+
281+
282+ </ span >
283+
284+
285+
286+ </ a >
287+ </ li >
288+
289+
290+
291+ </ ul >
292+ </ nav >
293+ </ div >
294+ </ div >
295+ </ div >
296+
297+
298+
299+ < div class ="md-sidebar md-sidebar--secondary " data-md-component ="sidebar " data-md-type ="toc " >
300+ < div class ="md-sidebar__scrollwrap ">
301+ < div class ="md-sidebar__inner ">
302+
303+
304+ < nav class ="md-nav md-nav--secondary " aria-label ="Table of contents ">
305+
306+
307+
308+
309+ </ nav >
310+ </ div >
311+ </ div >
312+ </ div >
313+
314+
315+
316+ < div class ="md-content " data-md-component ="content ">
317+
318+ < article class ="md-content__inner md-typeset ">
319+
320+ < h1 > 404 - Not found</ h1 >
321+
322+ </ article >
323+ </ div >
324+
325+
326+ < script > var target = document . getElementById ( location . hash . slice ( 1 ) ) ; target && target . name && ( target . checked = target . name . startsWith ( "__tabbed_" ) ) </ script >
327+ </ div >
328+
329+ </ main >
330+
331+ < footer class ="md-footer ">
332+
333+ < div class ="md-footer-meta md-typeset ">
334+ < div class ="md-footer-meta__inner md-grid ">
335+ < div class ="md-copyright ">
336+
337+
338+ Made with
339+ < a href ="https://squidfunk.github.io/mkdocs-material/ " target ="_blank " rel ="noopener ">
340+ Material for MkDocs
341+ </ a >
342+
343+ </ div >
344+
345+ </ div >
346+ </ div >
347+ </ footer >
348+
349+ </ div >
350+ < div class ="md-dialog " data-md-component ="dialog ">
351+ < div class ="md-dialog__inner md-typeset "> </ div >
352+ </ div >
353+
354+
355+
356+
357+
358+ < script id ="__config " type ="application/json "> { "annotate" : null , "base" : "/" , "features" : [ ] , "search" : "/assets/javascripts/workers/search.2c215733.min.js" , "tags" : null , "translations" : { "clipboard.copied" : "Copied to clipboard" , "clipboard.copy" : "Copy to clipboard" , "search.result.more.one" : "1 more on this page" , "search.result.more.other" : "# more on this page" , "search.result.none" : "No matching documents" , "search.result.one" : "1 matching document" , "search.result.other" : "# matching documents" , "search.result.placeholder" : "Type to start searching" , "search.result.term.missing" : "Missing" , "select.version" : "Select version" } , "version" : null } </ script >
359+
360+
361+ < script src ="/assets/javascripts/bundle.79ae519e.min.js "> </ script >
362+
363+
364+ </ body >
365+ </ html >
0 commit comments