Skip to content

Commit

Permalink
Deployed fd5b25c with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Aug 15, 2024
1 parent 25af81f commit f758d58
Show file tree
Hide file tree
Showing 26 changed files with 542 additions and 341 deletions.
2 changes: 1 addition & 1 deletion 404.html

Large diffs are not rendered by default.

266 changes: 0 additions & 266 deletions assets/_markdown_exec_ansi.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/_markdown_exec_pyodide.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ html[data-theme="dark"] {
.pyodide-output {
width: 100%;
margin-bottom: -15px;
min-height: 46px;
max-height: 400px
}

Expand Down
12 changes: 11 additions & 1 deletion assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
margin-right: 0.2rem;
}

/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}

/* Symbols in Navigation and ToC. */
:root,
[data-md-color-scheme="default"] {
Expand Down Expand Up @@ -130,4 +135,9 @@ code.doc-symbol-module {

code.doc-symbol-module::after {
content: "mod";
}
}

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
}
3 changes: 0 additions & 3 deletions assets/javascripts/bundle.a255a381.min.js

This file was deleted.

3 changes: 3 additions & 0 deletions assets/javascripts/bundle.ef37796b.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/stylesheets/main.003a5498.min.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/stylesheets/main.dad623df.min.css

Large diffs are not rendered by default.

36 changes: 35 additions & 1 deletion changelog/index.html

Large diffs are not rendered by default.

36 changes: 35 additions & 1 deletion code_of_conduct/index.html

Large diffs are not rendered by default.

40 changes: 37 additions & 3 deletions contributing/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions coverage/index.html

Large diffs are not rendered by default.

36 changes: 35 additions & 1 deletion credits/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a.autorefs-external::after {

height: 1em;
width: 1em;
background-color: var(--md-typeset-a-color);
background-color: currentColor;
}

a.external:hover::after,
Expand Down
38 changes: 36 additions & 2 deletions index.html

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions js/feedback.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const feedback = document.forms.feedback;
feedback.hidden = false;

feedback.addEventListener("submit", function(ev) {
ev.preventDefault();
const commentElement = document.getElementById("feedback");
commentElement.style.display = "block";
feedback.firstElementChild.disabled = true;
const data = ev.submitter.getAttribute("data-md-value");
const note = feedback.querySelector(".md-feedback__note [data-md-value='" + data + "']");
if (note) {
note.hidden = false;
}
})
38 changes: 36 additions & 2 deletions license/index.html

Large diffs are not rendered by default.

36 changes: 35 additions & 1 deletion reference/SUMMARY/index.html

Large diffs are not rendered by default.

40 changes: 37 additions & 3 deletions reference/griffe2md/cli/index.html

Large diffs are not rendered by default.

54 changes: 44 additions & 10 deletions reference/griffe2md/debug/index.html

Large diffs are not rendered by default.

36 changes: 35 additions & 1 deletion reference/griffe2md/index.html

Large diffs are not rendered by default.

46 changes: 40 additions & 6 deletions reference/griffe2md/main/index.html

Large diffs are not rendered by default.

76 changes: 55 additions & 21 deletions reference/griffe2md/rendering/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit f758d58

Please sign in to comment.