This commit is contained in:
marceloprates
2025-06-29 20:05:47 +00:00
parent 53d451d9ea
commit bc725c1a34
3 changed files with 13 additions and 3 deletions

View File

@@ -10,6 +10,11 @@
display: inline; display: inline;
} }
/* No text transformation from Material for MkDocs for H5 headings. */
.md-typeset h5 .doc-object-name {
text-transform: none;
}
/* Max width for docstring sections tables. */ /* Max width for docstring sections tables. */
.doc .md-typeset__table, .doc .md-typeset__table,
.doc .md-typeset__table table { .doc .md-typeset__table table {
@@ -31,6 +36,11 @@
display: inline; display: inline;
} }
/* Default font size for parameter headings. */
.md-typeset .doc-heading-parameter {
font-size: inherit;
}
/* Prefer space on the right, not the left of parameter permalinks. */ /* Prefer space on the right, not the left of parameter permalinks. */
.doc-heading-parameter .headerlink { .doc-heading-parameter .headerlink {
margin-left: 0 !important; margin-left: 0 !important;

View File

@@ -2,14 +2,14 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://yourusername.github.io/prettymaps/</loc> <loc>https://yourusername.github.io/prettymaps/</loc>
<lastmod>2025-05-17</lastmod> <lastmod>2025-06-29</lastmod>
</url> </url>
<url> <url>
<loc>https://yourusername.github.io/prettymaps/api/</loc> <loc>https://yourusername.github.io/prettymaps/api/</loc>
<lastmod>2025-05-17</lastmod> <lastmod>2025-06-29</lastmod>
</url> </url>
<url> <url>
<loc>https://yourusername.github.io/prettymaps/usage/</loc> <loc>https://yourusername.github.io/prettymaps/usage/</loc>
<lastmod>2025-05-17</lastmod> <lastmod>2025-06-29</lastmod>
</url> </url>
</urlset> </urlset>

Binary file not shown.