This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4eecf2ce Automatic Site Publish by Buildbot
4eecf2ce is described below

commit 4eecf2ce4e03a360cf043a63724bc101568176f1
Author: buildbot <[email protected]>
AuthorDate: Mon Jul 10 16:57:29 2023 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/Architecture/Components.html                      | 1 +
 output/docs/Architecture/Concurrency.html                     | 1 +
 output/docs/Architecture/KeyFeatures.html                     | 1 +
 output/docs/Architecture/LargeScale.html                      | 1 +
 output/docs/Architecture/MajorSketchFamilies.html             | 1 +
 output/docs/Architecture/OrderSensitivity.html                | 1 +
 output/docs/Architecture/RunningCharacterizationRemotely.html | 1 +
 output/docs/Architecture/SketchCriteria.html                  | 1 +
 output/docs/Architecture/SketchFeaturesMatrix.html            | 1 +
 output/docs/Architecture/SketchesByComponent.html             | 1 +
 output/docs/Background/Presentations.html                     | 1 +
 output/docs/Background/SketchElements.html                    | 1 +
 output/docs/Background/SketchOrigins.html                     | 1 +
 output/docs/Background/TheChallenge.html                      | 1 +
 output/docs/CPC/CPC.html                                      | 1 +
 output/docs/CPC/CpcCppExample.html                            | 1 +
 output/docs/CPC/CpcHiveExample.html                           | 1 +
 output/docs/CPC/CpcJavaExample.html                           | 1 +
 output/docs/CPC/CpcPerformance.html                           | 1 +
 output/docs/CPC/CpcPigExample.html                            | 1 +
 output/docs/Community/Downloads.html                          | 1 +
 output/docs/Community/NewCommitterProcess.html                | 1 +
 output/docs/Community/ReleaseProcessForCppComponents.html     | 1 +
 output/docs/Community/ReleaseProcessForJavaComponents.html    | 1 +
 output/docs/Community/Research.html                           | 1 +
 output/docs/Community/Transitioning.html                      | 1 +
 output/docs/Community/WhoUses.html                            | 1 +
 output/docs/Community/index.html                              | 1 +
 output/docs/DistinctCountFeaturesMatrix.html                  | 1 +
 output/docs/DistinctCountMeritComparisons.html                | 1 +
 output/docs/Frequency/FrequencySketchesOverview.html          | 1 +
 output/docs/Frequency/FrequentDistinctTuplesSketch.html       | 1 +
 output/docs/Frequency/FrequentItemsCppExample.html            | 1 +
 output/docs/Frequency/FrequentItemsErrorTable.html            | 1 +
 output/docs/Frequency/FrequentItemsHiveUDFs.html              | 1 +
 output/docs/Frequency/FrequentItemsJavaExample.html           | 1 +
 output/docs/Frequency/FrequentItemsOverview.html              | 1 +
 output/docs/Frequency/FrequentItemsPerformance.html           | 1 +
 output/docs/Frequency/FrequentItemsPigUDFs.html               | 1 +
 output/docs/Frequency/FrequentItemsReferences.html            | 1 +
 output/docs/Governance/ChairResponsibilities.html             | 1 +
 output/docs/Graduation/GraduationCheckList.html               | 1 +
 output/docs/Graduation/Maturity.html                          | 1 +
 output/docs/Graduation/Resolution.html                        | 1 +
 output/docs/HLL/HLL.html                                      | 1 +
 output/docs/HLL/HllCppExample.html                            | 1 +
 output/docs/HLL/HllHiveUDFs.html                              | 1 +
 output/docs/HLL/HllJavaExample.html                           | 1 +
 output/docs/HLL/HllMap.html                                   | 1 +
 output/docs/HLL/HllPerformance.html                           | 1 +
 output/docs/HLL/HllPigUDFs.html                               | 1 +
 output/docs/HLL/HllSketchVsDruidHyperLogLogCollector.html     | 1 +
 output/docs/HLL/Hll_vs_CS_Hllpp.html                          | 1 +
 output/docs/HLL/Hll_vs_G_Hllpp.html                           | 1 +
 output/docs/KLL/KLLAccuracyAndSize.html                       | 1 +
 output/docs/KLL/KLLCppExample.html                            | 1 +
 output/docs/KLL/KLLSketch.html                                | 1 +
 output/docs/Memory/MemoryComponent.html                       | 1 +
 output/docs/Memory/MemoryPerformance.html                     | 1 +
 output/docs/Quantiles/OrigQuantilesSketch.html                | 1 +
 output/docs/Quantiles/QuantilesHiveUDFs.html                  | 1 +
 output/docs/Quantiles/QuantilesJavaExample.html               | 1 +
 output/docs/Quantiles/QuantilesOverview.html                  | 1 +
 output/docs/Quantiles/QuantilesPigUDFs.html                   | 1 +
 output/docs/Quantiles/QuantilesReferences.html                | 1 +
 output/docs/Quantiles/QuantilesSketchOverview.html            | 1 +
 output/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html | 1 +
 output/docs/QuantilesStudies/DruidApproxHistogramStudy.html   | 1 +
 output/docs/QuantilesStudies/ExactQuantiles.html              | 1 +
 output/docs/QuantilesStudies/KllSketchVsTDigest.html          | 1 +
 output/docs/QuantilesStudies/MomentsSketchStudy.html          | 1 +
 output/docs/QuantilesStudies/QuantilesStreamAStudy.html       | 1 +
 output/docs/REQ/ReqAccuracyAdversarial.html                   | 1 +
 output/docs/REQ/ReqAccuracyRandomShuffledStreams.html         | 1 +
 output/docs/REQ/ReqSketch.html                                | 1 +
 output/docs/Sampling/ReservoirSampling.html                   | 1 +
 output/docs/Sampling/ReservoirSamplingJava.html               | 1 +
 output/docs/Sampling/ReservoirSamplingPerformance.html        | 1 +
 output/docs/Sampling/ReservoirSamplingPigUDFs.html            | 1 +
 output/docs/Sampling/VarOptPigUDFs.html                       | 1 +
 output/docs/Sampling/VarOptSampling.html                      | 1 +
 output/docs/Sampling/VarOptSamplingJava.html                  | 1 +
 output/docs/SystemIntegrations/ApacheDruidIntegration.html    | 1 +
 output/docs/SystemIntegrations/ApacheHiveIntegration.html     | 1 +
 output/docs/SystemIntegrations/ApachePigIntegration.html      | 1 +
 output/docs/SystemIntegrations/PostgreSQLIntegration.html     | 1 +
 output/docs/Theta/AccuracyOfDifferentKUnions.html             | 1 +
 output/docs/Theta/ConcurrentThetaSketch.html                  | 1 +
 output/docs/Theta/InverseEstimate.html                        | 1 +
 output/docs/Theta/KMVbetterEst.html                           | 1 +
 output/docs/Theta/KMVempty.html                               | 1 +
 output/docs/Theta/KMVfirstEst.html                            | 1 +
 output/docs/Theta/KMVrejection.html                           | 1 +
 output/docs/Theta/KMVupdateVkth.html                          | 1 +
 output/docs/Theta/ThetaAccuracy.html                          | 1 +
 output/docs/Theta/ThetaAccuracyPlots.html                     | 1 +
 output/docs/Theta/ThetaConfidenceIntervals.html               | 1 +
 output/docs/Theta/ThetaErrorTable.html                        | 1 +
 output/docs/Theta/ThetaHiveUDFs.html                          | 1 +
 output/docs/Theta/ThetaJavaExample.html                       | 1 +
 output/docs/Theta/ThetaMergeSpeed.html                        | 1 +
 output/docs/Theta/ThetaMergingAlgorithm.html                  | 1 +
 output/docs/Theta/ThetaPSampling.html                         | 1 +
 output/docs/Theta/ThetaPigUDFs.html                           | 1 +
 output/docs/Theta/ThetaReferences.html                        | 1 +
 output/docs/Theta/ThetaSetOpsCornerCases.html                 | 1 +
 output/docs/Theta/ThetaSize.html                              | 1 +
 output/docs/Theta/ThetaSketchFramework.html                   | 1 +
 output/docs/Theta/ThetaSketchSetOps.html                      | 1 +
 output/docs/Theta/ThetaSketchSetOpsAccuracy.html              | 1 +
 output/docs/Theta/ThetaSparkExample.html                      | 1 +
 output/docs/Theta/ThetaUpdateSpeed.html                       | 1 +
 output/docs/Tuple/TupleEngagementExample.html                 | 1 +
 output/docs/Tuple/TupleHiveUDFs.html                          | 1 +
 output/docs/Tuple/TupleJavaExample.html                       | 1 +
 output/docs/Tuple/TupleOverview.html                          | 1 +
 output/docs/Tuple/TuplePigUDFs.html                           | 1 +
 117 files changed, 117 insertions(+)

