|
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 | | - <body dir="ltr" data-md-color-scheme="default" data-md-color-primary="deep-purple" data-md-color-accent="lime"> |
| 74 | + <body dir="ltr" data-md-color-scheme="default" data-md-color-primary="#4051b5" data-md-color-accent="lime"> |
75 | 75 |
|
76 | 76 |
|
77 | 77 | <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off"> |
|
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 | | - <input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="deep-purple" data-md-color-accent="lime" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_0"> |
| 126 | + <input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="#4051b5" data-md-color-accent="lime" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_0"> |
127 | 127 |
|
128 | 128 | <label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_1" hidden> |
129 | 129 | <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 5s-1.65.15-2.39.42zM3.34 7l4.16-.35A7.2 7.2 0 0 0 5.94 8.5c-.44.74-.69 1.5-.83 2.29zm.02 10 1.76-3.77a7.131 7.131 0 0 0 2.38 4.14zM20.65 7l-1.77 3.79a7.02 7.02 0 0 0-2.38-4.15zm-.01 10-4.14.36c.59-.51 1.12-1.14 1.54-1.86.42-.73.69-1.5.83-2.29zM12 22l-2.41-3.44c.74.27 1.55.44 2.41.44.82 0 1.63-.17 2.37-.44z"/></svg> |
|
226 | 226 |
|
227 | 227 |
|
228 | 228 |
|
229 | | - |
230 | | - |
231 | | -<nav class="md-nav md-nav--primary md-nav--integrated" aria-label="Navigation" data-md-level="0"> |
| 229 | +<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0"> |
232 | 230 | <label class="md-nav__title" for="__drawer"> |
233 | 231 | <a href="../.." title="PortPy" class="md-nav__button md-logo" aria-label="PortPy" data-md-component="logo"> |
234 | 232 |
|
|
764 | 762 | </div> |
765 | 763 |
|
766 | 764 |
|
| 765 | + |
| 766 | + <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" > |
| 767 | + <div class="md-sidebar__scrollwrap"> |
| 768 | + <div class="md-sidebar__inner"> |
| 769 | + |
| 770 | + |
| 771 | +<nav class="md-nav md-nav--secondary" aria-label="Table of contents"> |
| 772 | + |
| 773 | + |
| 774 | + |
| 775 | + |
| 776 | +</nav> |
| 777 | + </div> |
| 778 | + </div> |
| 779 | + </div> |
| 780 | + |
767 | 781 |
|
768 | 782 |
|
769 | 783 | <div class="md-content" data-md-component="content"> |
@@ -859,7 +873,7 @@ <h1>PortPy API</h1> |
859 | 873 |
|
860 | 874 |
|
861 | 875 |
|
862 | | - <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.instant", "navigation.top", "toc.integrate", "search.suggest", "search.highlight", "content.code.annotate", "content.code.copy"], "search": "../../assets/javascripts/workers/search.d50fe291.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> |
| 876 | + <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.instant", "navigation.top", "search.suggest", "search.highlight", "content.code.annotate", "content.code.copy"], "search": "../../assets/javascripts/workers/search.d50fe291.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> |
863 | 877 |
|
864 | 878 |
|
865 | 879 | <script src="../../assets/javascripts/bundle.56ea9cef.min.js"></script> |
|
0 commit comments