Skip to content

Commit

Permalink
Deployed 1c6c6f5 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 12, 2024
1 parent 878feff commit 08d1b2d
Show file tree
Hide file tree
Showing 38 changed files with 277 additions and 228 deletions.
2 changes: 1 addition & 1 deletion 404.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

/* Symbols in Navigation and ToC. */
:root,
:root, :host,
[data-md-color-scheme="default"] {
--doc-symbol-parameter-fg-color: #df50af;
--doc-symbol-attribute-fg-color: #953800;
Expand Down
3 changes: 3 additions & 0 deletions assets/javascripts/bundle.9c5b6415.min.js

Large diffs are not rendered by default.

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

This file was deleted.

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions contributing/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions css/timeago.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
timeago output is dynamic, which breaks when you print a page.
This CSS is only included when type: timeago
and ensures fallback to type "iso_date" when printing.
*/

.git-revision-date-localized-plugin-iso_date { display: none }

@media print {
.git-revision-date-localized-plugin-iso_date { display: inline }
.git-revision-date-localized-plugin-timeago { display: none }
}

6 changes: 3 additions & 3 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions insiders/changelog/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions insiders/installation/index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/timeago.min.js

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions js/timeago_mkdocs_material.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// Script to ensure timeago keeps working when
// 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") {
document$.subscribe(function() {
var nodes = document.querySelectorAll('.timeago');
if (nodes.length > 0) {
var locale = getLocale(nodes[0]);
timeago.render(nodes, locale);
}
})
} else {
var nodes = document.querySelectorAll('.timeago');
if (nodes.length > 0) {
var locale = getLocale(nodes[0]);
timeago.render(nodes, locale);
}
}
6 changes: 3 additions & 3 deletions license/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions reference/SUMMARY/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions reference/mkdocstrings_handlers/python/debug/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions reference/mkdocstrings_handlers/python/handler/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions reference/mkdocstrings_handlers/python/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions reference/mkdocstrings_handlers/python/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.

50 changes: 25 additions & 25 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,102 +2,102 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://mkdocstrings.github.io/python/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/changelog/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/code_of_conduct/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/contributing/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/credits/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/license/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/insiders/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/insiders/changelog/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/insiders/installation/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/reference/SUMMARY/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/reference/mkdocstrings_handlers/python/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/reference/mkdocstrings_handlers/python/debug/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/reference/mkdocstrings_handlers/python/handler/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/reference/mkdocstrings_handlers/python/rendering/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/customization/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/extensions/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/configuration/docstrings/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/configuration/general/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/configuration/headings/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/configuration/members/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/configuration/signatures/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/docstrings/google/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/docstrings/numpy/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
<url>
<loc>https://mkdocstrings.github.io/python/usage/docstrings/sphinx/</loc>
<lastmod>2024-09-03</lastmod>
<lastmod>2024-10-12</lastmod>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
44 changes: 22 additions & 22 deletions usage/configuration/docstrings/index.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions usage/configuration/general/index.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions usage/configuration/headings/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions usage/configuration/members/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions usage/configuration/signatures/index.html

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions usage/customization/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions usage/docstrings/google/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions usage/docstrings/numpy/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions usage/docstrings/sphinx/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions usage/extensions/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions usage/index.html

Large diffs are not rendered by default.

0 comments on commit 08d1b2d

Please sign in to comment.