diff --git a/output/docs/Architecture/Components.html 
b/output/docs/Architecture/Components.html
index 92f2a19c..251c428f 100644
--- a/output/docs/Architecture/Components.html
+++ b/output/docs/Architecture/Components.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Architecture/Concurrency.html 
b/output/docs/Architecture/Concurrency.html
index 599e6475..cbee052d 100644
--- a/output/docs/Architecture/Concurrency.html
+++ b/output/docs/Architecture/Concurrency.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Architecture/KeyFeatures.html 
b/output/docs/Architecture/KeyFeatures.html
index a42b019d..41e352ee 100644
--- a/output/docs/Architecture/KeyFeatures.html
+++ b/output/docs/Architecture/KeyFeatures.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Architecture/LargeScale.html 
b/output/docs/Architecture/LargeScale.html
index dd0a0970..d1c96f9d 100644
--- a/output/docs/Architecture/LargeScale.html
+++ b/output/docs/Architecture/LargeScale.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Architecture/MajorSketchFamilies.html 
b/output/docs/Architecture/MajorSketchFamilies.html
index c67cfb6c..72953f74 100644
--- a/output/docs/Architecture/MajorSketchFamilies.html
+++ b/output/docs/Architecture/MajorSketchFamilies.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Architecture/OrderSensitivity.html 
b/output/docs/Architecture/OrderSensitivity.html
index 62bd5ad1..5daa245b 100644
--- a/output/docs/Architecture/OrderSensitivity.html
+++ b/output/docs/Architecture/OrderSensitivity.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Architecture/RunningCharacterizationRemotely.html 
b/output/docs/Architecture/RunningCharacterizationRemotely.html
index b5667101..38cb3564 100644
--- a/output/docs/Architecture/RunningCharacterizationRemotely.html
+++ b/output/docs/Architecture/RunningCharacterizationRemotely.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Architecture/SketchCriteria.html 
b/output/docs/Architecture/SketchCriteria.html
index 4fb46b53..ba5e27de 100644
--- a/output/docs/Architecture/SketchCriteria.html
+++ b/output/docs/Architecture/SketchCriteria.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Architecture/SketchFeaturesMatrix.html 
b/output/docs/Architecture/SketchFeaturesMatrix.html
index 8aeb2f86..f66b9da1 100644
--- a/output/docs/Architecture/SketchFeaturesMatrix.html
+++ b/output/docs/Architecture/SketchFeaturesMatrix.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Architecture/SketchesByComponent.html 
b/output/docs/Architecture/SketchesByComponent.html
index fcf047dc..d52fa7cb 100644
--- a/output/docs/Architecture/SketchesByComponent.html
+++ b/output/docs/Architecture/SketchesByComponent.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Background/Presentations.html 
b/output/docs/Background/Presentations.html
index ec68bfc3..203c2cad 100644
--- a/output/docs/Background/Presentations.html
+++ b/output/docs/Background/Presentations.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Background/SketchElements.html 
b/output/docs/Background/SketchElements.html
index 93bd4902..f3240af6 100644
--- a/output/docs/Background/SketchElements.html
+++ b/output/docs/Background/SketchElements.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Background/SketchOrigins.html 
b/output/docs/Background/SketchOrigins.html
index 07b70887..779572a0 100644
--- a/output/docs/Background/SketchOrigins.html
+++ b/output/docs/Background/SketchOrigins.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Background/TheChallenge.html 
b/output/docs/Background/TheChallenge.html
index b4967804..9f695217 100644
--- a/output/docs/Background/TheChallenge.html
+++ b/output/docs/Background/TheChallenge.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/CPC/CPC.html b/output/docs/CPC/CPC.html
index 8d303628..2a316528 100644
--- a/output/docs/CPC/CPC.html
+++ b/output/docs/CPC/CPC.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/CPC/CpcCppExample.html 
b/output/docs/CPC/CpcCppExample.html
index 537032d0..c9f6fd8d 100644
--- a/output/docs/CPC/CpcCppExample.html
+++ b/output/docs/CPC/CpcCppExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/CPC/CpcHiveExample.html 
b/output/docs/CPC/CpcHiveExample.html
index c8af2fde..ed2d6cc7 100644
--- a/output/docs/CPC/CpcHiveExample.html
+++ b/output/docs/CPC/CpcHiveExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/CPC/CpcJavaExample.html 
b/output/docs/CPC/CpcJavaExample.html
index fe59d5c9..94b78c6a 100644
--- a/output/docs/CPC/CpcJavaExample.html
+++ b/output/docs/CPC/CpcJavaExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/CPC/CpcPerformance.html 
b/output/docs/CPC/CpcPerformance.html
index 39bfa6c1..3f507764 100644
--- a/output/docs/CPC/CpcPerformance.html
+++ b/output/docs/CPC/CpcPerformance.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/CPC/CpcPigExample.html 
b/output/docs/CPC/CpcPigExample.html
index 898d44e6..a2c01764 100644
--- a/output/docs/CPC/CpcPigExample.html
+++ b/output/docs/CPC/CpcPigExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Community/Downloads.html 
b/output/docs/Community/Downloads.html
index 444b5fa3..efdfc094 100644
--- a/output/docs/Community/Downloads.html
+++ b/output/docs/Community/Downloads.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Community/NewCommitterProcess.html 
b/output/docs/Community/NewCommitterProcess.html
index 7c14a085..13ca1147 100644
--- a/output/docs/Community/NewCommitterProcess.html
+++ b/output/docs/Community/NewCommitterProcess.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Community/ReleaseProcessForCppComponents.html 
b/output/docs/Community/ReleaseProcessForCppComponents.html
index 45ccee66..7cce0b2f 100644
--- a/output/docs/Community/ReleaseProcessForCppComponents.html
+++ b/output/docs/Community/ReleaseProcessForCppComponents.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Community/ReleaseProcessForJavaComponents.html 
b/output/docs/Community/ReleaseProcessForJavaComponents.html
index 095d7f8c..6be6889c 100644
--- a/output/docs/Community/ReleaseProcessForJavaComponents.html
+++ b/output/docs/Community/ReleaseProcessForJavaComponents.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Community/Research.html 
b/output/docs/Community/Research.html
index 22940a2a..976714be 100644
--- a/output/docs/Community/Research.html
+++ b/output/docs/Community/Research.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Community/Transitioning.html 
b/output/docs/Community/Transitioning.html
index 587831bd..2a4bf473 100644
--- a/output/docs/Community/Transitioning.html
+++ b/output/docs/Community/Transitioning.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Community/WhoUses.html 
b/output/docs/Community/WhoUses.html
index ed0211bc..222f5e45 100644
--- a/output/docs/Community/WhoUses.html
+++ b/output/docs/Community/WhoUses.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Community/index.html b/output/docs/Community/index.html
index 9909d1a3..4489409e 100644
--- a/output/docs/Community/index.html
+++ b/output/docs/Community/index.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/DistinctCountFeaturesMatrix.html 
b/output/docs/DistinctCountFeaturesMatrix.html
index cb82e836..4b86eda6 100644
--- a/output/docs/DistinctCountFeaturesMatrix.html
+++ b/output/docs/DistinctCountFeaturesMatrix.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/DistinctCountMeritComparisons.html 
b/output/docs/DistinctCountMeritComparisons.html
index 5d76178c..3e8f0a32 100644
--- a/output/docs/DistinctCountMeritComparisons.html
+++ b/output/docs/DistinctCountMeritComparisons.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Frequency/FrequencySketchesOverview.html 
b/output/docs/Frequency/FrequencySketchesOverview.html
index 0ff06c93..247e44ac 100644
--- a/output/docs/Frequency/FrequencySketchesOverview.html
+++ b/output/docs/Frequency/FrequencySketchesOverview.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Frequency/FrequentDistinctTuplesSketch.html 
b/output/docs/Frequency/FrequentDistinctTuplesSketch.html
index 2d9ef239..5e833cd0 100644
--- a/output/docs/Frequency/FrequentDistinctTuplesSketch.html
+++ b/output/docs/Frequency/FrequentDistinctTuplesSketch.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Frequency/FrequentItemsCppExample.html 
b/output/docs/Frequency/FrequentItemsCppExample.html
index bcd5a452..706fb869 100644
--- a/output/docs/Frequency/FrequentItemsCppExample.html
+++ b/output/docs/Frequency/FrequentItemsCppExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Frequency/FrequentItemsErrorTable.html 
b/output/docs/Frequency/FrequentItemsErrorTable.html
index 66e80abe..27170434 100644
--- a/output/docs/Frequency/FrequentItemsErrorTable.html
+++ b/output/docs/Frequency/FrequentItemsErrorTable.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Frequency/FrequentItemsHiveUDFs.html 
b/output/docs/Frequency/FrequentItemsHiveUDFs.html
index c0c229a9..7d65af5f 100644
--- a/output/docs/Frequency/FrequentItemsHiveUDFs.html
+++ b/output/docs/Frequency/FrequentItemsHiveUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Frequency/FrequentItemsJavaExample.html 
b/output/docs/Frequency/FrequentItemsJavaExample.html
index 9890fac7..f8927223 100644
--- a/output/docs/Frequency/FrequentItemsJavaExample.html
+++ b/output/docs/Frequency/FrequentItemsJavaExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Frequency/FrequentItemsOverview.html 
b/output/docs/Frequency/FrequentItemsOverview.html
index 641ecd2b..43369922 100644
--- a/output/docs/Frequency/FrequentItemsOverview.html
+++ b/output/docs/Frequency/FrequentItemsOverview.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Frequency/FrequentItemsPerformance.html 
b/output/docs/Frequency/FrequentItemsPerformance.html
index 170ecc6f..e12c07d1 100644
--- a/output/docs/Frequency/FrequentItemsPerformance.html
+++ b/output/docs/Frequency/FrequentItemsPerformance.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Frequency/FrequentItemsPigUDFs.html 
b/output/docs/Frequency/FrequentItemsPigUDFs.html
index 3232e44a..a59fc794 100644
--- a/output/docs/Frequency/FrequentItemsPigUDFs.html
+++ b/output/docs/Frequency/FrequentItemsPigUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Frequency/FrequentItemsReferences.html 
b/output/docs/Frequency/FrequentItemsReferences.html
index ddd608ff..15bbaa1b 100644
--- a/output/docs/Frequency/FrequentItemsReferences.html
+++ b/output/docs/Frequency/FrequentItemsReferences.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Governance/ChairResponsibilities.html 
b/output/docs/Governance/ChairResponsibilities.html
index ad6df156..beedd7a0 100644
--- a/output/docs/Governance/ChairResponsibilities.html
+++ b/output/docs/Governance/ChairResponsibilities.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Graduation/GraduationCheckList.html 
b/output/docs/Graduation/GraduationCheckList.html
index 2ee83a7b..85d0756f 100644
--- a/output/docs/Graduation/GraduationCheckList.html
+++ b/output/docs/Graduation/GraduationCheckList.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Graduation/Maturity.html 
b/output/docs/Graduation/Maturity.html
index 6f87553c..9512f23d 100644
--- a/output/docs/Graduation/Maturity.html
+++ b/output/docs/Graduation/Maturity.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Graduation/Resolution.html 
b/output/docs/Graduation/Resolution.html
index 7484e215..b7bb7714 100644
--- a/output/docs/Graduation/Resolution.html
+++ b/output/docs/Graduation/Resolution.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/HLL/HLL.html b/output/docs/HLL/HLL.html
index 189e53c2..6b6d1219 100644
--- a/output/docs/HLL/HLL.html
+++ b/output/docs/HLL/HLL.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/HLL/HllCppExample.html 
b/output/docs/HLL/HllCppExample.html
index 6257f493..45f04a61 100644
--- a/output/docs/HLL/HllCppExample.html
+++ b/output/docs/HLL/HllCppExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/HLL/HllHiveUDFs.html b/output/docs/HLL/HllHiveUDFs.html
index 765aba20..2ff75834 100644
--- a/output/docs/HLL/HllHiveUDFs.html
+++ b/output/docs/HLL/HllHiveUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/HLL/HllJavaExample.html 
b/output/docs/HLL/HllJavaExample.html
index 793139a6..a4353ac1 100644
--- a/output/docs/HLL/HllJavaExample.html
+++ b/output/docs/HLL/HllJavaExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/HLL/HllMap.html b/output/docs/HLL/HllMap.html
index 04038968..ace84c8c 100644
--- a/output/docs/HLL/HllMap.html
+++ b/output/docs/HLL/HllMap.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/HLL/HllPerformance.html 
b/output/docs/HLL/HllPerformance.html
index 3c91495d..d6255791 100644
--- a/output/docs/HLL/HllPerformance.html
+++ b/output/docs/HLL/HllPerformance.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/HLL/HllPigUDFs.html b/output/docs/HLL/HllPigUDFs.html
index 098a03e9..d41dd811 100644
--- a/output/docs/HLL/HllPigUDFs.html
+++ b/output/docs/HLL/HllPigUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/HLL/HllSketchVsDruidHyperLogLogCollector.html 
b/output/docs/HLL/HllSketchVsDruidHyperLogLogCollector.html
index 171d1a4d..69af989f 100644
--- a/output/docs/HLL/HllSketchVsDruidHyperLogLogCollector.html
+++ b/output/docs/HLL/HllSketchVsDruidHyperLogLogCollector.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/HLL/Hll_vs_CS_Hllpp.html 
b/output/docs/HLL/Hll_vs_CS_Hllpp.html
index 422ed185..8d119837 100644
--- a/output/docs/HLL/Hll_vs_CS_Hllpp.html
+++ b/output/docs/HLL/Hll_vs_CS_Hllpp.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/HLL/Hll_vs_G_Hllpp.html 
b/output/docs/HLL/Hll_vs_G_Hllpp.html
index 136f7d7f..23409a38 100644
--- a/output/docs/HLL/Hll_vs_G_Hllpp.html
+++ b/output/docs/HLL/Hll_vs_G_Hllpp.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/KLL/KLLAccuracyAndSize.html 
b/output/docs/KLL/KLLAccuracyAndSize.html
index 3fac9a46..027d3c10 100644
--- a/output/docs/KLL/KLLAccuracyAndSize.html
+++ b/output/docs/KLL/KLLAccuracyAndSize.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/KLL/KLLCppExample.html 
b/output/docs/KLL/KLLCppExample.html
index 184b3c92..b71f0c3c 100644
--- a/output/docs/KLL/KLLCppExample.html
+++ b/output/docs/KLL/KLLCppExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/KLL/KLLSketch.html b/output/docs/KLL/KLLSketch.html
index dbf5d1f2..8ff010c4 100644
--- a/output/docs/KLL/KLLSketch.html
+++ b/output/docs/KLL/KLLSketch.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Memory/MemoryComponent.html 
b/output/docs/Memory/MemoryComponent.html
index 561219aa..986f85b9 100644
--- a/output/docs/Memory/MemoryComponent.html
+++ b/output/docs/Memory/MemoryComponent.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Memory/MemoryPerformance.html 
b/output/docs/Memory/MemoryPerformance.html
index 7069f8ed..2d317ee6 100644
--- a/output/docs/Memory/MemoryPerformance.html
+++ b/output/docs/Memory/MemoryPerformance.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Quantiles/OrigQuantilesSketch.html 
b/output/docs/Quantiles/OrigQuantilesSketch.html
index fe6c22dd..b57d0b36 100644
--- a/output/docs/Quantiles/OrigQuantilesSketch.html
+++ b/output/docs/Quantiles/OrigQuantilesSketch.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Quantiles/QuantilesHiveUDFs.html 
b/output/docs/Quantiles/QuantilesHiveUDFs.html
index 580a574f..880a8d11 100644
--- a/output/docs/Quantiles/QuantilesHiveUDFs.html
+++ b/output/docs/Quantiles/QuantilesHiveUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Quantiles/QuantilesJavaExample.html 
b/output/docs/Quantiles/QuantilesJavaExample.html
index 0be02743..4fe17165 100644
--- a/output/docs/Quantiles/QuantilesJavaExample.html
+++ b/output/docs/Quantiles/QuantilesJavaExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Quantiles/QuantilesOverview.html 
b/output/docs/Quantiles/QuantilesOverview.html
index 2b02270f..6893d79b 100644
--- a/output/docs/Quantiles/QuantilesOverview.html
+++ b/output/docs/Quantiles/QuantilesOverview.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Quantiles/QuantilesPigUDFs.html 
b/output/docs/Quantiles/QuantilesPigUDFs.html
index 1bfbd9c6..bad755fb 100644
--- a/output/docs/Quantiles/QuantilesPigUDFs.html
+++ b/output/docs/Quantiles/QuantilesPigUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Quantiles/QuantilesReferences.html 
b/output/docs/Quantiles/QuantilesReferences.html
index 1787e3c5..ff268729 100644
--- a/output/docs/Quantiles/QuantilesReferences.html
+++ b/output/docs/Quantiles/QuantilesReferences.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Quantiles/QuantilesSketchOverview.html 
b/output/docs/Quantiles/QuantilesSketchOverview.html
index f2339189..82d08dd1 100644
--- a/output/docs/Quantiles/QuantilesSketchOverview.html
+++ b/output/docs/Quantiles/QuantilesSketchOverview.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html 
b/output/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html
index ca43bf97..4922d03c 100644
--- a/output/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html
+++ b/output/docs/Quantiles/SketchingQuantilesAndRanksTutorial.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/QuantilesStudies/DruidApproxHistogramStudy.html 
b/output/docs/QuantilesStudies/DruidApproxHistogramStudy.html
index 50888818..7dbb0172 100644
--- a/output/docs/QuantilesStudies/DruidApproxHistogramStudy.html
+++ b/output/docs/QuantilesStudies/DruidApproxHistogramStudy.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/QuantilesStudies/ExactQuantiles.html 
b/output/docs/QuantilesStudies/ExactQuantiles.html
index 0dc48958..8dd2ae2d 100644
--- a/output/docs/QuantilesStudies/ExactQuantiles.html
+++ b/output/docs/QuantilesStudies/ExactQuantiles.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/QuantilesStudies/KllSketchVsTDigest.html 
b/output/docs/QuantilesStudies/KllSketchVsTDigest.html
index 34bb93e6..ce6dfef5 100644
--- a/output/docs/QuantilesStudies/KllSketchVsTDigest.html
+++ b/output/docs/QuantilesStudies/KllSketchVsTDigest.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/QuantilesStudies/MomentsSketchStudy.html 
b/output/docs/QuantilesStudies/MomentsSketchStudy.html
index 4165aae3..ad46010a 100644
--- a/output/docs/QuantilesStudies/MomentsSketchStudy.html
+++ b/output/docs/QuantilesStudies/MomentsSketchStudy.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/QuantilesStudies/QuantilesStreamAStudy.html 
b/output/docs/QuantilesStudies/QuantilesStreamAStudy.html
index e1c2d4c0..211d79fa 100644
--- a/output/docs/QuantilesStudies/QuantilesStreamAStudy.html
+++ b/output/docs/QuantilesStudies/QuantilesStreamAStudy.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/REQ/ReqAccuracyAdversarial.html 
b/output/docs/REQ/ReqAccuracyAdversarial.html
index 62990c4f..8a55d4b2 100644
--- a/output/docs/REQ/ReqAccuracyAdversarial.html
+++ b/output/docs/REQ/ReqAccuracyAdversarial.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/REQ/ReqAccuracyRandomShuffledStreams.html 
b/output/docs/REQ/ReqAccuracyRandomShuffledStreams.html
index 89893b95..f589a003 100644
--- a/output/docs/REQ/ReqAccuracyRandomShuffledStreams.html
+++ b/output/docs/REQ/ReqAccuracyRandomShuffledStreams.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/REQ/ReqSketch.html b/output/docs/REQ/ReqSketch.html
index 0766c037..12c880f0 100644
--- a/output/docs/REQ/ReqSketch.html
+++ b/output/docs/REQ/ReqSketch.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Sampling/ReservoirSampling.html 
b/output/docs/Sampling/ReservoirSampling.html
index d9cb4d61..824e1f07 100644
--- a/output/docs/Sampling/ReservoirSampling.html
+++ b/output/docs/Sampling/ReservoirSampling.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Sampling/ReservoirSamplingJava.html 
b/output/docs/Sampling/ReservoirSamplingJava.html
index d20e5804..37205a2a 100644
--- a/output/docs/Sampling/ReservoirSamplingJava.html
+++ b/output/docs/Sampling/ReservoirSamplingJava.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Sampling/ReservoirSamplingPerformance.html 
b/output/docs/Sampling/ReservoirSamplingPerformance.html
index f285b723..1ea3965a 100644
--- a/output/docs/Sampling/ReservoirSamplingPerformance.html
+++ b/output/docs/Sampling/ReservoirSamplingPerformance.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Sampling/ReservoirSamplingPigUDFs.html 
b/output/docs/Sampling/ReservoirSamplingPigUDFs.html
index 0b40a078..13fc18df 100644
--- a/output/docs/Sampling/ReservoirSamplingPigUDFs.html
+++ b/output/docs/Sampling/ReservoirSamplingPigUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Sampling/VarOptPigUDFs.html 
b/output/docs/Sampling/VarOptPigUDFs.html
index 36df412f..36bfb7f3 100644
--- a/output/docs/Sampling/VarOptPigUDFs.html
+++ b/output/docs/Sampling/VarOptPigUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Sampling/VarOptSampling.html 
b/output/docs/Sampling/VarOptSampling.html
index 96e3dd29..ad570d70 100644
--- a/output/docs/Sampling/VarOptSampling.html
+++ b/output/docs/Sampling/VarOptSampling.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Sampling/VarOptSamplingJava.html 
b/output/docs/Sampling/VarOptSamplingJava.html
index 23e1d42f..c0a3e6b3 100644
--- a/output/docs/Sampling/VarOptSamplingJava.html
+++ b/output/docs/Sampling/VarOptSamplingJava.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/SystemIntegrations/ApacheDruidIntegration.html 
b/output/docs/SystemIntegrations/ApacheDruidIntegration.html
index a2f37b67..ef9322bf 100644
--- a/output/docs/SystemIntegrations/ApacheDruidIntegration.html
+++ b/output/docs/SystemIntegrations/ApacheDruidIntegration.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/SystemIntegrations/ApacheHiveIntegration.html 
b/output/docs/SystemIntegrations/ApacheHiveIntegration.html
index 0930bd10..c16e1ec3 100644
--- a/output/docs/SystemIntegrations/ApacheHiveIntegration.html
+++ b/output/docs/SystemIntegrations/ApacheHiveIntegration.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/SystemIntegrations/ApachePigIntegration.html 
b/output/docs/SystemIntegrations/ApachePigIntegration.html
index 1a50ee26..b09bf564 100644
--- a/output/docs/SystemIntegrations/ApachePigIntegration.html
+++ b/output/docs/SystemIntegrations/ApachePigIntegration.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/SystemIntegrations/PostgreSQLIntegration.html 
b/output/docs/SystemIntegrations/PostgreSQLIntegration.html
index cb50aa06..67061105 100644
--- a/output/docs/SystemIntegrations/PostgreSQLIntegration.html
+++ b/output/docs/SystemIntegrations/PostgreSQLIntegration.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/AccuracyOfDifferentKUnions.html 
b/output/docs/Theta/AccuracyOfDifferentKUnions.html
index 3a4aab9f..838382a6 100644
--- a/output/docs/Theta/AccuracyOfDifferentKUnions.html
+++ b/output/docs/Theta/AccuracyOfDifferentKUnions.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ConcurrentThetaSketch.html 
b/output/docs/Theta/ConcurrentThetaSketch.html
index da647ca9..8f962809 100644
--- a/output/docs/Theta/ConcurrentThetaSketch.html
+++ b/output/docs/Theta/ConcurrentThetaSketch.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/InverseEstimate.html 
b/output/docs/Theta/InverseEstimate.html
index 3356f813..45b6cfd6 100644
--- a/output/docs/Theta/InverseEstimate.html
+++ b/output/docs/Theta/InverseEstimate.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/KMVbetterEst.html 
b/output/docs/Theta/KMVbetterEst.html
index b99a4f97..d84eb8f8 100644
--- a/output/docs/Theta/KMVbetterEst.html
+++ b/output/docs/Theta/KMVbetterEst.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/KMVempty.html b/output/docs/Theta/KMVempty.html
index 2e8aa60b..fb668bfd 100644
--- a/output/docs/Theta/KMVempty.html
+++ b/output/docs/Theta/KMVempty.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/KMVfirstEst.html 
b/output/docs/Theta/KMVfirstEst.html
index 82beb14b..6263cb34 100644
--- a/output/docs/Theta/KMVfirstEst.html
+++ b/output/docs/Theta/KMVfirstEst.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/KMVrejection.html 
b/output/docs/Theta/KMVrejection.html
index 282b2126..9b4c40a7 100644
--- a/output/docs/Theta/KMVrejection.html
+++ b/output/docs/Theta/KMVrejection.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/KMVupdateVkth.html 
b/output/docs/Theta/KMVupdateVkth.html
index 1a82ad01..98cc7e1c 100644
--- a/output/docs/Theta/KMVupdateVkth.html
+++ b/output/docs/Theta/KMVupdateVkth.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaAccuracy.html 
b/output/docs/Theta/ThetaAccuracy.html
index cefc5b0b..51a25c12 100644
--- a/output/docs/Theta/ThetaAccuracy.html
+++ b/output/docs/Theta/ThetaAccuracy.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaAccuracyPlots.html 
b/output/docs/Theta/ThetaAccuracyPlots.html
index c04b317c..c1f04722 100644
--- a/output/docs/Theta/ThetaAccuracyPlots.html
+++ b/output/docs/Theta/ThetaAccuracyPlots.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaConfidenceIntervals.html 
b/output/docs/Theta/ThetaConfidenceIntervals.html
index 50631a5f..231f887a 100644
--- a/output/docs/Theta/ThetaConfidenceIntervals.html
+++ b/output/docs/Theta/ThetaConfidenceIntervals.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaErrorTable.html 
b/output/docs/Theta/ThetaErrorTable.html
index 301aed3d..a8a4b638 100644
--- a/output/docs/Theta/ThetaErrorTable.html
+++ b/output/docs/Theta/ThetaErrorTable.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaHiveUDFs.html 
b/output/docs/Theta/ThetaHiveUDFs.html
index 2d026124..443c0ad2 100644
--- a/output/docs/Theta/ThetaHiveUDFs.html
+++ b/output/docs/Theta/ThetaHiveUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaJavaExample.html 
b/output/docs/Theta/ThetaJavaExample.html
index 00e1028b..710c766e 100644
--- a/output/docs/Theta/ThetaJavaExample.html
+++ b/output/docs/Theta/ThetaJavaExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaMergeSpeed.html 
b/output/docs/Theta/ThetaMergeSpeed.html
index 2df03819..3da9d03e 100644
--- a/output/docs/Theta/ThetaMergeSpeed.html
+++ b/output/docs/Theta/ThetaMergeSpeed.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaMergingAlgorithm.html 
b/output/docs/Theta/ThetaMergingAlgorithm.html
index 81d967e3..5b401389 100644
--- a/output/docs/Theta/ThetaMergingAlgorithm.html
+++ b/output/docs/Theta/ThetaMergingAlgorithm.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaPSampling.html 
b/output/docs/Theta/ThetaPSampling.html
index 3243bcf8..bbdd4f3a 100644
--- a/output/docs/Theta/ThetaPSampling.html
+++ b/output/docs/Theta/ThetaPSampling.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaPigUDFs.html 
b/output/docs/Theta/ThetaPigUDFs.html
index ee397c09..836ccce6 100644
--- a/output/docs/Theta/ThetaPigUDFs.html
+++ b/output/docs/Theta/ThetaPigUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaReferences.html 
b/output/docs/Theta/ThetaReferences.html
index aff23d1a..0b17918d 100644
--- a/output/docs/Theta/ThetaReferences.html
+++ b/output/docs/Theta/ThetaReferences.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaSetOpsCornerCases.html 
b/output/docs/Theta/ThetaSetOpsCornerCases.html
index 76743a6e..39487834 100644
--- a/output/docs/Theta/ThetaSetOpsCornerCases.html
+++ b/output/docs/Theta/ThetaSetOpsCornerCases.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaSize.html b/output/docs/Theta/ThetaSize.html
index 97ee6a85..4add50f3 100644
--- a/output/docs/Theta/ThetaSize.html
+++ b/output/docs/Theta/ThetaSize.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaSketchFramework.html 
b/output/docs/Theta/ThetaSketchFramework.html
index f70b7b51..7c2c16a1 100644
--- a/output/docs/Theta/ThetaSketchFramework.html
+++ b/output/docs/Theta/ThetaSketchFramework.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaSketchSetOps.html 
b/output/docs/Theta/ThetaSketchSetOps.html
index 1d53c5d0..5b67418c 100644
--- a/output/docs/Theta/ThetaSketchSetOps.html
+++ b/output/docs/Theta/ThetaSketchSetOps.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaSketchSetOpsAccuracy.html 
b/output/docs/Theta/ThetaSketchSetOpsAccuracy.html
index ed067711..ff958fdf 100644
--- a/output/docs/Theta/ThetaSketchSetOpsAccuracy.html
+++ b/output/docs/Theta/ThetaSketchSetOpsAccuracy.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaSparkExample.html 
b/output/docs/Theta/ThetaSparkExample.html
index accdfbd1..e289a125 100644
--- a/output/docs/Theta/ThetaSparkExample.html
+++ b/output/docs/Theta/ThetaSparkExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Theta/ThetaUpdateSpeed.html 
b/output/docs/Theta/ThetaUpdateSpeed.html
index 57c33639..f638c2e7 100644
--- a/output/docs/Theta/ThetaUpdateSpeed.html
+++ b/output/docs/Theta/ThetaUpdateSpeed.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Tuple/TupleEngagementExample.html 
b/output/docs/Tuple/TupleEngagementExample.html
index ef1588d1..487f77b0 100644
--- a/output/docs/Tuple/TupleEngagementExample.html
+++ b/output/docs/Tuple/TupleEngagementExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Tuple/TupleHiveUDFs.html 
b/output/docs/Tuple/TupleHiveUDFs.html
index b1583842..d3718338 100644
--- a/output/docs/Tuple/TupleHiveUDFs.html
+++ b/output/docs/Tuple/TupleHiveUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Tuple/TupleJavaExample.html 
b/output/docs/Tuple/TupleJavaExample.html
index 1efef955..e67ede55 100644
--- a/output/docs/Tuple/TupleJavaExample.html
+++ b/output/docs/Tuple/TupleJavaExample.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Tuple/TupleOverview.html 
b/output/docs/Tuple/TupleOverview.html
index 6e351f71..33bd0255 100644
--- a/output/docs/Tuple/TupleOverview.html
+++ b/output/docs/Tuple/TupleOverview.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
diff --git a/output/docs/Tuple/TuplePigUDFs.html 
b/output/docs/Tuple/TuplePigUDFs.html
index 9ebf4543..bc3e2afd 100644
--- a/output/docs/Tuple/TuplePigUDFs.html
+++ b/output/docs/Tuple/TuplePigUDFs.html
@@ -97,6 +97,7 @@
   <div class="container">
     <h4>API Snapshots:
       <a href="/api/java/snapshot/apidocs/index.html">Java Core</a>,
+      <a href="https://apache.github.io/datasketches-cpp/master/";>C++ Core</a>,
       <a href="/api/memory/snapshot/apidocs/index.html">Memory</a>,
       <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
       <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to