This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/datasketches-python.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new be246e4 deploy: dc844b560103626b28cd75258d35006ad865e16f
be246e4 is described below
commit be246e44bf3163561a8c99a478a015ef8dd395ef
Author: jmalkin <[email protected]>
AuthorDate: Thu Dec 5 00:19:12 2024 +0000
deploy: dc844b560103626b28cd75258d35006ad865e16f
---
docs/main/.buildinfo | 4 +-
docs/main/_static/basic.css | 15 +-
docs/main/_static/css/badge_only.css | 2 +-
docs/main/_static/css/theme.css | 2 +-
docs/main/_static/doctools.js | 7 -
docs/main/_static/fonts/Lato/lato-bold.eot | Bin 0 -> 256056 bytes
docs/main/_static/fonts/Lato/lato-bold.ttf | Bin 0 -> 600856 bytes
docs/main/_static/fonts/Lato/lato-bold.woff | Bin 0 -> 309728 bytes
docs/main/_static/fonts/Lato/lato-bold.woff2 | Bin 0 -> 184912 bytes
docs/main/_static/fonts/Lato/lato-bolditalic.eot | Bin 0 -> 266158 bytes
docs/main/_static/fonts/Lato/lato-bolditalic.ttf | Bin 0 -> 622572 bytes
docs/main/_static/fonts/Lato/lato-bolditalic.woff | Bin 0 -> 323344 bytes
docs/main/_static/fonts/Lato/lato-bolditalic.woff2 | Bin 0 -> 193308 bytes
docs/main/_static/fonts/Lato/lato-italic.eot | Bin 0 -> 268604 bytes
docs/main/_static/fonts/Lato/lato-italic.ttf | Bin 0 -> 639388 bytes
docs/main/_static/fonts/Lato/lato-italic.woff | Bin 0 -> 328412 bytes
docs/main/_static/fonts/Lato/lato-italic.woff2 | Bin 0 -> 195704 bytes
docs/main/_static/fonts/Lato/lato-regular.eot | Bin 0 -> 253461 bytes
docs/main/_static/fonts/Lato/lato-regular.ttf | Bin 0 -> 607720 bytes
docs/main/_static/fonts/Lato/lato-regular.woff | Bin 0 -> 309192 bytes
docs/main/_static/fonts/Lato/lato-regular.woff2 | Bin 0 -> 182708 bytes
.../fonts/RobotoSlab/roboto-slab-v7-bold.eot | Bin 0 -> 79520 bytes
.../fonts/RobotoSlab/roboto-slab-v7-bold.ttf | Bin 0 -> 170616 bytes
.../fonts/RobotoSlab/roboto-slab-v7-bold.woff | Bin 0 -> 87624 bytes
.../fonts/RobotoSlab/roboto-slab-v7-bold.woff2 | Bin 0 -> 67312 bytes
.../fonts/RobotoSlab/roboto-slab-v7-regular.eot | Bin 0 -> 78331 bytes
.../fonts/RobotoSlab/roboto-slab-v7-regular.ttf | Bin 0 -> 169064 bytes
.../fonts/RobotoSlab/roboto-slab-v7-regular.woff | Bin 0 -> 86288 bytes
.../fonts/RobotoSlab/roboto-slab-v7-regular.woff2 | Bin 0 -> 66444 bytes
docs/main/_static/js/html5shiv-printshiv.min.js | 4 -
docs/main/_static/js/html5shiv.min.js | 4 -
docs/main/_static/js/versions.js | 228 +++++++++++++++++++++
docs/main/_static/language_data.js | 7 -
docs/main/_static/searchtools.js | 38 ++--
docs/main/distinct_counting/cpc.html | 18 +-
docs/main/distinct_counting/hyper_log_log.html | 18 +-
docs/main/distinct_counting/index.html | 18 +-
docs/main/distinct_counting/theta.html | 18 +-
docs/main/distinct_counting/tuple.html | 18 +-
docs/main/frequency/count_min_sketch.html | 20 +-
docs/main/frequency/frequent_items.html | 20 +-
docs/main/frequency/index.html | 20 +-
docs/main/genindex.html | 18 +-
docs/main/helper/index.html | 18 +-
docs/main/helper/jaccard.html | 18 +-
docs/main/helper/kernel.html | 18 +-
docs/main/helper/ks_test.html | 18 +-
docs/main/helper/serde.html | 18 +-
docs/main/helper/tuple_policy.html | 18 +-
docs/main/index.html | 20 +-
docs/main/quantiles/index.html | 18 +-
docs/main/quantiles/kll.html | 18 +-
docs/main/quantiles/quantiles_depr.html | 18 +-
docs/main/quantiles/req.html | 18 +-
docs/main/sampling/ebpps.html | 18 +-
docs/main/sampling/index.html | 18 +-
docs/main/sampling/varopt.html | 18 +-
docs/main/search.html | 18 +-
docs/main/searchindex.js | 2 +-
docs/main/vector/density_sketch.html | 18 +-
docs/main/vector/index.html | 18 +-
61 files changed, 472 insertions(+), 317 deletions(-)
diff --git a/docs/main/.buildinfo b/docs/main/.buildinfo
index 47b90a0..d6ebb96 100644
--- a/docs/main/.buildinfo
+++ b/docs/main/.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: d77903253d7c793246700a3d942e402e
+# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
+config: 86d4b171ba47c51d1a3d7f924e02560f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/main/_static/basic.css b/docs/main/_static/basic.css
index f316efc..7ebbd6d 100644
--- a/docs/main/_static/basic.css
+++ b/docs/main/_static/basic.css
@@ -1,12 +1,5 @@
/*
- * basic.css
- * ~~~~~~~~~
- *
* Sphinx stylesheet -- basic theme.
- *
- * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
*/
/* -- main layout -----------------------------------------------------------
*/
@@ -115,15 +108,11 @@ img {
/* -- search page -----------------------------------------------------------
*/
ul.search {
- margin: 10px 0 0 20px;
- padding: 0;
+ margin-top: 10px;
}
ul.search li {
- padding: 5px 0 5px 20px;
- background-image: url(file.png);
- background-repeat: no-repeat;
- background-position: 0 7px;
+ padding: 5px 0;
}
ul.search li a {
diff --git a/docs/main/_static/css/badge_only.css
b/docs/main/_static/css/badge_only.css
index c718cee..88ba55b 100644
--- a/docs/main/_static/css/badge_only.css
+++ b/docs/main/_static/css/badge_only.css
@@ -1 +1 @@
-.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix)
format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e)
format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad)
format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f28 [...]
\ No newline at end of file
+.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix)
format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e)
format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad)
format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f28 [...]
\ No newline at end of file
diff --git a/docs/main/_static/css/theme.css b/docs/main/_static/css/theme.css
index 19a446a..0f14f10 100644
--- a/docs/main/_static/css/theme.css
+++ b/docs/main/_static/css/theme.css
@@ -1,4 +1,4 @@
html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden],audio:not([controls]){display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px
dotted [...]
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT
License)
-
*/@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0)
format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e)
format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad)
format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9)
format("truetype"),url(fonts/ [...]
\ No newline at end of file
+
*/@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0)
format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e)
format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad)
format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9)
format("truetype"),url(fonts/ [...]
\ No newline at end of file
diff --git a/docs/main/_static/doctools.js b/docs/main/_static/doctools.js
index 4d67807..0398ebb 100644
--- a/docs/main/_static/doctools.js
+++ b/docs/main/_static/doctools.js
@@ -1,12 +1,5 @@
/*
- * doctools.js
- * ~~~~~~~~~~~
- *
* Base JavaScript utilities for all Sphinx HTML documentation.
- *
- * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
*/
"use strict";
diff --git a/docs/main/_static/fonts/Lato/lato-bold.eot
b/docs/main/_static/fonts/Lato/lato-bold.eot
new file mode 100644
index 0000000..3361183
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-bold.eot differ
diff --git a/docs/main/_static/fonts/Lato/lato-bold.ttf
b/docs/main/_static/fonts/Lato/lato-bold.ttf
new file mode 100644
index 0000000..29f691d
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-bold.ttf differ
diff --git a/docs/main/_static/fonts/Lato/lato-bold.woff
b/docs/main/_static/fonts/Lato/lato-bold.woff
new file mode 100644
index 0000000..c6dff51
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-bold.woff differ
diff --git a/docs/main/_static/fonts/Lato/lato-bold.woff2
b/docs/main/_static/fonts/Lato/lato-bold.woff2
new file mode 100644
index 0000000..bb19504
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-bold.woff2 differ
diff --git a/docs/main/_static/fonts/Lato/lato-bolditalic.eot
b/docs/main/_static/fonts/Lato/lato-bolditalic.eot
new file mode 100644
index 0000000..3d41549
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-bolditalic.eot
differ
diff --git a/docs/main/_static/fonts/Lato/lato-bolditalic.ttf
b/docs/main/_static/fonts/Lato/lato-bolditalic.ttf
new file mode 100644
index 0000000..f402040
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-bolditalic.ttf
differ
diff --git a/docs/main/_static/fonts/Lato/lato-bolditalic.woff
b/docs/main/_static/fonts/Lato/lato-bolditalic.woff
new file mode 100644
index 0000000..88ad05b
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-bolditalic.woff
differ
diff --git a/docs/main/_static/fonts/Lato/lato-bolditalic.woff2
b/docs/main/_static/fonts/Lato/lato-bolditalic.woff2
new file mode 100644
index 0000000..c4e3d80
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-bolditalic.woff2
differ
diff --git a/docs/main/_static/fonts/Lato/lato-italic.eot
b/docs/main/_static/fonts/Lato/lato-italic.eot
new file mode 100644
index 0000000..3f82642
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-italic.eot differ
diff --git a/docs/main/_static/fonts/Lato/lato-italic.ttf
b/docs/main/_static/fonts/Lato/lato-italic.ttf
new file mode 100644
index 0000000..b4bfc9b
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-italic.ttf differ
diff --git a/docs/main/_static/fonts/Lato/lato-italic.woff
b/docs/main/_static/fonts/Lato/lato-italic.woff
new file mode 100644
index 0000000..76114bc
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-italic.woff
differ
diff --git a/docs/main/_static/fonts/Lato/lato-italic.woff2
b/docs/main/_static/fonts/Lato/lato-italic.woff2
new file mode 100644
index 0000000..3404f37
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-italic.woff2
differ
diff --git a/docs/main/_static/fonts/Lato/lato-regular.eot
b/docs/main/_static/fonts/Lato/lato-regular.eot
new file mode 100644
index 0000000..11e3f2a
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-regular.eot
differ
diff --git a/docs/main/_static/fonts/Lato/lato-regular.ttf
b/docs/main/_static/fonts/Lato/lato-regular.ttf
new file mode 100644
index 0000000..74decd9
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-regular.ttf
differ
diff --git a/docs/main/_static/fonts/Lato/lato-regular.woff
b/docs/main/_static/fonts/Lato/lato-regular.woff
new file mode 100644
index 0000000..ae1307f
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-regular.woff
differ
diff --git a/docs/main/_static/fonts/Lato/lato-regular.woff2
b/docs/main/_static/fonts/Lato/lato-regular.woff2
new file mode 100644
index 0000000..3bf9843
Binary files /dev/null and b/docs/main/_static/fonts/Lato/lato-regular.woff2
differ
diff --git a/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
new file mode 100644
index 0000000..79dc8ef
Binary files /dev/null and
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot differ
diff --git a/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
new file mode 100644
index 0000000..df5d1df
Binary files /dev/null and
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf differ
diff --git a/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
new file mode 100644
index 0000000..6cb6000
Binary files /dev/null and
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff differ
diff --git a/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
new file mode 100644
index 0000000..7059e23
Binary files /dev/null and
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 differ
diff --git a/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
new file mode 100644
index 0000000..2f7ca78
Binary files /dev/null and
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot differ
diff --git a/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
new file mode 100644
index 0000000..eb52a79
Binary files /dev/null and
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf differ
diff --git a/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
new file mode 100644
index 0000000..f815f63
Binary files /dev/null and
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff differ
diff --git a/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
new file mode 100644
index 0000000..f2c76e5
Binary files /dev/null and
b/docs/main/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 differ
diff --git a/docs/main/_static/js/html5shiv-printshiv.min.js
b/docs/main/_static/js/html5shiv-printshiv.min.js
deleted file mode 100644
index 2b43bd0..0000000
--- a/docs/main/_static/js/html5shiv-printshiv.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/**
-* @preserve HTML5 Shiv 3.7.3-pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2
Licensed
-*/
-!function(a,b){function c(a,b){var
c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return
c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function
d(){var a=y.elements;return"string"==typeof a?a.split(" "):a}function
e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof
a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];return
b||(b={},w++,a[v]=w,x[w]=b),b}function g(a,c,d){if(c||(c=b),q [...]
\ No newline at end of file
diff --git a/docs/main/_static/js/html5shiv.min.js
b/docs/main/_static/js/html5shiv.min.js
deleted file mode 100644
index cd1c674..0000000
--- a/docs/main/_static/js/html5shiv.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/**
-* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2
Licensed
-*/
-!function(a,b){function c(a,b){var
c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return
c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function
d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function
e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof
a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return
b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l [...]
\ No newline at end of file
diff --git a/docs/main/_static/js/versions.js b/docs/main/_static/js/versions.js
new file mode 100644
index 0000000..4958195
--- /dev/null
+++ b/docs/main/_static/js/versions.js
@@ -0,0 +1,228 @@
+const themeFlyoutDisplay = "hidden";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
+
+if (themeFlyoutDisplay === "attached") {
+ function renderLanguages(config) {
+ if (!config.projects.translations.length) {
+ return "";
+ }
+
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
+ const languagesHTML = `
+ <dl>
+ <dt>Languages</dt>
+ ${languages
+ .map(
+ (translation) => `
+ <dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
+ <a
href="${translation.urls.documentation}">${translation.language.code}</a>
+ </dd>
+ `,
+ )
+ .join("\n")}
+ </dl>
+ `;
+ return languagesHTML;
+ }
+
+ function renderVersions(config) {
+ if (!config.versions.active.length) {
+ return "";
+ }
+ const versionsHTML = `
+ <dl>
+ <dt>Versions</dt>
+ ${config.versions.active
+ .map(
+ (version) => `
+ <dd ${version.slug === config.versions.current.slug ?
'class="rtd-current-item"' : ""}>
+ <a href="${version.urls.documentation}">${version.slug}</a>
+ </dd>
+ `,
+ )
+ .join("\n")}
+ </dl>
+ `;
+ return versionsHTML;
+ }
+
+ function renderDownloads(config) {
+ if (!Object.keys(config.versions.current.downloads).length) {
+ return "";
+ }
+ const downloadsNameDisplay = {
+ pdf: "PDF",
+ epub: "Epub",
+ htmlzip: "HTML",
+ };
+
+ const downloadsHTML = `
+ <dl>
+ <dt>Downloads</dt>
+ ${Object.entries(config.versions.current.downloads)
+ .map(
+ ([name, url]) => `
+ <dd>
+ <a href="${url}">${downloadsNameDisplay[name]}</a>
+ </dd>
+ `,
+ )
+ .join("\n")}
+ </dl>
+ `;
+ return downloadsHTML;
+ }
+
+ document.addEventListener("readthedocs-addons-data-ready", function (event) {
+ const config = event.detail.data();
+
+ const flyout = `
+ <div class="rst-versions" data-toggle="rst-versions" role="note">
+ <span class="rst-current-version" data-toggle="rst-current-version">
+ <span class="fa fa-book"> Read the Docs</span>
+ v: ${config.versions.current.slug}
+ <span class="fa fa-caret-down"></span>
+ </span>
+ <div class="rst-other-versions">
+ <div class="injected">
+ ${renderLanguages(config)}
+ ${renderVersions(config)}
+ ${renderDownloads(config)}
+ <dl>
+ <dt>On Read the Docs</dt>
+ <dd>
+ <a href="${config.projects.current.urls.home}">Project Home</a>
+ </dd>
+ <dd>
+ <a href="${config.projects.current.urls.builds}">Builds</a>
+ </dd>
+ <dd>
+ <a
href="${config.projects.current.urls.downloads}">Downloads</a>
+ </dd>
+ </dl>
+ <dl>
+ <dt>Search</dt>
+ <dd>
+ <form id="flyout-search-form">
+ <input
+ class="wy-form"
+ type="text"
+ name="q"
+ aria-label="Search docs"
+ placeholder="Search docs"
+ />
+ </form>
+ </dd>
+ </dl>
+ <hr />
+ <small>
+ <span>Hosted by <a
href="https://about.readthedocs.org/?utm_source=&utm_content=flyout">Read the
Docs</a></span>
+ </small>
+ </div>
+ </div>
+ `;
+
+ // Inject the generated flyout into the body HTML element.
+ document.body.insertAdjacentHTML("beforeend", flyout);
+
+ // Trigger the Read the Docs Addons Search modal when clicking on the
"Search docs" input from inside the flyout.
+ document
+ .querySelector("#flyout-search-form")
+ .addEventListener("focusin", () => {
+ const event = new CustomEvent("readthedocs-search-show");
+ document.dispatchEvent(event);
+ });
+ })
+}
+
+if (themeLanguageSelector || themeVersionSelector) {
+ function onSelectorSwitch(event) {
+ const option = event.target.selectedIndex;
+ const item = event.target.options[option];
+ window.location.href = item.dataset.url;
+ }
+
+ document.addEventListener("readthedocs-addons-data-ready", function (event) {
+ const config = event.detail.data();
+
+ const versionSwitch = document.querySelector(
+ "div.switch-menus > div.version-switch",
+ );
+ if (themeVersionSelector) {
+ let versions = config.versions.active;
+ if (config.versions.current.hidden || config.versions.current.type ===
"external") {
+ versions.unshift(config.versions.current);
+ }
+ const versionSelect = `
+ <select>
+ ${versions
+ .map(
+ (version) => `
+ <option
+ value="${version.slug}"
+ ${config.versions.current.slug === version.slug ? 'selected="selected"' : ""}
+ data-url="${version.urls.documentation}">
+ ${version.slug}
+ </option>`,
+ )
+ .join("\n")}
+ </select>
+ `;
+
+ versionSwitch.innerHTML = versionSelect;
+ versionSwitch.firstElementChild.addEventListener("change",
onSelectorSwitch);
+ }
+
+ const languageSwitch = document.querySelector(
+ "div.switch-menus > div.language-switch",
+ );
+
+ if (themeLanguageSelector) {
+ if (config.projects.translations.length) {
+ // Add the current language to the options on the selector
+ let languages = config.projects.translations.concat(
+ config.projects.current,
+ );
+ languages = languages.sort((a, b) =>
+ a.language.name.localeCompare(b.language.name),
+ );
+
+ const languageSelect = `
+ <select>
+ ${languages
+ .map(
+ (language) => `
+ <option
+ value="${language.language.code}"
+ ${config.projects.current.slug === language.slug ?
'selected="selected"' : ""}
+ data-url="${language.urls.documentation}">
+ ${language.language.name}
+ </option>`,
+ )
+ .join("\n")}
+ </select>
+ `;
+
+ languageSwitch.innerHTML = languageSelect;
+ languageSwitch.firstElementChild.addEventListener("change",
onSelectorSwitch);
+ }
+ else {
+ languageSwitch.remove();
+ }
+ }
+ });
+}
+
+document.addEventListener("readthedocs-addons-data-ready", function (event) {
+ // Trigger the Read the Docs Addons Search modal when clicking on "Search
docs" input from the topnav.
+ document
+ .querySelector("[role='search'] input")
+ .addEventListener("focusin", () => {
+ const event = new CustomEvent("readthedocs-search-show");
+ document.dispatchEvent(event);
+ });
+});
\ No newline at end of file
diff --git a/docs/main/_static/language_data.js
b/docs/main/_static/language_data.js
index 367b8ed..c7fe6c6 100644
--- a/docs/main/_static/language_data.js
+++ b/docs/main/_static/language_data.js
@@ -1,13 +1,6 @@
/*
- * language_data.js
- * ~~~~~~~~~~~~~~~~
- *
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
- *
- * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
*/
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for",
"if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such",
"that", "the", "their", "then", "there", "these", "they", "this", "to", "was",
"will", "with"];
diff --git a/docs/main/_static/searchtools.js b/docs/main/_static/searchtools.js
index b08d58c..2c774d1 100644
--- a/docs/main/_static/searchtools.js
+++ b/docs/main/_static/searchtools.js
@@ -1,12 +1,5 @@
/*
- * searchtools.js
- * ~~~~~~~~~~~~~~~~
- *
* Sphinx JavaScript utilities for the full-text search.
- *
- * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
*/
"use strict";
@@ -20,7 +13,7 @@ if (typeof Scorer === "undefined") {
// and returns the new score.
/*
score: result => {
- const [docname, title, anchor, descr, score, filename] = result
+ const [docname, title, anchor, descr, score, filename, kind] = result
return score
},
*/
@@ -47,6 +40,14 @@ if (typeof Scorer === "undefined") {
};
}
+// Global search result kind enum, used by themes to style search results.
+class SearchResultKind {
+ static get index() { return "index"; }
+ static get object() { return "object"; }
+ static get text() { return "text"; }
+ static get title() { return "title"; }
+}
+
const _removeChildren = (element) => {
while (element && element.lastChild) element.removeChild(element.lastChild);
};
@@ -64,9 +65,13 @@ const _displayItem = (item, searchTerms, highlightTerms) => {
const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY;
const contentRoot = document.documentElement.dataset.content_root;
- const [docName, title, anchor, descr, score, _filename] = item;
+ const [docName, title, anchor, descr, score, _filename, kind] = item;
let listItem = document.createElement("li");
+ // Add a class representing the item's type:
+ // can be used by a theme's CSS selector for styling
+ // See SearchResultKind for the class names.
+ listItem.classList.add(`kind-${kind}`);
let requestUrl;
let linkUrl;
if (docBuilder === "dirhtml") {
@@ -115,8 +120,10 @@ const _finishSearch = (resultCount) => {
"Your search did not match any documents. Please make sure that all
words are spelled correctly and that you've selected enough categories."
);
else
- Search.status.innerText = _(
- "Search finished, found ${resultCount} page(s) matching the search
query."
+ Search.status.innerText = Documentation.ngettext(
+ "Search finished, found one page matching the search query.",
+ "Search finished, found ${resultCount} pages matching the search query.",
+ resultCount,
).replace('${resultCount}', resultCount);
};
const _displayNextItem = (
@@ -138,7 +145,7 @@ const _displayNextItem = (
else _finishSearch(resultCount);
};
// Helper function used by query() to order search results.
-// Each input is an array of [docname, title, anchor, descr, score, filename].
+// Each input is an array of [docname, title, anchor, descr, score, filename,
kind].
// Order the results by score (in opposite order of appearance, since the
// `_displayNextItem` function uses pop() to retrieve items) and then
alphabetically.
const _orderResultsByScoreThenName = (a, b) => {
@@ -248,6 +255,7 @@ const Search = {
searchSummary.classList.add("search-summary");
searchSummary.innerText = "";
const searchList = document.createElement("ul");
+ searchList.setAttribute("role", "list");
searchList.classList.add("search");
const out = document.getElementById("search-results");
@@ -318,7 +326,7 @@ const Search = {
const indexEntries = Search._index.indexentries;
// Collect multiple result groups to be sorted separately and then ordered.
- // Each is an array of [docname, title, anchor, descr, score, filename].
+ // Each is an array of [docname, title, anchor, descr, score, filename,
kind].
const normalResults = [];
const nonMainIndexResults = [];
@@ -337,6 +345,7 @@ const Search = {
null,
score + boost,
filenames[file],
+ SearchResultKind.title,
]);
}
}
@@ -354,6 +363,7 @@ const Search = {
null,
score,
filenames[file],
+ SearchResultKind.index,
];
if (isMain) {
normalResults.push(result);
@@ -475,6 +485,7 @@ const Search = {
descr,
score,
filenames[match[0]],
+ SearchResultKind.object,
]);
};
Object.keys(objects).forEach((prefix) =>
@@ -585,6 +596,7 @@ const Search = {
null,
score,
filenames[file],
+ SearchResultKind.text,
]);
}
return results;
diff --git a/docs/main/distinct_counting/cpc.html
b/docs/main/distinct_counting/cpc.html
index 6b7c53e..1b755f3 100644
--- a/docs/main/distinct_counting/cpc.html
+++ b/docs/main/distinct_counting/cpc.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Compressed Probabilistic Counting (CPC) — datasketches 0.1
documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/distinct_counting/hyper_log_log.html
b/docs/main/distinct_counting/hyper_log_log.html
index fb30ff6..515e5d0 100644
--- a/docs/main/distinct_counting/hyper_log_log.html
+++ b/docs/main/distinct_counting/hyper_log_log.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HyperLogLog (HLL) — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/distinct_counting/index.html
b/docs/main/distinct_counting/index.html
index e75799a..759fa8b 100644
--- a/docs/main/distinct_counting/index.html
+++ b/docs/main/distinct_counting/index.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Distinct Counting — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/distinct_counting/theta.html
b/docs/main/distinct_counting/theta.html
index ed83d93..2869114 100644
--- a/docs/main/distinct_counting/theta.html
+++ b/docs/main/distinct_counting/theta.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Theta Sketch — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/distinct_counting/tuple.html
b/docs/main/distinct_counting/tuple.html
index ce19e79..3c060fe 100644
--- a/docs/main/distinct_counting/tuple.html
+++ b/docs/main/distinct_counting/tuple.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tuple Sketch — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/frequency/count_min_sketch.html
b/docs/main/frequency/count_min_sketch.html
index c6a8e36..8f7f51d 100644
--- a/docs/main/frequency/count_min_sketch.html
+++ b/docs/main/frequency/count_min_sketch.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,19 +8,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CountMin Sketch — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
- <script async="async"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script async="async"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/frequency/frequent_items.html
b/docs/main/frequency/frequent_items.html
index 5cd5d1b..fd61d83 100644
--- a/docs/main/frequency/frequent_items.html
+++ b/docs/main/frequency/frequent_items.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,19 +8,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Frequent Items — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
- <script async="async"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script async="async"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/frequency/index.html b/docs/main/frequency/index.html
index 99bd3d3..0f2d425 100644
--- a/docs/main/frequency/index.html
+++ b/docs/main/frequency/index.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,19 +8,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Frequency Sketches — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
- <script async="async"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script async="async"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/genindex.html b/docs/main/genindex.html
index 89991cb..ade0a89 100644
--- a/docs/main/genindex.html
+++ b/docs/main/genindex.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="./">
<head>
@@ -5,18 +7,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="_static/jquery.js?v=5d32c60e"></script>
- <script
src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="_static/documentation_options.js?v=2709fde1"></script>
- <script src="_static/doctools.js?v=9a2dae69"></script>
- <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="_static/jquery.js?v=5d32c60e"></script>
+ <script
src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="_static/documentation_options.js?v=2709fde1"></script>
+ <script src="_static/doctools.js?v=9bcbadda"></script>
+ <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
diff --git a/docs/main/helper/index.html b/docs/main/helper/index.html
index d977f1e..70a0b1a 100644
--- a/docs/main/helper/index.html
+++ b/docs/main/helper/index.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Helper Classes — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/helper/jaccard.html b/docs/main/helper/jaccard.html
index b66dbf0..35b7d22 100644
--- a/docs/main/helper/jaccard.html
+++ b/docs/main/helper/jaccard.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jaccard Similarity — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/helper/kernel.html b/docs/main/helper/kernel.html
index a2a6117..dd69805 100644
--- a/docs/main/helper/kernel.html
+++ b/docs/main/helper/kernel.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kernel Function — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/helper/ks_test.html b/docs/main/helper/ks_test.html
index 721be0a..32cda6d 100644
--- a/docs/main/helper/ks_test.html
+++ b/docs/main/helper/ks_test.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kolmogorov-Smirnov Test — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/helper/serde.html b/docs/main/helper/serde.html
index a4ed73d..5820b42 100644
--- a/docs/main/helper/serde.html
+++ b/docs/main/helper/serde.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Serialize/Deserialize (SerDe) — datasketches 0.1
documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/helper/tuple_policy.html
b/docs/main/helper/tuple_policy.html
index 7aec98f..81ccdd3 100644
--- a/docs/main/helper/tuple_policy.html
+++ b/docs/main/helper/tuple_policy.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tuple Policy — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/index.html b/docs/main/index.html
index e2ba4b9..a95e41a 100644
--- a/docs/main/index.html
+++ b/docs/main/index.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="./">
<head>
@@ -6,19 +8,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Apache DataSketches — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="_static/jquery.js?v=5d32c60e"></script>
- <script
src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="_static/documentation_options.js?v=2709fde1"></script>
- <script src="_static/doctools.js?v=9a2dae69"></script>
- <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
- <script async="async"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
+ <script src="_static/jquery.js?v=5d32c60e"></script>
+ <script
src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="_static/documentation_options.js?v=2709fde1"></script>
+ <script src="_static/doctools.js?v=9bcbadda"></script>
+ <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script async="async"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
diff --git a/docs/main/quantiles/index.html b/docs/main/quantiles/index.html
index 184ed4d..be6fdc8 100644
--- a/docs/main/quantiles/index.html
+++ b/docs/main/quantiles/index.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quantiles Sketches — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/quantiles/kll.html b/docs/main/quantiles/kll.html
index 0dc2a14..66e5bb6 100644
--- a/docs/main/quantiles/kll.html
+++ b/docs/main/quantiles/kll.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KLL Sketch — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/quantiles/quantiles_depr.html
b/docs/main/quantiles/quantiles_depr.html
index e63e917..774cfa1 100644
--- a/docs/main/quantiles/quantiles_depr.html
+++ b/docs/main/quantiles/quantiles_depr.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quantiles Sketch (Deprecated) — datasketches 0.1
documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/quantiles/req.html b/docs/main/quantiles/req.html
index 7ece205..ca04c6c 100644
--- a/docs/main/quantiles/req.html
+++ b/docs/main/quantiles/req.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Relative Error Quantiles (REQ) Sketch — datasketches 0.1
documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/sampling/ebpps.html b/docs/main/sampling/ebpps.html
index 07b9718..b8540b7 100644
--- a/docs/main/sampling/ebpps.html
+++ b/docs/main/sampling/ebpps.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exact and Bounded, Probabilitiy Proportional to Size (EBPPS) Sampling
— datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/sampling/index.html b/docs/main/sampling/index.html
index 7cc2cb5..9897f1c 100644
--- a/docs/main/sampling/index.html
+++ b/docs/main/sampling/index.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Random Sampling Sketches — datasketches 0.1
documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/sampling/varopt.html b/docs/main/sampling/varopt.html
index 1b3889f..53afc9e 100644
--- a/docs/main/sampling/varopt.html
+++ b/docs/main/sampling/varopt.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Variance Optimal Sampling (VarOpt) — datasketches 0.1
documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/search.html b/docs/main/search.html
index 2103133..46fb1b6 100644
--- a/docs/main/search.html
+++ b/docs/main/search.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="./">
<head>
@@ -5,19 +7,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="_static/jquery.js?v=5d32c60e"></script>
- <script
src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="_static/documentation_options.js?v=2709fde1"></script>
- <script src="_static/doctools.js?v=9a2dae69"></script>
- <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="_static/jquery.js?v=5d32c60e"></script>
+ <script
src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="_static/documentation_options.js?v=2709fde1"></script>
+ <script src="_static/doctools.js?v=9bcbadda"></script>
+ <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
<script src="_static/searchtools.js"></script>
<script src="_static/language_data.js"></script>
diff --git a/docs/main/searchindex.js b/docs/main/searchindex.js
index f00a580..8efec65 100644
--- a/docs/main/searchindex.js
+++ b/docs/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"Apache DataSketches": [[14, null]],
"Compressed Probabilistic Counting (CPC)": [[0, null]], "CountMin Sketch": [[5,
null]], "Counting Distincts": [[14, "counting-distincts"]], "Density Sketch":
[[22, null]], "Distinct Counting": [[2, null]], "Exact and Bounded,
Probabilitiy Proportional to Size (EBPPS) Sampling": [[19, null]], "Frequency
Sketches": [[7, null], [14, "frequency-sketches"]], "Frequent Items": [[6,
null]], "Helper Classes": [[8, null], [14, "h [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"Apache DataSketches": [[14, null]],
"Compressed Probabilistic Counting (CPC)": [[0, null]], "CountMin Sketch": [[5,
null]], "Counting Distincts": [[14, "counting-distincts"]], "Density Sketch":
[[22, null]], "Distinct Counting": [[2, null]], "Exact and Bounded,
Probabilitiy Proportional to Size (EBPPS) Sampling": [[19, null]], "Frequency
Sketches": [[7, null], [14, "frequency-sketches"]], "Frequent Items": [[6,
null]], "Helper Classes": [[8, null], [14, "h [...]
\ No newline at end of file
diff --git a/docs/main/vector/density_sketch.html
b/docs/main/vector/density_sketch.html
index 51b650b..aa3d6f2 100644
--- a/docs/main/vector/density_sketch.html
+++ b/docs/main/vector/density_sketch.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Density Sketch — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
diff --git a/docs/main/vector/index.html b/docs/main/vector/index.html
index 808fefd..e3e7fc3 100644
--- a/docs/main/vector/index.html
+++ b/docs/main/vector/index.html
@@ -1,3 +1,5 @@
+
+
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
@@ -6,18 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vector Sketches — datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css"
href="../_static/pygments.css?v=80d5e7a1" />
- <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=19f00094" />
+ <link rel="stylesheet" type="text/css"
href="../_static/css/theme.css?v=e59714d7" />
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=2709fde1"></script>
- <script src="../_static/doctools.js?v=9a2dae69"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
+ <script src="../_static/jquery.js?v=5d32c60e"></script>
+ <script
src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
+ <script src="../_static/documentation_options.js?v=2709fde1"></script>
+ <script src="../_static/doctools.js?v=9bcbadda"></script>
+ <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]