Deployed 96a4717 to dev with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions 2024-09-04 19:11:16 +00:00
parent 260186253c
commit 357e5aac12
60 changed files with 6905 additions and 4679 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -40,6 +40,7 @@ html[data-theme="dark"] {
.pyodide-output { .pyodide-output {
width: 100%; width: 100%;
margin-bottom: -15px; margin-bottom: -15px;
min-height: 46px;
max-height: 400px max-height: 400px
} }

View file

@ -26,6 +26,11 @@
float: right; float: right;
} }
/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}
/* Symbols in Navigation and ToC. */ /* Symbols in Navigation and ToC. */
:root, :root,
[data-md-color-scheme="default"] { [data-md-color-scheme="default"] {
@ -107,3 +112,8 @@ code.doc-symbol-module {
code.doc-symbol-module::after { code.doc-symbol-module::after {
content: "mod"; content: "mod";
} }
.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,18 +1,33 @@
// Script to ensure timeago keeps working when // Script to ensure timeago keeps working when
// used with mkdocs-material's instant loading feature // used with mkdocs-material's instant loading feature
function getLocale(element) {
var raw_locale = element.getAttribute('locale');
var locale = {
bn: 'bn_IN',
en: 'en_US',
hi: 'hi_IN',
id: 'id_ID',
nb: 'nb_NO',
nn: 'nn_NO',
pt: 'pt_BR',
zh: 'zh_CN'
}[raw_locale];
return locale ? locale : raw_locale;
}
if (typeof document$ !== "undefined") { if (typeof document$ !== "undefined") {
document$.subscribe(function() { document$.subscribe(function() {
var nodes = document.querySelectorAll('.timeago'); var nodes = document.querySelectorAll('.timeago');
if (nodes.length > 0) { if (nodes.length > 0) {
var locale = nodes[0].getAttribute('locale'); var locale = getLocale(nodes[0]);
timeago.render(nodes, locale); timeago.render(nodes, locale);
} }
}) })
} else { } else {
var nodes = document.querySelectorAll('.timeago'); var nodes = document.querySelectorAll('.timeago');
if (nodes.length > 0) { if (nodes.length > 0) {
var locale = nodes[0].getAttribute('locale'); var locale = getLocale(nodes[0]);
timeago.render(nodes, locale); timeago.render(nodes, locale);
} }
} }

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2,187 +2,158 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/CHANGELOG/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/CHANGELOG/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/CODE_OF_CONDUCT/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/CODE_OF_CONDUCT/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/SUMMARY/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/SUMMARY/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/license/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/license/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/slot_rendering/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/slot_rendering/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/slots_and_blocks/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/slots_and_blocks/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/SUMMARY/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/SUMMARY/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/app_settings/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/app_settings/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/apps/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/apps/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/attributes/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/attributes/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/autodiscover/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/autodiscover/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/component/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/component/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/component_media/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/component_media/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/component_registry/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/component_registry/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq> </url>
<url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/components/</loc>
<lastmod>2024-09-04</lastmod>
</url>
<url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/components/dynamic/</loc>
<lastmod>2024-09-04</lastmod>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/context/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/context/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/expression/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/expression/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/library/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/library/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/logger/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/logger/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/commands/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/commands/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/commands/startcomponent/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/commands/startcomponent/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/commands/upgradecomponent/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/commands/upgradecomponent/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/middleware/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/middleware/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/node/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/node/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/provide/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/provide/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/safer_staticfiles/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/safer_staticfiles/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/safer_staticfiles/apps/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/safer_staticfiles/apps/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/slots/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/slots/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/tag_formatter/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/tag_formatter/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/template_loader/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/template_loader/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/template_parser/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/template_parser/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/templatetags/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/templatetags/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/templatetags/component_tags/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/templatetags/component_tags/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/types/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/types/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/utils/</loc> <loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/utils/</loc>
<lastmod>2024-08-25</lastmod> <lastmod>2024-09-04</lastmod>
<changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,7 @@
}, },
{ {
"version": "dev", "version": "dev",
"title": "dev (b90961b)", "title": "dev (96a4717)",
"aliases": [] "aliases": []
}, },
{ {