From f00601f1b405620a1114c1ed3deb983cfadde9de Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Fri, 12 Jun 2026 21:56:08 -0400 Subject: [PATCH] Update docs --- _modules/index.html | 4 ++-- _modules/parsedmarc.html | 4 ++-- _modules/parsedmarc/elastic.html | 8 ++++---- _modules/parsedmarc/opensearch.html | 8 ++++---- _modules/parsedmarc/splunk.html | 19 ++++++++++--------- _modules/parsedmarc/types.html | 4 ++-- _modules/parsedmarc/utils.html | 4 ++-- _static/documentation_options.js | 2 +- api.html | 4 ++-- contributing.html | 4 ++-- davmail.html | 4 ++-- dmarc.html | 4 ++-- elasticsearch.html | 4 ++-- genindex.html | 4 ++-- index.html | 4 ++-- installation.html | 4 ++-- kibana.html | 4 ++-- mailing-lists.html | 4 ++-- objects.inv | Bin 1451 -> 1451 bytes opensearch.html | 4 ++-- output.html | 4 ++-- py-modindex.html | 4 ++-- search.html | 4 ++-- splunk.html | 4 ++-- usage.html | 4 ++-- 25 files changed, 59 insertions(+), 58 deletions(-) diff --git a/_modules/index.html b/_modules/index.html index 421bad6..57e0e28 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -5,14 +5,14 @@ - Overview: module code — parsedmarc 10.0.4 documentation + Overview: module code — parsedmarc 10.1.0 documentation - + diff --git a/_modules/parsedmarc.html b/_modules/parsedmarc.html index e7f2b7e..b7c89f0 100644 --- a/_modules/parsedmarc.html +++ b/_modules/parsedmarc.html @@ -5,14 +5,14 @@ - parsedmarc — parsedmarc 10.0.4 documentation + parsedmarc — parsedmarc 10.1.0 documentation - + diff --git a/_modules/parsedmarc/elastic.html b/_modules/parsedmarc/elastic.html index 48c78c5..52ef958 100644 --- a/_modules/parsedmarc/elastic.html +++ b/_modules/parsedmarc/elastic.html @@ -5,14 +5,14 @@ - parsedmarc.elastic — parsedmarc 10.0.4 documentation + parsedmarc.elastic — parsedmarc 10.1.0 documentation - + @@ -210,7 +210,7 @@ domain: str, selector: str, result: _DKIMResult, - human_result: str = None, + human_result: Optional[str] = None, ): self.dkim_results.append( _DKIMResult( @@ -226,7 +226,7 @@ domain: str, scope: str, result: _SPFResult, - human_result: str = None, + human_result: Optional[str] = None, ): self.spf_results.append( _SPFResult( diff --git a/_modules/parsedmarc/opensearch.html b/_modules/parsedmarc/opensearch.html index 183b395..7ae034b 100644 --- a/_modules/parsedmarc/opensearch.html +++ b/_modules/parsedmarc/opensearch.html @@ -5,14 +5,14 @@ - parsedmarc.opensearch — parsedmarc 10.0.4 documentation + parsedmarc.opensearch — parsedmarc 10.1.0 documentation - + @@ -201,7 +201,7 @@ domain: str, selector: str, result: _DKIMResult, - human_result: str = None, + human_result: Optional[str] = None, ): self.dkim_results.append( _DKIMResult( @@ -217,7 +217,7 @@ domain: str, scope: str, result: _SPFResult, - human_result: str = None, + human_result: Optional[str] = None, ): self.spf_results.append( _SPFResult( diff --git a/_modules/parsedmarc/splunk.html b/_modules/parsedmarc/splunk.html index da52064..3ab3f09 100644 --- a/_modules/parsedmarc/splunk.html +++ b/_modules/parsedmarc/splunk.html @@ -5,14 +5,14 @@ - parsedmarc.splunk — parsedmarc 10.0.4 documentation + parsedmarc.splunk — parsedmarc 10.1.0 documentation - + @@ -150,10 +150,12 @@ host=self.host, source=self.source, index=self.index ) - self.session.headers = { - "User-Agent": USER_AGENT, - "Authorization": "Splunk {0}".format(self.access_token), - } + self.session.headers.update( + { + "User-Agent": USER_AGENT, + "Authorization": "Splunk {0}".format(self.access_token), + } + )
[docs] @@ -318,12 +320,11 @@ def close(self): """Close the underlying HTTP session.""" self.session.close()
- + # Backward-compatible alias + save_forensic_reports_to_splunk = save_failure_reports_to_splunk -# Backward-compatible aliases -HECClient.save_forensic_reports_to_splunk = HECClient.save_failure_reports_to_splunk diff --git a/_modules/parsedmarc/types.html b/_modules/parsedmarc/types.html index 7891584..d164829 100644 --- a/_modules/parsedmarc/types.html +++ b/_modules/parsedmarc/types.html @@ -5,14 +5,14 @@ - parsedmarc.types — parsedmarc 10.0.4 documentation + parsedmarc.types — parsedmarc 10.1.0 documentation - + diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html index 5a756b4..b649513 100644 --- a/_modules/parsedmarc/utils.html +++ b/_modules/parsedmarc/utils.html @@ -5,14 +5,14 @@ - parsedmarc.utils — parsedmarc 10.0.4 documentation + parsedmarc.utils — parsedmarc 10.1.0 documentation - + diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 5ea3d94..39ebbd7 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '10.0.4', + VERSION: '10.1.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api.html b/api.html index 8e5a373..46d6983 100644 --- a/api.html +++ b/api.html @@ -6,14 +6,14 @@ - API reference — parsedmarc 10.0.4 documentation + API reference — parsedmarc 10.1.0 documentation - + diff --git a/contributing.html b/contributing.html index b64c16c..a4ce3af 100644 --- a/contributing.html +++ b/contributing.html @@ -6,14 +6,14 @@ - Contributing to parsedmarc — parsedmarc 10.0.4 documentation + Contributing to parsedmarc — parsedmarc 10.1.0 documentation - + diff --git a/davmail.html b/davmail.html index 02de70c..919b395 100644 --- a/davmail.html +++ b/davmail.html @@ -6,14 +6,14 @@ - Accessing an inbox using OWA/EWS — parsedmarc 10.0.4 documentation + Accessing an inbox using OWA/EWS — parsedmarc 10.1.0 documentation - + diff --git a/dmarc.html b/dmarc.html index 7f8da48..36bbf37 100644 --- a/dmarc.html +++ b/dmarc.html @@ -6,14 +6,14 @@ - Understanding DMARC — parsedmarc 10.0.4 documentation + Understanding DMARC — parsedmarc 10.1.0 documentation - + diff --git a/elasticsearch.html b/elasticsearch.html index 047bbb4..5db9618 100644 --- a/elasticsearch.html +++ b/elasticsearch.html @@ -6,14 +6,14 @@ - Elasticsearch and Kibana — parsedmarc 10.0.4 documentation + Elasticsearch and Kibana — parsedmarc 10.1.0 documentation - + diff --git a/genindex.html b/genindex.html index bc0e7b9..fd04dbd 100644 --- a/genindex.html +++ b/genindex.html @@ -5,14 +5,14 @@ - Index — parsedmarc 10.0.4 documentation + Index — parsedmarc 10.1.0 documentation - + diff --git a/index.html b/index.html index 7c520a1..f8e4d09 100644 --- a/index.html +++ b/index.html @@ -6,14 +6,14 @@ - parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 10.0.4 documentation + parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 10.1.0 documentation - + diff --git a/installation.html b/installation.html index 0a52477..82b4e1e 100644 --- a/installation.html +++ b/installation.html @@ -6,14 +6,14 @@ - Installation — parsedmarc 10.0.4 documentation + Installation — parsedmarc 10.1.0 documentation - + diff --git a/kibana.html b/kibana.html index 975f13f..08a0497 100644 --- a/kibana.html +++ b/kibana.html @@ -6,14 +6,14 @@ - Using the Kibana dashboards — parsedmarc 10.0.4 documentation + Using the Kibana dashboards — parsedmarc 10.1.0 documentation - + diff --git a/mailing-lists.html b/mailing-lists.html index ca17a31..6497d8a 100644 --- a/mailing-lists.html +++ b/mailing-lists.html @@ -6,14 +6,14 @@ - What about mailing lists? — parsedmarc 10.0.4 documentation + What about mailing lists? — parsedmarc 10.1.0 documentation - + diff --git a/objects.inv b/objects.inv index be140c2eb2fcec2045ddbc70447ea9e041c5c0af..e54ab3a2a2e5edfd67afad47f5ad98c1976c561b 100644 GIT binary patch delta 14 VcmZ3@y_$Q1BeS8N!A6&KRsbS11Tg>r delta 14 VcmZ3@y_$Q1BeQ{?$wrrSRsbSE1T+8u diff --git a/opensearch.html b/opensearch.html index 663ca4e..40d2f88 100644 --- a/opensearch.html +++ b/opensearch.html @@ -6,14 +6,14 @@ - OpenSearch and Grafana — parsedmarc 10.0.4 documentation + OpenSearch and Grafana — parsedmarc 10.1.0 documentation - + diff --git a/output.html b/output.html index 1b10c6f..708bf8e 100644 --- a/output.html +++ b/output.html @@ -6,14 +6,14 @@ - Sample outputs — parsedmarc 10.0.4 documentation + Sample outputs — parsedmarc 10.1.0 documentation - + diff --git a/py-modindex.html b/py-modindex.html index 2170789..589aaf6 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -5,14 +5,14 @@ - Python Module Index — parsedmarc 10.0.4 documentation + Python Module Index — parsedmarc 10.1.0 documentation - + diff --git a/search.html b/search.html index 5f6bc53..4642748 100644 --- a/search.html +++ b/search.html @@ -5,7 +5,7 @@ - Search — parsedmarc 10.0.4 documentation + Search — parsedmarc 10.1.0 documentation @@ -13,7 +13,7 @@ - + diff --git a/splunk.html b/splunk.html index f300a6a..e5c5300 100644 --- a/splunk.html +++ b/splunk.html @@ -6,14 +6,14 @@ - Splunk — parsedmarc 10.0.4 documentation + Splunk — parsedmarc 10.1.0 documentation - + diff --git a/usage.html b/usage.html index 5fdcff9..7d84ef8 100644 --- a/usage.html +++ b/usage.html @@ -6,14 +6,14 @@ - Using parsedmarc — parsedmarc 10.0.4 documentation + Using parsedmarc — parsedmarc 10.1.0 documentation - +