16
16
document . documentElement . dataset . mode = localStorage . getItem ( "mode" ) || "" ;
17
17
document . documentElement . dataset . theme = localStorage . getItem ( "theme" ) || "" ;
18
18
</ script >
19
- <!--
20
- this give us a css class that will be invisible only if js is disabled
19
+ <!--
20
+ this give us a css class that will be invisible only if js is disabled
21
21
-->
22
22
< noscript >
23
23
< style >
27
27
</ noscript >
28
28
29
29
<!-- Loaded before other Sphinx assets -->
30
- < link href ="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549 " rel ="stylesheet " />
31
- < link href ="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549 " rel ="stylesheet " />
30
+ < link href ="_static/styles/theme.css?digest=8878045cc6db502f8baf " rel ="stylesheet " />
31
+ < link href ="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf " rel ="stylesheet " />
32
32
33
- < link rel ="stylesheet " type ="text/css " href ="_static/pygments.css?v=a746c00c " />
33
+ < link rel ="stylesheet " type ="text/css " href ="_static/pygments.css?v=8f2a1f02 " />
34
34
< link rel ="stylesheet " type ="text/css " href ="_static/css/napari-sphinx-theme.css?v=9775df95 " />
35
35
36
36
<!-- So that users can add custom icons -->
37
- < script src ="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549 "> </ script >
37
+ < script src ="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf "> </ script >
38
38
<!-- Pre-loaded scripts that we'll load fully later -->
39
- < link rel ="preload " as ="script " href ="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549 " />
40
- < link rel ="preload " as ="script " href ="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549 " />
39
+ < link rel ="preload " as ="script " href ="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf " />
40
+ < link rel ="preload " as ="script " href ="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf " />
41
41
42
42
< script src ="_static/documentation_options.js?v=8a448e45 "> </ script >
43
43
< script src ="_static/doctools.js?v=9a2dae69 "> </ script >
44
44
< script src ="_static/sphinx_highlight.js?v=dc90522c "> </ script >
45
45
< script > DOCUMENTATION_OPTIONS . pagename = 'index' ; </ script >
46
46
< script >
47
- DOCUMENTATION_OPTIONS . theme_version = '0.16.0 ' ;
47
+ DOCUMENTATION_OPTIONS . theme_version = '0.16.1 ' ;
48
48
DOCUMENTATION_OPTIONS . theme_switcher_json_url = 'https://napari.org/napari-sphinx-theme/_static/switcher.json' ;
49
49
DOCUMENTATION_OPTIONS . theme_switcher_version_match = 'latest' ;
50
- DOCUMENTATION_OPTIONS . show_version_warning_banner = false ;
50
+ DOCUMENTATION_OPTIONS . show_version_warning_banner =
51
+ false ;
51
52
</ script >
52
53
< link rel ="index " title ="Index " href ="genindex.html " />
53
54
< link rel ="search " title ="Search " href ="search.html " />
54
55
< link rel ="next " title ="Test 1 " href ="test1.html " />
55
56
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
56
57
< meta name ="docsearch:language " content ="en "/>
57
- < meta name ="docsearch:version " content ="0.5.1.dev1+g691992d " />
58
+ < meta name ="docsearch:version " content ="0.5.1.dev2+g7e810b5 " />
58
59
</ head >
59
60
60
61
298
299
299
300
300
301
< div class ="sidebar-primary-items__end sidebar-primary__section ">
302
+ < div class ="sidebar-primary-item ">
303
+ < div id ="ethical-ad-placement "
304
+ class ="flat "
305
+ data-ea-publisher ="readthedocs "
306
+ data-ea-type ="readthedocs-sidebar "
307
+ data-ea-manual ="true ">
308
+ </ div > </ div >
301
309
</ div >
302
-
303
- < div id ="rtd-footer-container "> </ div >
304
310
305
311
306
312
</ div >
@@ -333,10 +339,10 @@ <h1>Welcome to napari Sphinx Theme’s documentation!<a class="headerlink" href=
333
339
< section id ="configuration-for-this-demo ">
334
340
< h2 > Configuration for this demo< a class ="headerlink " href ="#configuration-for-this-demo " title ="Link to this heading "> #</ a > </ h2 >
335
341
< p > The full < code class ="docutils literal notranslate "> < span class ="pre "> conf.py</ span > </ code > is</ p >
336
- < div class ="highlight-default notranslate "> < div class ="highlight "> < pre > < span > </ span > < span class ="kn "> import</ span > < span class ="nn "> os</ span >
337
- < span class ="kn "> import</ span > < span class ="nn "> time</ span >
338
- < span class ="kn "> import</ span > < span class ="nn "> datetime</ span >
339
- < span class ="kn "> from</ span > < span class ="nn "> napari_sphinx_theme</ span > < span class ="kn "> import</ span > < span class ="n "> __version__</ span >
342
+ < div class ="highlight-default notranslate "> < div class ="highlight "> < pre > < span > </ span > < span class ="kn "> import</ span > < span class =" w " > </ span > < span class ="nn "> os</ span >
343
+ < span class ="kn "> import</ span > < span class =" w " > </ span > < span class ="nn "> time</ span >
344
+ < span class ="kn "> import</ span > < span class =" w " > </ span > < span class ="nn "> datetime</ span >
345
+ < span class ="kn "> from</ span > < span class =" w " > </ span > < span class ="nn "> napari_sphinx_theme</ span > < span class =" w " > </ span > < span class ="kn "> import</ span > < span class ="n "> __version__</ span >
340
346
341
347
< span class ="n "> version</ span > < span class ="o "> =</ span > < span class ="n "> __version__</ span >
342
348
@@ -451,13 +457,13 @@ <h2>Configuration for this demo<a class="headerlink" href="#configuration-for-th
451
457
</ nav > </ div >
452
458
453
459
< div class ="sidebar-secondary-item ">
454
-
455
- < div class =" tocsection sourcelink " >
456
- < a href =" _sources/index.rst.txt ">
457
- < i class =" fa-solid fa-file-lines " > </ i > Show Source
458
- </ a >
459
- </ div >
460
- </ div >
460
+ < div role =" note " aria-label =" source link " >
461
+ < h3 > This Page </ h3 >
462
+ < ul class =" this-page-menu ">
463
+ < li > < a href =" _sources/index.rst.txt "
464
+ rel =" nofollow " > Show Source </ a > </ li >
465
+ </ ul >
466
+ </ div > </ div >
461
467
462
468
</ div > </ div >
463
469
@@ -472,8 +478,8 @@ <h2>Configuration for this demo<a class="headerlink" href="#configuration-for-th
472
478
</ div >
473
479
474
480
<!-- Scripts loaded after <body> so the DOM is not blocked -->
475
- < script defer src ="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549 "> </ script >
476
- < script defer src ="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549 "> </ script >
481
+ < script defer src ="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf "> </ script >
482
+ < script defer src ="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf "> </ script >
477
483
478
484
< footer class ="napari-footer ">
479
485
< div class ="bd-footer__inner bd-page-width ">
@@ -804,37 +810,6 @@ <h2>Configuration for this demo<a class="headerlink" href="#configuration-for-th
804
810
< span > Mastodon</ span >
805
811
</ a >
806
812
807
- < a class ="footer-icon__hover-blue " href ="https://twitter.com/napari_imaging " title ="Twitter " target ="_blank " rel ="noreferrer ">
808
- < svg
809
- class ="footer-icon__regular "
810
- width ="15 "
811
- height ="13 "
812
- viewBox ="0 0 15 13 "
813
- fill ="none "
814
- xmlns ="http://www.w3.org/2000/svg "
815
- >
816
- < title > Visit Twitter page</ title >
817
- < path
818
- d ="M13.4581 3.44478C13.4676 3.57802 13.4676 3.7113 13.4676 3.84454C13.4676 7.9086 10.3744 12.5914 4.72082 12.5914C2.97906 12.5914 1.36105 12.0869 7.62939e-06 11.2113C0.247478 11.2398 0.485398 11.2494 0.742391 11.2494C2.17955 11.2494 3.50254 10.764 4.55901 9.93591C3.20749 9.90735 2.07487 9.0222 1.68464 7.80392C1.87501 7.83246 2.06535 7.8515 2.26524 7.8515C2.54125 7.8515 2.81728 7.81341 3.07425 7.74682C1.66562 7.46127 0.609119 6.22397 0.609119 4.72968V4.69163C1.01837 4.92006 1.49429 5.06282 1.9987 5.08183C1.17065 4.52979 0.628162 3.58755 0.628162 2.52155C0.628162 1.9505 0.780418 1.42702 1.04693 0.970164C2.56026 2.83564 4.83502 4.05389 7.38575 4.18717C7.33817 3.95874 7.30961 3.72082 7.30961 3.48287C7.30961 1.78869 8.68017 0.40863 10.3838 0.40863C11.269 0.40863 12.0685 0.779822 12.63 1.37944C13.3248 1.2462 13.9911 0.989207 14.5812 0.637058C14.3527 1.35091 13.8673 1.95052 13.2297 2.33121C13.8483 2.26462 14.4479 2.09326 14.9999 1.85534C14.5812 2.46445 14.0577 3.00694 13.4581 3.44478Z "
819
- fill ="white "
820
- > </ path >
821
- </ svg >
822
- < svg
823
- class ="footer-icon__light-blue "
824
- width ="16 "
825
- height ="16 "
826
- viewBox ="0 0 16 16 "
827
- fill ="none "
828
- xmlns ="http://www.w3.org/2000/svg "
829
- >
830
- < path
831
- d ="M15.9687 3.04705C15.3697 3.31079 14.7351 3.48488 14.0853 3.56372C14.7694 3.15255 15.2816 2.50775 15.5273 1.74838C14.8933 2.11838 14.1907 2.38772 13.4427 2.53772C12.9492 2.01 12.2952 1.66 11.5824 1.54205C10.8696 1.4241 10.1378 1.54482 9.50062 1.88544C8.86345 2.22607 8.35657 2.76755 8.0587 3.4258C7.76083 4.08405 7.68864 4.82223 7.85333 5.52572C5.12667 5.39705 2.71133 4.08705 1.09333 2.10838C0.799196 2.60826 0.645776 3.1784 0.649333 3.75838C0.649333 4.89838 1.22933 5.90038 2.108 6.48905C1.58724 6.47247 1.07798 6.33167 0.622667 6.07838V6.11838C0.622371 6.87598 0.884179 7.61034 1.36367 8.19689C1.84316 8.78343 2.51081 9.18603 3.25333 9.33638C2.7722 9.4653 2.26828 9.48467 1.77867 9.39305C1.98941 10.0451 2.39844 10.615 2.94868 11.0234C3.49891 11.4318 4.1629 11.6582 4.848 11.671C3.68769 12.5817 2.25498 13.0759 0.78 13.0744C0.52 13.0744 0.260667 13.0591 0 13.0297C1.50381 13.9926 3.25234 14.5037 5.038 14.5024C11.0733 14.5024 14.37 9.50505 14.37 5.17905C14.37 5.03905 14.37 4.89905 14.36 4.75905C15.004 4.29563 15.5595 3.72026 16 3.06038L15.9687 3.04705Z "
832
- fill ="#D2EFFF "
833
- />
834
- </ svg >
835
- < span > Twitter</ span >
836
- </ a >
837
-
838
813
< a class ="footer-icon__hover-blue " href ="https://forum.image.sc/tag/napari " title ="image.sc " target ="_blank " rel ="noreferrer ">
839
814
< svg
840
815
class ="footer-icon__regular "
@@ -971,7 +946,7 @@ <h2>Configuration for this demo<a class="headerlink" href="#configuration-for-th
971
946
972
947
< div class ="footer-item "> < div class ="napari-copyright ">
973
948
< p class ="copyright ">
974
- Copyright 2023 - 2024 napari Community< br >
949
+ Copyright 2023 - 2025 napari Community< br >
975
950
</ p >
976
951
977
952
< div class ="sphinx-version ">
0 commit comments