Skip to content

Commit

Permalink
Deployed bc6191d 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 3434689 commit 3ba19a9
Show file tree
Hide file tree
Showing 47 changed files with 1,403 additions and 430 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
3 changes: 0 additions & 3 deletions assets/javascripts/bundle.993eca2e.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.d5b5f0fd.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.

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.

38 changes: 36 additions & 2 deletions reference/duty/callables/autoflake/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/black/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/blacken_docs/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/build/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/flake8/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/git_changelog/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/griffe/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/interrogate/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/isort/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/mkdocs/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/mypy/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/pytest/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/ruff/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/safety/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/ssort/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/callables/twine/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/cli/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/collection/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/context/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/debug/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/decorator/index.html

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/exceptions/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions reference/duty/tools/index.html

Large diffs are not rendered by default.

146 changes: 90 additions & 56 deletions reference/duty/validation/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 3ba19a9

Please sign in to comment.