Skip to content

Commit

Permalink
Deployed 8b43e88 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Aug 20, 2024
1 parent 195998c commit 996c06a
Show file tree
Hide file tree
Showing 25 changed files with 463 additions and 398 deletions.
2 changes: 1 addition & 1 deletion 404.html

Large diffs are not rendered by default.

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.0e2aa882.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: 1 addition & 0 deletions assets/stylesheets/main.dad623df.min.css

Large diffs are not rendered by default.

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

This file was deleted.

2 changes: 1 addition & 1 deletion changelog/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code_of_conduct/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions contributing/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions coverage/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 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
12 changes: 6 additions & 6 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;
}
})
4 changes: 2 additions & 2 deletions license/index.html

Large diffs are not rendered by default.

Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion reference/SUMMARY/index.html

Large diffs are not rendered by default.

57 changes: 35 additions & 22 deletions reference/mkdocs_autorefs/debug/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion reference/mkdocs_autorefs/index.html

Large diffs are not rendered by default.

240 changes: 125 additions & 115 deletions reference/mkdocs_autorefs/plugin/index.html

Large diffs are not rendered by default.

459 changes: 238 additions & 221 deletions reference/mkdocs_autorefs/references/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.

24 changes: 12 additions & 12 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://mkdocstrings.github.io/autorefs/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/changelog/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/code_of_conduct/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/contributing/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/credits/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/license/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/reference/SUMMARY/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/reference/mkdocs_autorefs/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/reference/mkdocs_autorefs/debug/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/reference/mkdocs_autorefs/plugin/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/reference/mkdocs_autorefs/references/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mkdocstrings.github.io/autorefs/coverage/</loc>
<lastmod>2024-02-29</lastmod>
<lastmod>2024-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 996c06a

Please sign in to comment.