Skip to content

Commit b4dc42a

Browse files
committed
deploy: ac09d99
1 parent 8f9c9e8 commit b4dc42a

File tree

18 files changed

+377
-102
lines changed

18 files changed

+377
-102
lines changed

404.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868

6969

70-
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="deep-purple" data-md-color-accent="lime">
70+
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="#4051b5" data-md-color-accent="lime">
7171

7272

7373
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
@@ -119,7 +119,7 @@
119119

120120

121121

122-
<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">
122+
<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">
123123

124124
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_1" hidden>
125125
<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>
@@ -222,9 +222,7 @@
222222

223223

224224

225-
226-
227-
<nav class="md-nav md-nav--primary md-nav--integrated" aria-label="Navigation" data-md-level="0">
225+
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
228226
<label class="md-nav__title" for="__drawer">
229227
<a href="/." title="PortPy" class="md-nav__button md-logo" aria-label="PortPy" data-md-component="logo">
230228

@@ -750,6 +748,22 @@
750748
</div>
751749

752750

751+
752+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
753+
<div class="md-sidebar__scrollwrap">
754+
<div class="md-sidebar__inner">
755+
756+
757+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
758+
759+
760+
761+
762+
</nav>
763+
</div>
764+
</div>
765+
</div>
766+
753767

754768

755769
<div class="md-content" data-md-component="content">
@@ -824,7 +838,7 @@ <h1>404 - Not found</h1>
824838

825839

826840

827-
<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>
841+
<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>
828842

829843

830844
<script src="/assets/javascripts/bundle.56ea9cef.min.js"></script>

about/index.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070

7171

72-
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="deep-purple" data-md-color-accent="lime">
72+
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="#4051b5" data-md-color-accent="lime">
7373

7474

7575
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
@@ -121,7 +121,7 @@
121121

122122

123123

124-
<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">
124+
<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">
125125

126126
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_1" hidden>
127127
<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>
@@ -224,9 +224,7 @@
224224

225225

226226

227-
228-
229-
<nav class="md-nav md-nav--primary md-nav--integrated" aria-label="Navigation" data-md-level="0">
227+
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
230228
<label class="md-nav__title" for="__drawer">
231229
<a href=".." title="PortPy" class="md-nav__button md-logo" aria-label="PortPy" data-md-component="logo">
232230

@@ -760,6 +758,22 @@
760758
</div>
761759

762760

761+
762+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
763+
<div class="md-sidebar__scrollwrap">
764+
<div class="md-sidebar__inner">
765+
766+
767+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
768+
769+
770+
771+
772+
</nav>
773+
</div>
774+
</div>
775+
</div>
776+
763777

764778

765779
<div class="md-content" data-md-component="content">
@@ -855,7 +869,7 @@ <h1>About</h1>
855869

856870

857871

858-
<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>
872+
<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>
859873

860874

861875
<script src="../assets/javascripts/bundle.56ea9cef.min.js"></script>

api/portpy/index.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272

7373

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">
7575

7676

7777
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
@@ -123,7 +123,7 @@
123123

124124

125125

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">
127127

128128
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_1" hidden>
129129
<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,9 +226,7 @@
226226

227227

228228

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">
232230
<label class="md-nav__title" for="__drawer">
233231
<a href="../.." title="PortPy" class="md-nav__button md-logo" aria-label="PortPy" data-md-component="logo">
234232

@@ -764,6 +762,22 @@
764762
</div>
765763

766764

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+
767781

768782

769783
<div class="md-content" data-md-component="content">
@@ -859,7 +873,7 @@ <h1>PortPy API</h1>
859873

860874

861875

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>
863877

864878

865879
<script src="../../assets/javascripts/bundle.56ea9cef.min.js"></script>

contributing/index.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272

7373

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">
7575

7676

7777
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
@@ -123,7 +123,7 @@
123123

124124

125125

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">
127127

128128
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_1" hidden>
129129
<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,9 +226,7 @@
226226

227227

228228

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">
232230
<label class="md-nav__title" for="__drawer">
233231
<a href=".." title="PortPy" class="md-nav__button md-logo" aria-label="PortPy" data-md-component="logo">
234232

@@ -762,6 +760,22 @@
762760
</div>
763761

764762

763+
764+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
765+
<div class="md-sidebar__scrollwrap">
766+
<div class="md-sidebar__inner">
767+
768+
769+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
770+
771+
772+
773+
774+
</nav>
775+
</div>
776+
</div>
777+
</div>
778+
765779

766780

767781
<div class="md-content" data-md-component="content">
@@ -857,7 +871,7 @@ <h1>Contributing</h1>
857871

858872

859873

860-
<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>
874+
<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>
861875

862876

863877
<script src="../assets/javascripts/bundle.56ea9cef.min.js"></script>

0 commit comments

Comments
 (0)