ciocore 9.1.0rc2__py2.py3-none-any.whl → 9.1.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ciocore might be problematic. Click here for more details.
- ciocore/VERSION +1 -1
- ciocore/docsite/404.html +62 -39
- ciocore/docsite/apidoc/api_client/index.html +243 -118
- ciocore/docsite/apidoc/apidoc/index.html +84 -43
- ciocore/docsite/apidoc/config/index.html +125 -64
- ciocore/docsite/apidoc/data/index.html +130 -65
- ciocore/docsite/apidoc/hardware_set/index.html +194 -101
- ciocore/docsite/apidoc/package_environment/index.html +121 -64
- ciocore/docsite/apidoc/package_tree/index.html +172 -91
- ciocore/docsite/assets/javascripts/bundle.471ce7a9.min.js +29 -0
- ciocore/docsite/assets/javascripts/bundle.471ce7a9.min.js.map +7 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.el.min.js +1 -0
- ciocore/docsite/assets/javascripts/lunr/min/lunr.he.min.js +1 -0
- ciocore/docsite/assets/javascripts/workers/{search.dfff1995.min.js → search.b8dbb3d2.min.js} +7 -7
- ciocore/docsite/assets/javascripts/workers/{search.dfff1995.min.js.map → search.b8dbb3d2.min.js.map} +4 -5
- ciocore/docsite/assets/stylesheets/main.3cba04c6.min.css +1 -0
- ciocore/docsite/assets/stylesheets/main.3cba04c6.min.css.map +1 -0
- ciocore/docsite/assets/stylesheets/palette.06af60db.min.css +1 -0
- ciocore/docsite/assets/stylesheets/palette.06af60db.min.css.map +1 -0
- ciocore/docsite/cmdline/docs/index.html +78 -41
- ciocore/docsite/cmdline/downloader/index.html +78 -41
- ciocore/docsite/cmdline/packages/index.html +78 -41
- ciocore/docsite/cmdline/uploader/index.html +90 -45
- ciocore/docsite/how-to-guides/index.html +83 -45
- ciocore/docsite/index.html +87 -45
- ciocore/docsite/search/search_index.json +1 -1
- ciocore/docsite/sitemap.xml.gz +0 -0
- {ciocore-9.1.0rc2.dist-info → ciocore-9.1.1.dist-info}/METADATA +21 -7
- {ciocore-9.1.0rc2.dist-info → ciocore-9.1.1.dist-info}/RECORD +33 -31
- {ciocore-9.1.0rc2.dist-info → ciocore-9.1.1.dist-info}/WHEEL +1 -1
- tests/test_config.py +15 -4
- ciocore/docsite/assets/javascripts/bundle.4e31edb1.min.js +0 -29
- ciocore/docsite/assets/javascripts/bundle.4e31edb1.min.js.map +0 -8
- ciocore/docsite/assets/stylesheets/main.83068744.min.css +0 -1
- ciocore/docsite/assets/stylesheets/main.83068744.min.css.map +0 -1
- ciocore/docsite/assets/stylesheets/palette.ecc896b0.min.css +0 -1
- ciocore/docsite/assets/stylesheets/palette.ecc896b0.min.css.map +0 -1
- {ciocore-9.1.0rc2.dist-info → ciocore-9.1.1.dist-info}/entry_points.txt +0 -0
- {ciocore-9.1.0rc2.dist-info → ciocore-9.1.1.dist-info}/top_level.txt +0 -0
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
<link rel="icon" href="../../assets/images/favicon.png">
|
|
21
|
-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.
|
|
21
|
+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.32">
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
<link rel="stylesheet" href="../../assets/stylesheets/main.
|
|
29
|
+
<link rel="stylesheet" href="../../assets/stylesheets/main.3cba04c6.min.css">
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<link rel="stylesheet" href="../../assets/stylesheets/palette.
|
|
32
|
+
<link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
@@ -74,9 +74,6 @@
|
|
|
74
74
|
<body dir="ltr" data-md-color-scheme="slate" data-md-color-primary="custom" data-md-color-accent="custom">
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
|
|
78
|
-
<script>var palette=__md_get("__palette");if(palette&&"object"==typeof palette.color)for(var key of Object.keys(palette.color))document.body.setAttribute("data-md-color-"+key,palette.color[key])</script>
|
|
79
|
-
|
|
80
77
|
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
|
81
78
|
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
|
82
79
|
<label class="md-overlay" for="__drawer"></label>
|
|
@@ -127,31 +124,34 @@
|
|
|
127
124
|
|
|
128
125
|
|
|
129
126
|
<form class="md-header__option" data-md-component="palette">
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
<input class="md-option" data-md-color-media="" data-md-color-scheme="slate" data-md-color-primary="custom" data-md-color-accent="custom" aria-label="Switch to light mode" type="radio" name="__palette" id="__palette_0">
|
|
132
|
+
|
|
133
|
+
<label class="md-header__button md-icon" title="Switch to light mode" for="__palette_1" hidden>
|
|
134
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.75 4.09-2.53 1.94.91 3.06-2.63-1.81-2.63 1.81.91-3.06-2.53-1.94L12.44 4l1.06-3 1.06 3 3.19.09m3.5 6.91-1.64 1.25.59 1.98-1.7-1.17-1.7 1.17.59-1.98L15.75 11l2.06-.05L18.5 9l.69 1.95 2.06.05m-2.28 4.95c.83-.08 1.72 1.1 1.19 1.85-.32.45-.66.87-1.08 1.27C15.17 23 8.84 23 4.94 19.07c-3.91-3.9-3.91-10.24 0-14.14.4-.4.82-.76 1.27-1.08.75-.53 1.93.36 1.85 1.19-.27 2.86.69 5.83 2.89 8.02a9.96 9.96 0 0 0 8.02 2.89m-1.64 2.02a12.08 12.08 0 0 1-7.8-3.47c-2.17-2.19-3.33-5-3.49-7.82-2.81 3.14-2.7 7.96.31 10.98 3.02 3.01 7.84 3.12 10.98.31Z"/></svg>
|
|
135
|
+
</label>
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="custom" data-md-color-accent="custom" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
|
|
142
|
+
|
|
143
|
+
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_0" hidden>
|
|
144
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 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-7 2.39 3.42C13.65 5.15 12.84 5 12 5c-.84 0-1.65.15-2.39.42L12 2M3.34 7l4.16-.35A7.2 7.2 0 0 0 5.94 8.5c-.44.74-.69 1.5-.83 2.29L3.34 7m.02 10 1.76-3.77a7.131 7.131 0 0 0 2.38 4.14L3.36 17M20.65 7l-1.77 3.79a7.023 7.023 0 0 0-2.38-4.15l4.15.36m-.01 10-4.14.36c.59-.51 1.12-1.14 1.54-1.86.42-.73.69-1.5.83-2.29L20.64 17M12 22l-2.41-3.44c.74.27 1.55.44 2.41.44.82 0 1.63-.17 2.37-.44L12 22Z"/></svg>
|
|
145
|
+
</label>
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
</form>
|
|
152
149
|
|
|
153
150
|
|
|
154
151
|
|
|
152
|
+
<script>var media,input,key,value,palette=__md_get("__palette");if(palette&&palette.color){"(prefers-color-scheme)"===palette.color.media&&(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([key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
|
|
153
|
+
|
|
154
|
+
|
|
155
155
|
|
|
156
156
|
<label class="md-header__button md-icon" for="__search">
|
|
157
157
|
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
|
|
179
179
|
</form>
|
|
180
180
|
<div class="md-search__output">
|
|
181
|
-
<div class="md-search__scrollwrap" data-md-scrollfix>
|
|
181
|
+
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
|
|
182
182
|
<div class="md-search-result" data-md-component="search-result">
|
|
183
183
|
<div class="md-search-result__meta">
|
|
184
184
|
Initializing search
|
|
@@ -314,6 +314,7 @@
|
|
|
314
314
|
|
|
315
315
|
|
|
316
316
|
|
|
317
|
+
|
|
317
318
|
<li class="md-nav__item">
|
|
318
319
|
<a href="../.." class="md-nav__link">
|
|
319
320
|
|
|
@@ -335,18 +336,25 @@
|
|
|
335
336
|
|
|
336
337
|
|
|
337
338
|
|
|
339
|
+
|
|
338
340
|
|
|
339
341
|
|
|
340
342
|
|
|
341
|
-
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
|
|
342
343
|
|
|
343
344
|
|
|
344
345
|
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
<li class="md-nav__item md-nav__item--active md-nav__item--section md-nav__item--nested">
|
|
351
|
+
|
|
345
352
|
|
|
346
353
|
|
|
347
354
|
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
|
|
348
355
|
|
|
349
|
-
|
|
356
|
+
|
|
357
|
+
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
|
|
350
358
|
|
|
351
359
|
|
|
352
360
|
<span class="md-ellipsis">
|
|
@@ -369,6 +377,7 @@
|
|
|
369
377
|
|
|
370
378
|
|
|
371
379
|
|
|
380
|
+
|
|
372
381
|
<li class="md-nav__item">
|
|
373
382
|
<a href="../uploader/" class="md-nav__link">
|
|
374
383
|
|
|
@@ -389,6 +398,7 @@
|
|
|
389
398
|
|
|
390
399
|
|
|
391
400
|
|
|
401
|
+
|
|
392
402
|
<li class="md-nav__item">
|
|
393
403
|
<a href="../downloader/" class="md-nav__link">
|
|
394
404
|
|
|
@@ -409,6 +419,7 @@
|
|
|
409
419
|
|
|
410
420
|
|
|
411
421
|
|
|
422
|
+
|
|
412
423
|
<li class="md-nav__item">
|
|
413
424
|
<a href="../packages/" class="md-nav__link">
|
|
414
425
|
|
|
@@ -431,6 +442,7 @@
|
|
|
431
442
|
|
|
432
443
|
|
|
433
444
|
|
|
445
|
+
|
|
434
446
|
<li class="md-nav__item md-nav__item--active">
|
|
435
447
|
|
|
436
448
|
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
|
|
@@ -473,7 +485,9 @@
|
|
|
473
485
|
|
|
474
486
|
<li class="md-nav__item">
|
|
475
487
|
<a href="#options" class="md-nav__link">
|
|
476
|
-
|
|
488
|
+
<span class="md-ellipsis">
|
|
489
|
+
Options
|
|
490
|
+
</span>
|
|
477
491
|
</a>
|
|
478
492
|
|
|
479
493
|
</li>
|
|
@@ -499,19 +513,23 @@
|
|
|
499
513
|
|
|
500
514
|
|
|
501
515
|
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
502
519
|
|
|
520
|
+
|
|
521
|
+
|
|
503
522
|
|
|
504
523
|
|
|
505
524
|
<li class="md-nav__item md-nav__item--nested">
|
|
506
525
|
|
|
507
526
|
|
|
508
527
|
|
|
509
|
-
|
|
510
|
-
|
|
511
528
|
|
|
512
529
|
|
|
513
530
|
<input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_3" >
|
|
514
531
|
|
|
532
|
+
|
|
515
533
|
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
|
|
516
534
|
|
|
517
535
|
|
|
@@ -535,6 +553,7 @@
|
|
|
535
553
|
|
|
536
554
|
|
|
537
555
|
|
|
556
|
+
|
|
538
557
|
<li class="md-nav__item">
|
|
539
558
|
<a href="../../apidoc/apidoc/" class="md-nav__link">
|
|
540
559
|
|
|
@@ -555,6 +574,7 @@
|
|
|
555
574
|
|
|
556
575
|
|
|
557
576
|
|
|
577
|
+
|
|
558
578
|
<li class="md-nav__item">
|
|
559
579
|
<a href="../../apidoc/api_client/" class="md-nav__link">
|
|
560
580
|
|
|
@@ -575,6 +595,7 @@
|
|
|
575
595
|
|
|
576
596
|
|
|
577
597
|
|
|
598
|
+
|
|
578
599
|
<li class="md-nav__item">
|
|
579
600
|
<a href="../../apidoc/config/" class="md-nav__link">
|
|
580
601
|
|
|
@@ -595,6 +616,7 @@
|
|
|
595
616
|
|
|
596
617
|
|
|
597
618
|
|
|
619
|
+
|
|
598
620
|
<li class="md-nav__item">
|
|
599
621
|
<a href="../../apidoc/data/" class="md-nav__link">
|
|
600
622
|
|
|
@@ -615,6 +637,7 @@
|
|
|
615
637
|
|
|
616
638
|
|
|
617
639
|
|
|
640
|
+
|
|
618
641
|
<li class="md-nav__item">
|
|
619
642
|
<a href="../../apidoc/hardware_set/" class="md-nav__link">
|
|
620
643
|
|
|
@@ -635,6 +658,7 @@
|
|
|
635
658
|
|
|
636
659
|
|
|
637
660
|
|
|
661
|
+
|
|
638
662
|
<li class="md-nav__item">
|
|
639
663
|
<a href="../../apidoc/package_tree/" class="md-nav__link">
|
|
640
664
|
|
|
@@ -655,6 +679,7 @@
|
|
|
655
679
|
|
|
656
680
|
|
|
657
681
|
|
|
682
|
+
|
|
658
683
|
<li class="md-nav__item">
|
|
659
684
|
<a href="../../apidoc/package_environment/" class="md-nav__link">
|
|
660
685
|
|
|
@@ -682,6 +707,7 @@
|
|
|
682
707
|
|
|
683
708
|
|
|
684
709
|
|
|
710
|
+
|
|
685
711
|
<li class="md-nav__item">
|
|
686
712
|
<a href="../../how-to-guides/" class="md-nav__link">
|
|
687
713
|
|
|
@@ -722,7 +748,9 @@
|
|
|
722
748
|
|
|
723
749
|
<li class="md-nav__item">
|
|
724
750
|
<a href="#options" class="md-nav__link">
|
|
725
|
-
|
|
751
|
+
<span class="md-ellipsis">
|
|
752
|
+
Options
|
|
753
|
+
</span>
|
|
726
754
|
</a>
|
|
727
755
|
|
|
728
756
|
</li>
|
|
@@ -782,18 +810,26 @@
|
|
|
782
810
|
|
|
783
811
|
|
|
784
812
|
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
|
|
785
820
|
|
|
786
821
|
</article>
|
|
787
822
|
</div>
|
|
788
823
|
|
|
789
824
|
|
|
825
|
+
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
|
|
790
826
|
</div>
|
|
791
827
|
|
|
792
828
|
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
829
|
+
|
|
830
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12Z"/></svg>
|
|
831
|
+
Back to top
|
|
832
|
+
</button>
|
|
797
833
|
|
|
798
834
|
</main>
|
|
799
835
|
|
|
@@ -824,10 +860,11 @@
|
|
|
824
860
|
<div class="md-dialog__inner md-typeset"></div>
|
|
825
861
|
</div>
|
|
826
862
|
|
|
827
|
-
|
|
863
|
+
|
|
864
|
+
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.expand", "navigation.instant", "navigation.tabs", "navigation.tabs.sticky", "navigation.tracking", "navigation.top"], "search": "../../assets/javascripts/workers/search.b8dbb3d2.min.js", "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"}}</script>
|
|
828
865
|
|
|
829
866
|
|
|
830
|
-
<script src="../../assets/javascripts/bundle.
|
|
867
|
+
<script src="../../assets/javascripts/bundle.471ce7a9.min.js"></script>
|
|
831
868
|
|
|
832
869
|
|
|
833
870
|
</body>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
<link rel="icon" href="../../assets/images/favicon.png">
|
|
21
|
-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.
|
|
21
|
+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.32">
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
<link rel="stylesheet" href="../../assets/stylesheets/main.
|
|
29
|
+
<link rel="stylesheet" href="../../assets/stylesheets/main.3cba04c6.min.css">
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<link rel="stylesheet" href="../../assets/stylesheets/palette.
|
|
32
|
+
<link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
@@ -74,9 +74,6 @@
|
|
|
74
74
|
<body dir="ltr" data-md-color-scheme="slate" data-md-color-primary="custom" data-md-color-accent="custom">
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
|
|
78
|
-
<script>var palette=__md_get("__palette");if(palette&&"object"==typeof palette.color)for(var key of Object.keys(palette.color))document.body.setAttribute("data-md-color-"+key,palette.color[key])</script>
|
|
79
|
-
|
|
80
77
|
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
|
81
78
|
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
|
82
79
|
<label class="md-overlay" for="__drawer"></label>
|
|
@@ -127,31 +124,34 @@
|
|
|
127
124
|
|
|
128
125
|
|
|
129
126
|
<form class="md-header__option" data-md-component="palette">
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
<input class="md-option" data-md-color-media="" data-md-color-scheme="slate" data-md-color-primary="custom" data-md-color-accent="custom" aria-label="Switch to light mode" type="radio" name="__palette" id="__palette_0">
|
|
132
|
+
|
|
133
|
+
<label class="md-header__button md-icon" title="Switch to light mode" for="__palette_1" hidden>
|
|
134
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.75 4.09-2.53 1.94.91 3.06-2.63-1.81-2.63 1.81.91-3.06-2.53-1.94L12.44 4l1.06-3 1.06 3 3.19.09m3.5 6.91-1.64 1.25.59 1.98-1.7-1.17-1.7 1.17.59-1.98L15.75 11l2.06-.05L18.5 9l.69 1.95 2.06.05m-2.28 4.95c.83-.08 1.72 1.1 1.19 1.85-.32.45-.66.87-1.08 1.27C15.17 23 8.84 23 4.94 19.07c-3.91-3.9-3.91-10.24 0-14.14.4-.4.82-.76 1.27-1.08.75-.53 1.93.36 1.85 1.19-.27 2.86.69 5.83 2.89 8.02a9.96 9.96 0 0 0 8.02 2.89m-1.64 2.02a12.08 12.08 0 0 1-7.8-3.47c-2.17-2.19-3.33-5-3.49-7.82-2.81 3.14-2.7 7.96.31 10.98 3.02 3.01 7.84 3.12 10.98.31Z"/></svg>
|
|
135
|
+
</label>
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="custom" data-md-color-accent="custom" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
|
|
142
|
+
|
|
143
|
+
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_0" hidden>
|
|
144
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 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-7 2.39 3.42C13.65 5.15 12.84 5 12 5c-.84 0-1.65.15-2.39.42L12 2M3.34 7l4.16-.35A7.2 7.2 0 0 0 5.94 8.5c-.44.74-.69 1.5-.83 2.29L3.34 7m.02 10 1.76-3.77a7.131 7.131 0 0 0 2.38 4.14L3.36 17M20.65 7l-1.77 3.79a7.023 7.023 0 0 0-2.38-4.15l4.15.36m-.01 10-4.14.36c.59-.51 1.12-1.14 1.54-1.86.42-.73.69-1.5.83-2.29L20.64 17M12 22l-2.41-3.44c.74.27 1.55.44 2.41.44.82 0 1.63-.17 2.37-.44L12 22Z"/></svg>
|
|
145
|
+
</label>
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
</form>
|
|
152
149
|
|
|
153
150
|
|
|
154
151
|
|
|
152
|
+
<script>var media,input,key,value,palette=__md_get("__palette");if(palette&&palette.color){"(prefers-color-scheme)"===palette.color.media&&(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([key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
|
|
153
|
+
|
|
154
|
+
|
|
155
155
|
|
|
156
156
|
<label class="md-header__button md-icon" for="__search">
|
|
157
157
|
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
|
|
179
179
|
</form>
|
|
180
180
|
<div class="md-search__output">
|
|
181
|
-
<div class="md-search__scrollwrap" data-md-scrollfix>
|
|
181
|
+
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
|
|
182
182
|
<div class="md-search-result" data-md-component="search-result">
|
|
183
183
|
<div class="md-search-result__meta">
|
|
184
184
|
Initializing search
|
|
@@ -314,6 +314,7 @@
|
|
|
314
314
|
|
|
315
315
|
|
|
316
316
|
|
|
317
|
+
|
|
317
318
|
<li class="md-nav__item">
|
|
318
319
|
<a href="../.." class="md-nav__link">
|
|
319
320
|
|
|
@@ -335,18 +336,25 @@
|
|
|
335
336
|
|
|
336
337
|
|
|
337
338
|
|
|
339
|
+
|
|
338
340
|
|
|
339
341
|
|
|
340
342
|
|
|
341
|
-
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
|
|
342
343
|
|
|
343
344
|
|
|
344
345
|
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
<li class="md-nav__item md-nav__item--active md-nav__item--section md-nav__item--nested">
|
|
351
|
+
|
|
345
352
|
|
|
346
353
|
|
|
347
354
|
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
|
|
348
355
|
|
|
349
|
-
|
|
356
|
+
|
|
357
|
+
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
|
|
350
358
|
|
|
351
359
|
|
|
352
360
|
<span class="md-ellipsis">
|
|
@@ -369,6 +377,7 @@
|
|
|
369
377
|
|
|
370
378
|
|
|
371
379
|
|
|
380
|
+
|
|
372
381
|
<li class="md-nav__item">
|
|
373
382
|
<a href="../uploader/" class="md-nav__link">
|
|
374
383
|
|
|
@@ -391,6 +400,7 @@
|
|
|
391
400
|
|
|
392
401
|
|
|
393
402
|
|
|
403
|
+
|
|
394
404
|
<li class="md-nav__item md-nav__item--active">
|
|
395
405
|
|
|
396
406
|
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
|
|
@@ -433,7 +443,9 @@
|
|
|
433
443
|
|
|
434
444
|
<li class="md-nav__item">
|
|
435
445
|
<a href="#options" class="md-nav__link">
|
|
436
|
-
|
|
446
|
+
<span class="md-ellipsis">
|
|
447
|
+
Options:
|
|
448
|
+
</span>
|
|
437
449
|
</a>
|
|
438
450
|
|
|
439
451
|
</li>
|
|
@@ -452,6 +464,7 @@
|
|
|
452
464
|
|
|
453
465
|
|
|
454
466
|
|
|
467
|
+
|
|
455
468
|
<li class="md-nav__item">
|
|
456
469
|
<a href="../packages/" class="md-nav__link">
|
|
457
470
|
|
|
@@ -472,6 +485,7 @@
|
|
|
472
485
|
|
|
473
486
|
|
|
474
487
|
|
|
488
|
+
|
|
475
489
|
<li class="md-nav__item">
|
|
476
490
|
<a href="../docs/" class="md-nav__link">
|
|
477
491
|
|
|
@@ -499,19 +513,23 @@
|
|
|
499
513
|
|
|
500
514
|
|
|
501
515
|
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
502
519
|
|
|
520
|
+
|
|
521
|
+
|
|
503
522
|
|
|
504
523
|
|
|
505
524
|
<li class="md-nav__item md-nav__item--nested">
|
|
506
525
|
|
|
507
526
|
|
|
508
527
|
|
|
509
|
-
|
|
510
|
-
|
|
511
528
|
|
|
512
529
|
|
|
513
530
|
<input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_3" >
|
|
514
531
|
|
|
532
|
+
|
|
515
533
|
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
|
|
516
534
|
|
|
517
535
|
|
|
@@ -535,6 +553,7 @@
|
|
|
535
553
|
|
|
536
554
|
|
|
537
555
|
|
|
556
|
+
|
|
538
557
|
<li class="md-nav__item">
|
|
539
558
|
<a href="../../apidoc/apidoc/" class="md-nav__link">
|
|
540
559
|
|
|
@@ -555,6 +574,7 @@
|
|
|
555
574
|
|
|
556
575
|
|
|
557
576
|
|
|
577
|
+
|
|
558
578
|
<li class="md-nav__item">
|
|
559
579
|
<a href="../../apidoc/api_client/" class="md-nav__link">
|
|
560
580
|
|
|
@@ -575,6 +595,7 @@
|
|
|
575
595
|
|
|
576
596
|
|
|
577
597
|
|
|
598
|
+
|
|
578
599
|
<li class="md-nav__item">
|
|
579
600
|
<a href="../../apidoc/config/" class="md-nav__link">
|
|
580
601
|
|
|
@@ -595,6 +616,7 @@
|
|
|
595
616
|
|
|
596
617
|
|
|
597
618
|
|
|
619
|
+
|
|
598
620
|
<li class="md-nav__item">
|
|
599
621
|
<a href="../../apidoc/data/" class="md-nav__link">
|
|
600
622
|
|
|
@@ -615,6 +637,7 @@
|
|
|
615
637
|
|
|
616
638
|
|
|
617
639
|
|
|
640
|
+
|
|
618
641
|
<li class="md-nav__item">
|
|
619
642
|
<a href="../../apidoc/hardware_set/" class="md-nav__link">
|
|
620
643
|
|
|
@@ -635,6 +658,7 @@
|
|
|
635
658
|
|
|
636
659
|
|
|
637
660
|
|
|
661
|
+
|
|
638
662
|
<li class="md-nav__item">
|
|
639
663
|
<a href="../../apidoc/package_tree/" class="md-nav__link">
|
|
640
664
|
|
|
@@ -655,6 +679,7 @@
|
|
|
655
679
|
|
|
656
680
|
|
|
657
681
|
|
|
682
|
+
|
|
658
683
|
<li class="md-nav__item">
|
|
659
684
|
<a href="../../apidoc/package_environment/" class="md-nav__link">
|
|
660
685
|
|
|
@@ -682,6 +707,7 @@
|
|
|
682
707
|
|
|
683
708
|
|
|
684
709
|
|
|
710
|
+
|
|
685
711
|
<li class="md-nav__item">
|
|
686
712
|
<a href="../../how-to-guides/" class="md-nav__link">
|
|
687
713
|
|
|
@@ -722,7 +748,9 @@
|
|
|
722
748
|
|
|
723
749
|
<li class="md-nav__item">
|
|
724
750
|
<a href="#options" class="md-nav__link">
|
|
725
|
-
|
|
751
|
+
<span class="md-ellipsis">
|
|
752
|
+
Options:
|
|
753
|
+
</span>
|
|
726
754
|
</a>
|
|
727
755
|
|
|
728
756
|
</li>
|
|
@@ -845,18 +873,26 @@ Examples:</p>
|
|
|
845
873
|
|
|
846
874
|
|
|
847
875
|
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
|
|
848
883
|
|
|
849
884
|
</article>
|
|
850
885
|
</div>
|
|
851
886
|
|
|
852
887
|
|
|
888
|
+
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
|
|
853
889
|
</div>
|
|
854
890
|
|
|
855
891
|
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
892
|
+
|
|
893
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12Z"/></svg>
|
|
894
|
+
Back to top
|
|
895
|
+
</button>
|
|
860
896
|
|
|
861
897
|
</main>
|
|
862
898
|
|
|
@@ -887,10 +923,11 @@ Examples:</p>
|
|
|
887
923
|
<div class="md-dialog__inner md-typeset"></div>
|
|
888
924
|
</div>
|
|
889
925
|
|
|
890
|
-
|
|
926
|
+
|
|
927
|
+
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.expand", "navigation.instant", "navigation.tabs", "navigation.tabs.sticky", "navigation.tracking", "navigation.top"], "search": "../../assets/javascripts/workers/search.b8dbb3d2.min.js", "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"}}</script>
|
|
891
928
|
|
|
892
929
|
|
|
893
|
-
<script src="../../assets/javascripts/bundle.
|
|
930
|
+
<script src="../../assets/javascripts/bundle.471ce7a9.min.js"></script>
|
|
894
931
|
|
|
895
932
|
|
|
896
933
|
</body>
|