Skip to content

Commit 8b10e5e

Browse files
author
github-actions
committed
Deployed 898c8fd to develop with MkDocs 1.6.1 and mike 2.1.3
1 parent 980be19 commit 8b10e5e

File tree

16 files changed

+75
-37
lines changed

16 files changed

+75
-37
lines changed

develop/about/changelog/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

develop/about/contributing/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

develop/about/license/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

develop/assets/_mkdocstrings.css

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
display: inline;
1111
}
1212

13+
/* No text transformation from Material for MkDocs for H5 headings. */
14+
.md-typeset h5 .doc-object-name {
15+
text-transform: none;
16+
}
17+
1318
/* Max width for docstring sections tables. */
1419
.doc .md-typeset__table,
1520
.doc .md-typeset__table table {
@@ -31,6 +36,11 @@
3136
display: inline;
3237
}
3338

39+
/* Default font size for parameter headings. */
40+
.md-typeset .doc-heading-parameter {
41+
font-size: inherit;
42+
}
43+
3444
/* Prefer space on the right, not the left of parameter permalinks. */
3545
.doc-heading-parameter .headerlink {
3646
margin-left: 0 !important;
@@ -42,6 +52,28 @@
4252
font-weight: bold;
4353
}
4454

55+
/* Backlinks crumb separator. */
56+
.doc-backlink-crumb {
57+
display: inline-flex;
58+
gap: .2rem;
59+
white-space: nowrap;
60+
align-items: center;
61+
vertical-align: middle;
62+
}
63+
.doc-backlink-crumb:not(:first-child)::before {
64+
background-color: var(--md-default-fg-color--lighter);
65+
content: "";
66+
display: inline;
67+
height: 1rem;
68+
--md-path-icon: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58 13.17 12 8.59 7.41 10 6l6 6-6 6z"/></svg>');
69+
-webkit-mask-image: var(--md-path-icon);
70+
mask-image: var(--md-path-icon);
71+
width: 1rem;
72+
}
73+
.doc-backlink-crumb.last {
74+
font-weight: bold;
75+
}
76+
4577
/* Symbols in Navigation and ToC. */
4678
:root, :host,
4779
[data-md-color-scheme="default"] {
@@ -83,7 +115,8 @@ code.doc-symbol {
83115
font-weight: bold;
84116
}
85117

86-
code.doc-symbol-parameter {
118+
code.doc-symbol-parameter,
119+
a code.doc-symbol-parameter {
87120
color: var(--doc-symbol-parameter-fg-color);
88121
background-color: var(--doc-symbol-parameter-bg-color);
89122
}
@@ -92,7 +125,8 @@ code.doc-symbol-parameter::after {
92125
content: "param";
93126
}
94127

95-
code.doc-symbol-attribute {
128+
code.doc-symbol-attribute,
129+
a code.doc-symbol-attribute {
96130
color: var(--doc-symbol-attribute-fg-color);
97131
background-color: var(--doc-symbol-attribute-bg-color);
98132
}
@@ -101,7 +135,8 @@ code.doc-symbol-attribute::after {
101135
content: "attr";
102136
}
103137

104-
code.doc-symbol-function {
138+
code.doc-symbol-function,
139+
a code.doc-symbol-function {
105140
color: var(--doc-symbol-function-fg-color);
106141
background-color: var(--doc-symbol-function-bg-color);
107142
}
@@ -110,7 +145,8 @@ code.doc-symbol-function::after {
110145
content: "func";
111146
}
112147

113-
code.doc-symbol-method {
148+
code.doc-symbol-method,
149+
a code.doc-symbol-method {
114150
color: var(--doc-symbol-method-fg-color);
115151
background-color: var(--doc-symbol-method-bg-color);
116152
}
@@ -119,7 +155,8 @@ code.doc-symbol-method::after {
119155
content: "meth";
120156
}
121157

122-
code.doc-symbol-class {
158+
code.doc-symbol-class,
159+
a code.doc-symbol-class {
123160
color: var(--doc-symbol-class-fg-color);
124161
background-color: var(--doc-symbol-class-bg-color);
125162
}
@@ -128,7 +165,8 @@ code.doc-symbol-class::after {
128165
content: "class";
129166
}
130167

131-
code.doc-symbol-module {
168+
code.doc-symbol-module,
169+
a code.doc-symbol-module {
132170
color: var(--doc-symbol-module-fg-color);
133171
background-color: var(--doc-symbol-module-bg-color);
134172
}

develop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626

2727

2828
<span class=n>run</span><span class=p>(</span><span class=n>root</span><span class=p>)</span>
29-
</code></pre></div></td></tr></table></div> </div> </div> </div> <hr> <div class=md-source-file> <small> Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 24, 2024</span> </small> </div> <div class=md-source-date> <small> Authors: <span class="git-page-authors git-authors"><a href=mailto:[email protected]>Mark Bakhit</a>, <a href=mailto:[email protected]>Ryan Morshead</a></span> </small> </div> </article> </div> </div> <button type=button class="md-top md-icon" data-md-component=top hidden> <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> Back to top </button> </main> <footer class=md-footer> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-copyright> <div class=md-copyright__highlight> &copy;<div id=year> </div> <script> document.getElementById("year").innerHTML = new Date().getFullYear(); </script>Reactive Python and affiliates.<div class=legal-footer-right>This project has no affiliation to ReactJS or Meta Platforms, Inc.</div> </div> </div> </div> </div> </footer> </div> <div class=md-dialog data-md-component=dialog> <div class="md-dialog__inner md-typeset"></div> </div> <script id=__config type=application/json>{"base": ".", "features": ["navigation.instant", "navigation.tabs", "navigation.tabs.sticky", "navigation.top", "content.code.copy", "search.highlight"], "search": "assets/javascripts/workers/search.a264c092.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"}, "version": {"provider": "mike"}}</script> <script src=assets/javascripts/bundle.4e0fa4ba.min.js></script> <script src=assets/js/main.js></script> </body> </html>
29+
</code></pre></div></td></tr></table></div> </div> </div> </div> <hr> <div class=md-source-file> <small> Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="October 24, 2024 08:20:47 UTC">October 24, 2024</span> </small> </div> <div class=md-source-date> <small> Authors: <span class="git-page-authors git-authors"><a href=mailto:[email protected]>Mark Bakhit</a>, <a href=mailto:[email protected]>Ryan Morshead</a></span> </small> </div> </article> </div> </div> <button type=button class="md-top md-icon" data-md-component=top hidden> <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> Back to top </button> </main> <footer class=md-footer> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-copyright> <div class=md-copyright__highlight> &copy;<div id=year> </div> <script> document.getElementById("year").innerHTML = new Date().getFullYear(); </script>Reactive Python and affiliates.<div class=legal-footer-right>This project has no affiliation to ReactJS or Meta Platforms, Inc.</div> </div> </div> </div> </div> </footer> </div> <div class=md-dialog data-md-component=dialog> <div class="md-dialog__inner md-typeset"></div> </div> <script id=__config type=application/json>{"base": ".", "features": ["navigation.instant", "navigation.tabs", "navigation.tabs.sticky", "navigation.top", "content.code.copy", "search.highlight"], "search": "assets/javascripts/workers/search.a264c092.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"}, "version": {"provider": "mike"}}</script> <script src=assets/javascripts/bundle.4e0fa4ba.min.js></script> <script src=assets/js/main.js></script> </body> </html>

develop/learn/custom-router/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040

4141
<span class=c1># This can be used in any location where `browser_router` was previously used</span>
4242
<span class=n>custom_router</span> <span class=o>=</span> <span class=n>create_router</span><span class=p>(</span><span class=n>CustomResolver</span><span class=p>)</span>
43-
</code></pre></div></td></tr></table></div> </div> </div> </div> <hr> <div class=md-source-file> <small> Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 12, 2025</span> </small> </div> <div class=md-source-date> <small> Authors: <span class="git-page-authors git-authors"><a href=mailto:[email protected]>Mark Bakhit</a>, <a href=mailto:[email protected]>Ryan Morshead</a></span> </small> </div> </article> </div> </div> <button type=button class="md-top md-icon" data-md-component=top hidden> <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> Back to top </button> </main> <footer class=md-footer> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-copyright> <div class=md-copyright__highlight> &copy;<div id=year> </div> <script> document.getElementById("year").innerHTML = new Date().getFullYear(); </script>Reactive Python and affiliates.<div class=legal-footer-right>This project has no affiliation to ReactJS or Meta Platforms, Inc.</div> </div> </div> </div> </div> </footer> </div> <div class=md-dialog data-md-component=dialog> <div class="md-dialog__inner md-typeset"></div> </div> <script id=__config type=application/json>{"base": "../..", "features": ["navigation.instant", "navigation.tabs", "navigation.tabs.sticky", "navigation.top", "content.code.copy", "search.highlight"], "search": "../../assets/javascripts/workers/search.a264c092.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"}, "version": {"provider": "mike"}}</script> <script src=../../assets/javascripts/bundle.4e0fa4ba.min.js></script> <script src=../../assets/js/main.js></script> </body> </html>
43+
</code></pre></div></td></tr></table></div> </div> </div> </div> <hr> <div class=md-source-file> <small> Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="January 12, 2025 11:07:08 UTC">January 12, 2025</span> </small> </div> <div class=md-source-date> <small> Authors: <span class="git-page-authors git-authors"><a href=mailto:[email protected]>Mark Bakhit</a>, <a href=mailto:[email protected]>Ryan Morshead</a></span> </small> </div> </article> </div> </div> <button type=button class="md-top md-icon" data-md-component=top hidden> <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> Back to top </button> </main> <footer class=md-footer> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-copyright> <div class=md-copyright__highlight> &copy;<div id=year> </div> <script> document.getElementById("year").innerHTML = new Date().getFullYear(); </script>Reactive Python and affiliates.<div class=legal-footer-right>This project has no affiliation to ReactJS or Meta Platforms, Inc.</div> </div> </div> </div> </div> </footer> </div> <div class=md-dialog data-md-component=dialog> <div class="md-dialog__inner md-typeset"></div> </div> <script id=__config type=application/json>{"base": "../..", "features": ["navigation.instant", "navigation.tabs", "navigation.tabs.sticky", "navigation.top", "content.code.copy", "search.highlight"], "search": "../../assets/javascripts/workers/search.a264c092.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"}, "version": {"provider": "mike"}}</script> <script src=../../assets/javascripts/bundle.4e0fa4ba.min.js></script> <script src=../../assets/js/main.js></script> </body> </html>

develop/learn/hooks/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

develop/learn/routers-routes-and-links/index.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

develop/learn/your-first-app/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

develop/reference/components/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)