|
15 | 15 | document.documentElement.dataset.mode = localStorage.getItem("mode") || ""; |
16 | 16 | document.documentElement.dataset.theme = localStorage.getItem("theme") || ""; |
17 | 17 | </script> |
18 | | - <!-- |
19 | | - this give us a css class that will be invisible only if js is disabled |
20 | | - --> |
21 | | - <noscript> |
22 | | - <style> |
23 | | - .pst-js-only { display: none !important; } |
24 | | - |
25 | | - </style> |
26 | | - </noscript> |
27 | 18 |
|
28 | 19 | <!-- Loaded before other Sphinx assets --> |
29 | | - <link href="../../_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" /> |
30 | | -<link href="../../_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" /> |
| 20 | + <link href="../../_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
| 21 | +<link href="../../_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
| 22 | +<link href="../../_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
| 23 | + |
| 24 | + |
| 25 | + <link href="../../_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
| 26 | + <link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" /> |
| 27 | +<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" /> |
| 28 | +<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" /> |
31 | 29 |
|
32 | 30 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" /> |
33 | | - <link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=a3416100" /> |
| 31 | + <link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=eba8b062" /> |
34 | 32 | <link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" /> |
35 | 33 | <link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" /> |
36 | | - <link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> |
| 34 | + <link rel="stylesheet" type="text/css" href="../../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css" /> |
37 | 35 | <link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css?v=4fa983c6" /> |
38 | 36 | <link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=95c83b7e" /> |
39 | 37 |
|
40 | | - <!-- So that users can add custom icons --> |
41 | | - <script src="../../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script> |
42 | 38 | <!-- Pre-loaded scripts that we'll load fully later --> |
43 | | - <link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" /> |
44 | | -<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" /> |
| 39 | + <link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" /> |
| 40 | +<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" /> |
| 41 | + <script src="../../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script> |
45 | 42 |
|
46 | 43 | <script src="../../_static/documentation_options.js?v=9eb32ce0"></script> |
47 | 44 | <script src="../../_static/doctools.js?v=9a2dae69"></script> |
|
64 | 61 | <link rel="search" title="Search" href="../../search.html" /> |
65 | 62 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
66 | 63 | <meta name="docsearch:language" content="en"/> |
67 | | - <meta name="docsearch:version" content="" /> |
68 | 64 | </head> |
69 | 65 |
|
70 | 66 |
|
|
80 | 76 | <i class="fa-solid fa-arrow-up"></i>Back to top</button> |
81 | 77 |
|
82 | 78 |
|
83 | | - <dialog id="pst-search-dialog"> |
84 | | - |
| 79 | + <input type="checkbox" |
| 80 | + class="sidebar-toggle" |
| 81 | + id="pst-primary-sidebar-checkbox"/> |
| 82 | + <label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label> |
| 83 | + |
| 84 | + <input type="checkbox" |
| 85 | + class="sidebar-toggle" |
| 86 | + id="pst-secondary-sidebar-checkbox"/> |
| 87 | + <label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label> |
| 88 | + |
| 89 | + <div class="search-button__wrapper"> |
| 90 | + <div class="search-button__overlay"></div> |
| 91 | + <div class="search-button__search-container"> |
85 | 92 | <form class="bd-search d-flex align-items-center" |
86 | 93 | action="../../search.html" |
87 | 94 | method="get"> |
88 | 95 | <i class="fa-solid fa-magnifying-glass"></i> |
89 | 96 | <input type="search" |
90 | 97 | class="form-control" |
91 | 98 | name="q" |
| 99 | + id="search-input" |
92 | 100 | placeholder="Search this book..." |
93 | 101 | aria-label="Search this book..." |
94 | 102 | autocomplete="off" |
95 | 103 | autocorrect="off" |
96 | 104 | autocapitalize="off" |
97 | 105 | spellcheck="false"/> |
98 | 106 | <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span> |
99 | | -</form> |
100 | | - </dialog> |
| 107 | +</form></div> |
| 108 | + </div> |
101 | 109 |
|
102 | 110 | <div class="pst-async-banner-revealer d-none"> |
103 | 111 | <aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside> |
|
115 | 123 |
|
116 | 124 |
|
117 | 125 |
|
118 | | - <dialog id="pst-primary-sidebar-modal"></dialog> |
119 | | - <div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar"> |
| 126 | + <div class="bd-sidebar-primary bd-sidebar"> |
120 | 127 |
|
121 | 128 |
|
122 | 129 |
|
|
146 | 153 |
|
147 | 154 |
|
148 | 155 | <img src="../../_static/ccc.png" class="logo__image only-light" alt="Cost-of-Capital-Calculator - Home"/> |
149 | | - <img src="../../_static/ccc.png" class="logo__image only-dark pst-js-only" alt="Cost-of-Capital-Calculator - Home"/> |
| 156 | + <script>document.write(`<img src="../../_static/ccc.png" class="logo__image only-dark" alt="Cost-of-Capital-Calculator - Home"/>`);</script> |
150 | 157 |
|
151 | 158 |
|
152 | 159 | </a></div> |
153 | 160 | <div class="sidebar-primary-item"> |
154 | 161 |
|
155 | | -<button class="btn search-button-field search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
156 | | - <i class="fa-solid fa-magnifying-glass"></i> |
157 | | - <span class="search-button__default-text">Search</span> |
158 | | - <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
159 | | -</button></div> |
| 162 | + <script> |
| 163 | + document.write(` |
| 164 | + <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
| 165 | + <i class="fa-solid fa-magnifying-glass"></i> |
| 166 | + <span class="search-button__default-text">Search</span> |
| 167 | + <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
| 168 | + </button> |
| 169 | + `); |
| 170 | + </script></div> |
160 | 171 | <div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main"> |
161 | 172 | <div class="bd-toc-item navbar-nav active"> |
162 | 173 |
|
|
224 | 235 |
|
225 | 236 |
|
226 | 237 | <div class="sidebar-primary-items__end sidebar-primary__section"> |
227 | | - <div class="sidebar-primary-item"> |
228 | | -<div id="ethical-ad-placement" |
229 | | - class="flat" |
230 | | - data-ea-publisher="readthedocs" |
231 | | - data-ea-type="readthedocs-sidebar" |
232 | | - data-ea-manual="true"> |
233 | | -</div></div> |
234 | 238 | </div> |
| 239 | + |
| 240 | + <div id="rtd-footer-container"></div> |
235 | 241 |
|
236 | 242 |
|
237 | 243 | </div> |
|
327 | 333 |
|
328 | 334 |
|
329 | 335 |
|
330 | | -<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label="Color mode" data-bs-title="Color mode" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
331 | | - <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i> |
332 | | - <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i> |
333 | | - <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i> |
334 | | -</button> |
| 336 | +<script> |
| 337 | +document.write(` |
| 338 | + <button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
| 339 | + <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i> |
| 340 | + <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i> |
| 341 | + <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i> |
| 342 | + </button> |
| 343 | +`); |
| 344 | +</script> |
335 | 345 |
|
336 | 346 |
|
337 | | -<button class="btn btn-sm pst-navbar-icon search-button search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
| 347 | +<script> |
| 348 | +document.write(` |
| 349 | + <button class="btn btn-sm pst-navbar-icon search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
338 | 350 | <i class="fa-solid fa-magnifying-glass fa-lg"></i> |
339 | | -</button> |
| 351 | + </button> |
| 352 | +`); |
| 353 | +</script> |
340 | 354 |
|
341 | 355 | </div></div> |
342 | 356 |
|
@@ -881,8 +895,8 @@ <h1>Source code for ccc.calcfunctions</h1><div class="highlight"><pre> |
881 | 895 | </div> |
882 | 896 |
|
883 | 897 | <!-- Scripts loaded after <body> so the DOM is not blocked --> |
884 | | - <script defer src="../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script> |
885 | | -<script defer src="../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script> |
| 898 | + <script src="../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 899 | +<script src="../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script> |
886 | 900 |
|
887 | 901 | <footer class="bd-footer"> |
888 | 902 | </footer> |
|
0 commit comments