From 4e8b50858e91d8ca0f9112be01c7f9fb355ad0ed Mon Sep 17 00:00:00 2001 From: Michael-E-Rose Date: Mon, 2 Sep 2024 19:10:50 +0000 Subject: [PATCH] deploy: 245dd09cce0862082f1060ef0a04d15b2df7f871 --- .buildinfo | 2 +- _modules/index.html | 6 +++--- _modules/pubmed_parser/medline_parser.html | 6 +++--- _modules/pubmed_parser/pubmed_oa_parser.html | 8 ++++---- _modules/pubmed_parser/pubmed_web_parser.html | 6 +++--- _static/documentation_options.js | 2 +- api.html | 6 +++--- genindex.html | 6 +++--- index.html | 6 +++--- install.html | 6 +++--- objects.inv | Bin 482 -> 482 bytes resources.html | 6 +++--- search.html | 6 +++--- spark.html | 6 +++--- 14 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.buildinfo b/.buildinfo index a6bb24a..bd2e77f 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 58d48bb294faa78a8aa123aa8ed28651 +config: 77e324f858092f01294cd64afe6342c2 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/index.html b/_modules/index.html index b718117..b8ebaec 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -3,7 +3,7 @@ - Overview: module code — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + Overview: module code — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -14,7 +14,7 @@ - + @@ -34,7 +34,7 @@ Pubmed Parser
- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09
diff --git a/_modules/pubmed_parser/medline_parser.html b/_modules/pubmed_parser/medline_parser.html index e72a2a7..5adb823 100644 --- a/_modules/pubmed_parser/medline_parser.html +++ b/_modules/pubmed_parser/medline_parser.html @@ -3,7 +3,7 @@ - pubmed_parser.medline_parser — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + pubmed_parser.medline_parser — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -14,7 +14,7 @@ - + @@ -34,7 +34,7 @@ Pubmed Parser
- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09
diff --git a/_modules/pubmed_parser/pubmed_oa_parser.html b/_modules/pubmed_parser/pubmed_oa_parser.html index 4615039..cfd9b53 100644 --- a/_modules/pubmed_parser/pubmed_oa_parser.html +++ b/_modules/pubmed_parser/pubmed_oa_parser.html @@ -3,7 +3,7 @@ - pubmed_parser.pubmed_oa_parser — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + pubmed_parser.pubmed_oa_parser — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -14,7 +14,7 @@ - + @@ -34,7 +34,7 @@ Pubmed Parser
- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09
@@ -275,7 +275,7 @@

Source code for pubmed_parser.pubmed_oa_parser

pub_date = format_date(pub_date_dict) try: - pub_year = int(pub_date_dict["year"]) + pub_year = int(pub_date_dict.get("year")) except TypeError: pub_year = None diff --git a/_modules/pubmed_parser/pubmed_web_parser.html b/_modules/pubmed_parser/pubmed_web_parser.html index 6ddca9f..9a5ca3e 100644 --- a/_modules/pubmed_parser/pubmed_web_parser.html +++ b/_modules/pubmed_parser/pubmed_web_parser.html @@ -3,7 +3,7 @@ - pubmed_parser.pubmed_web_parser — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + pubmed_parser.pubmed_web_parser — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -14,7 +14,7 @@ - + @@ -34,7 +34,7 @@ Pubmed Parser

- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09
diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 8424feb..05f365a 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.5.2.dev1+ga7e88c8', + VERSION: '0.5.2.dev2+g245dd09', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api.html b/api.html index 2212b35..406d543 100644 --- a/api.html +++ b/api.html @@ -4,7 +4,7 @@ - API Documentation — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + API Documentation — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ Pubmed Parser
- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09
diff --git a/genindex.html b/genindex.html index fff7580..2be7e63 100644 --- a/genindex.html +++ b/genindex.html @@ -3,7 +3,7 @@ - Index — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + Index — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -14,7 +14,7 @@ - + @@ -34,7 +34,7 @@ Pubmed Parser
- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09
diff --git a/index.html b/index.html index 3eea7b0..9568888 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Pubmed Parser: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + Pubmed Parser: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -15,7 +15,7 @@ - + @@ -36,7 +36,7 @@ Pubmed Parser
- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09
diff --git a/install.html b/install.html index ccd8c5c..5af67b9 100644 --- a/install.html +++ b/install.html @@ -4,7 +4,7 @@ - Installation — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + Installation — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ Pubmed Parser
- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09
diff --git a/objects.inv b/objects.inv index 063405e77c981a2dc8eca5fcfa8701f1cda95c89..8d7bfdf2bb11b55f3ba603617c3e7bf49309e81e 100644 GIT binary patch delta 21 ccmaFF{D^si7nhNCx{--#N{WHy#*jWn08d>8(*OVf delta 21 ccmaFF{D^si7nh-SdZKx%g+;Q(#*jWn08zUK4gdfE diff --git a/resources.html b/resources.html index ec648d3..9d29dcd 100644 --- a/resources.html +++ b/resources.html @@ -4,7 +4,7 @@ - Resources — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + Resources — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ Pubmed Parser
- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09
diff --git a/search.html b/search.html index f08fc7d..e60eaaa 100644 --- a/search.html +++ b/search.html @@ -3,7 +3,7 @@ - Search — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + Search — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ Pubmed Parser
- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09
diff --git a/spark.html b/spark.html index e064c6c..f6ffd85 100644 --- a/spark.html +++ b/spark.html @@ -4,7 +4,7 @@ - Setting up Pubmed Parser with PySpark — Pubmed Parser 0.5.2.dev1+ga7e88c8 documentation + Setting up Pubmed Parser with PySpark — Pubmed Parser 0.5.2.dev2+g245dd09 documentation @@ -15,7 +15,7 @@ - + @@ -36,7 +36,7 @@ Pubmed Parser
- 0.5.2.dev1+ga7e88c8 + 0.5.2.dev2+g245dd09