From 5ac412942d9a8b3d8e00b61b3ba08333cc7322c7 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 31 Aug 2020 16:33:01 -0400 Subject: [PATCH] 6.11.0 --- _modules/index.html | 36 +- _modules/parsedmarc.html | 45 +- _modules/parsedmarc/elastic.html | 40 +- _modules/parsedmarc/splunk.html | 36 +- _modules/parsedmarc/utils.html | 38 +- _static/basic.css | 141 +- _static/css/badge_only.css | 2 +- _static/css/fonts/Roboto-Slab-Bold.woff | Bin 0 -> 87624 bytes _static/css/fonts/Roboto-Slab-Bold.woff2 | Bin 0 -> 67312 bytes _static/css/fonts/Roboto-Slab-Regular.woff | Bin 0 -> 86288 bytes _static/css/fonts/Roboto-Slab-Regular.woff2 | Bin 0 -> 66444 bytes _static/css/fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes _static/css/fonts/fontawesome-webfont.svg | 2671 +++++ _static/css/fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes _static/css/fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes _static/css/fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes _static/css/fonts/lato-bold-italic.woff | Bin 0 -> 323344 bytes _static/css/fonts/lato-bold-italic.woff2 | Bin 0 -> 193308 bytes _static/css/fonts/lato-bold.woff | Bin 0 -> 309728 bytes _static/css/fonts/lato-bold.woff2 | Bin 0 -> 184912 bytes _static/css/fonts/lato-normal-italic.woff | Bin 0 -> 328412 bytes _static/css/fonts/lato-normal-italic.woff2 | Bin 0 -> 195704 bytes _static/css/fonts/lato-normal.woff | Bin 0 -> 309192 bytes _static/css/fonts/lato-normal.woff2 | Bin 0 -> 182708 bytes _static/css/theme.css | 6 +- _static/documentation_options.js | 2 +- _static/fonts/FontAwesome.otf | Bin 0 -> 134808 bytes _static/fonts/Roboto-Slab-Bold.woff | Bin 0 -> 87624 bytes _static/fonts/Roboto-Slab-Bold.woff2 | Bin 0 -> 67312 bytes _static/fonts/Roboto-Slab-Light.woff | Bin 0 -> 88600 bytes _static/fonts/Roboto-Slab-Light.woff2 | Bin 0 -> 67884 bytes _static/fonts/Roboto-Slab-Regular.woff | Bin 0 -> 86288 bytes _static/fonts/Roboto-Slab-Regular.woff2 | Bin 0 -> 66444 bytes _static/fonts/Roboto-Slab-Thin.woff | Bin 0 -> 87452 bytes _static/fonts/Roboto-Slab-Thin.woff2 | Bin 0 -> 66328 bytes _static/fonts/lato-bold-italic.woff | Bin 0 -> 323344 bytes _static/fonts/lato-bold-italic.woff2 | Bin 0 -> 193308 bytes _static/fonts/lato-bold.woff | Bin 0 -> 309728 bytes _static/fonts/lato-bold.woff2 | Bin 0 -> 184912 bytes _static/fonts/lato-normal-italic.woff | Bin 0 -> 328412 bytes _static/fonts/lato-normal-italic.woff2 | Bin 0 -> 195704 bytes _static/fonts/lato-normal.woff | Bin 0 -> 309192 bytes _static/fonts/lato-normal.woff2 | Bin 0 -> 182708 bytes _static/jquery-3.5.1.js | 10872 ++++++++++++++++++ _static/jquery.js | 4 +- _static/js/badge_only.js | 1 + _static/js/html5shiv-printshiv.min.js | 4 + _static/js/html5shiv.min.js | 4 + _static/js/theme.js | 4 +- _static/searchtools.js | 3 +- genindex.html | 37 +- index.html | 44 +- objects.inv | Bin 781 -> 781 bytes py-modindex.html | 36 +- search.html | 42 +- searchindex.js | 2 +- 56 files changed, 13899 insertions(+), 171 deletions(-) create mode 100644 _static/css/fonts/Roboto-Slab-Bold.woff create mode 100644 _static/css/fonts/Roboto-Slab-Bold.woff2 create mode 100644 _static/css/fonts/Roboto-Slab-Regular.woff create mode 100644 _static/css/fonts/Roboto-Slab-Regular.woff2 create mode 100644 _static/css/fonts/fontawesome-webfont.eot create mode 100644 _static/css/fonts/fontawesome-webfont.svg create mode 100644 _static/css/fonts/fontawesome-webfont.ttf create mode 100644 _static/css/fonts/fontawesome-webfont.woff create mode 100644 _static/css/fonts/fontawesome-webfont.woff2 create mode 100644 _static/css/fonts/lato-bold-italic.woff create mode 100644 _static/css/fonts/lato-bold-italic.woff2 create mode 100644 _static/css/fonts/lato-bold.woff create mode 100644 _static/css/fonts/lato-bold.woff2 create mode 100644 _static/css/fonts/lato-normal-italic.woff create mode 100644 _static/css/fonts/lato-normal-italic.woff2 create mode 100644 _static/css/fonts/lato-normal.woff create mode 100644 _static/css/fonts/lato-normal.woff2 create mode 100644 _static/fonts/FontAwesome.otf create mode 100644 _static/fonts/Roboto-Slab-Bold.woff create mode 100644 _static/fonts/Roboto-Slab-Bold.woff2 create mode 100644 _static/fonts/Roboto-Slab-Light.woff create mode 100644 _static/fonts/Roboto-Slab-Light.woff2 create mode 100644 _static/fonts/Roboto-Slab-Regular.woff create mode 100644 _static/fonts/Roboto-Slab-Regular.woff2 create mode 100644 _static/fonts/Roboto-Slab-Thin.woff create mode 100644 _static/fonts/Roboto-Slab-Thin.woff2 create mode 100644 _static/fonts/lato-bold-italic.woff create mode 100644 _static/fonts/lato-bold-italic.woff2 create mode 100644 _static/fonts/lato-bold.woff create mode 100644 _static/fonts/lato-bold.woff2 create mode 100644 _static/fonts/lato-normal-italic.woff create mode 100644 _static/fonts/lato-normal-italic.woff2 create mode 100644 _static/fonts/lato-normal.woff create mode 100644 _static/fonts/lato-normal.woff2 create mode 100644 _static/jquery-3.5.1.js create mode 100644 _static/js/badge_only.js create mode 100644 _static/js/html5shiv-printshiv.min.js create mode 100644 _static/js/html5shiv.min.js diff --git a/_modules/index.html b/_modules/index.html index 9c0b0f95..4b6b83bf 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -1,23 +1,28 @@ - - + - Overview: module code — parsedmarc 6.10.0 documentation + Overview: module code — parsedmarc 6.11.0 documentation + + + + - + @@ -29,10 +34,6 @@ - - - - @@ -48,7 +49,7 @@ - parsedmarc + parsedmarc @@ -58,7 +59,7 @@
- 6.10.0 + 6.11.0
@@ -75,6 +76,7 @@ + + @@ -125,7 +128,7 @@