Skip to content

Commit d8ca60b

Browse files
committed
deploy: 72d2f74
1 parent 507904b commit d8ca60b

21 files changed

+943
-826
lines changed

404.html

+22-17
Large diffs are not rendered by default.

api/references/index.html

+671-681
Large diffs are not rendered by default.

assets/_mkdocstrings.css

+11-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
float: right;
2727
}
2828

29+
/* Backward-compatibility: docstring section titles in bold. */
30+
.doc-section-title {
31+
font-weight: bold;
32+
}
33+
2934
/* Symbols in Navigation and ToC. */
3035
:root,
3136
[data-md-color-scheme="default"] {
@@ -106,4 +111,9 @@ code.doc-symbol-module {
106111

107112
code.doc-symbol-module::after {
108113
content: "mod";
109-
}
114+
}
115+
116+
.doc-signature .autorefs {
117+
color: inherit;
118+
border-bottom: 1px dotted currentcolor;
119+
}

assets/javascripts/bundle.e1c3ead8.min.js

-29
This file was deleted.

assets/javascripts/bundle.e1c3ead8.min.js.map

-7
This file was deleted.

assets/javascripts/bundle.f1b6f286.min.js

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.f1b6f286.min.js.map

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/workers/search.b8dbb3d2.min.js assets/javascripts/workers/search.f8cc74c7.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/workers/search.b8dbb3d2.min.js.map assets/javascripts/workers/search.f8cc74c7.min.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.50c56a3b.min.css

-1
This file was deleted.

assets/stylesheets/main.50c56a3b.min.css.map

-1
This file was deleted.

assets/stylesheets/main.8608ea7d.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.8608ea7d.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog/changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Release Notes
22
---
33

4+
## [0.5.1](https://github.com/osl-incubator/pymedx/compare/0.5.0...0.5.1) (2025-02-19)
5+
6+
7+
### Bug Fixes
8+
9+
* Fix issues with typing annotation and mypy ([#18](https://github.com/osl-incubator/pymedx/issues/18)) ([5e2814d](https://github.com/osl-incubator/pymedx/commit/5e2814d7b88c8104bfdd4d362251166ef4b01172))
10+
* Fix multi values in some attributes in PubMedBookArticle ([#19](https://github.com/osl-incubator/pymedx/issues/19)) ([72d2f74](https://github.com/osl-incubator/pymedx/commit/72d2f745dc78e0a073b17c582e7cc688e4bef430))
11+
* Implement typing check in run time with typeguard ([#17](https://github.com/osl-incubator/pymedx/issues/17)) ([4532182](https://github.com/osl-incubator/pymedx/commit/45321828e71c5731dc00d5aa9b5a1b5d990cd899))
12+
413
# [0.5.0](https://github.com/osl-incubator/pymedx/compare/0.4.0...0.5.0) (2024-05-24)
514

615

changelog/index.html

+121-21
Large diffs are not rendered by default.

contributing/index.html

+24-17
Large diffs are not rendered by default.

index.html

+25-18
Large diffs are not rendered by default.

installation/index.html

+24-17
Large diffs are not rendered by default.

search/search_index.json

+1-1
Large diffs are not rendered by default.

sitemap.xml

+5-10
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,22 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://osl-incubator.github.io/pymedx/</loc>
5-
<lastmod>2024-05-24</lastmod>
6-
<changefreq>daily</changefreq>
5+
<lastmod>2025-02-19</lastmod>
76
</url>
87
<url>
98
<loc>https://osl-incubator.github.io/pymedx/changelog/</loc>
10-
<lastmod>2024-05-24</lastmod>
11-
<changefreq>daily</changefreq>
9+
<lastmod>2025-02-19</lastmod>
1210
</url>
1311
<url>
1412
<loc>https://osl-incubator.github.io/pymedx/contributing/</loc>
15-
<lastmod>2024-05-24</lastmod>
16-
<changefreq>daily</changefreq>
13+
<lastmod>2025-02-19</lastmod>
1714
</url>
1815
<url>
1916
<loc>https://osl-incubator.github.io/pymedx/installation/</loc>
20-
<lastmod>2024-05-24</lastmod>
21-
<changefreq>daily</changefreq>
17+
<lastmod>2025-02-19</lastmod>
2218
</url>
2319
<url>
2420
<loc>https://osl-incubator.github.io/pymedx/api/references/</loc>
25-
<lastmod>2024-05-24</lastmod>
26-
<changefreq>daily</changefreq>
21+
<lastmod>2025-02-19</lastmod>
2722
</url>
2823
</urlset>

sitemap.xml.gz

-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)