You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/01/24 05:05:13 UTC

[incubator-datasketches-java] branch fix_links created (now 2f2cc03)

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

leerho pushed a change to branch fix_links
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git.


      at 2f2cc03  Fix links: github.io to apache.org

This branch includes the following new commits:

     new 2f2cc03  Fix links: github.io to apache.org

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-java] 01/01: Fix links: github.io to apache.org

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch fix_links
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git

commit 2f2cc03ad30f56c718df93b054cfde699b8fa52c
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jan 23 21:04:19 2020 -0800

    Fix links: github.io to apache.org
---
 .../org/apache/datasketches/fdt/FdtSketch.java     |  4 +--
 .../datasketches/quantiles/DoublesSketch.java      |  2 +-
 .../apache/datasketches/quantiles/ItemsSketch.java |  2 +-
 src/main/javadoc/overview.html                     | 35 +++++++++++++++++-----
 src/main/javadoc/resources/dictionary.html         |  2 +-
 5 files changed, 32 insertions(+), 13 deletions(-)

diff --git a/src/main/java/org/apache/datasketches/fdt/FdtSketch.java b/src/main/java/org/apache/datasketches/fdt/FdtSketch.java
index 2a85118..d04dacd 100644
--- a/src/main/java/org/apache/datasketches/fdt/FdtSketch.java
+++ b/src/main/java/org/apache/datasketches/fdt/FdtSketch.java
@@ -41,8 +41,8 @@ import org.apache.datasketches.tuple.strings.ArrayOfStringsSketch;
  * the <i>N-M</i> non-primary dimensions.
  *
  * <p>Please refer to the web page
- * <a href="https://datasketches.github.io/docs/Frequency/FrequentDistinctTuplesSketch.html">
- * https://datasketches.github.io/docs/Frequency/FrequentDistinctTuplesSketch.html</a> for a more
+ * <a href="https://datasketches.apache.org/docs/Frequency/FrequentDistinctTuplesSketch.html">
+ * https://datasketches.apache.org/docs/Frequency/FrequentDistinctTuplesSketch.html</a> for a more
  * complete discussion about this sketch.
  *
  * @author Lee Rhodes
diff --git a/src/main/java/org/apache/datasketches/quantiles/DoublesSketch.java b/src/main/java/org/apache/datasketches/quantiles/DoublesSketch.java
index f8cf65b..fc13e4f 100644
--- a/src/main/java/org/apache/datasketches/quantiles/DoublesSketch.java
+++ b/src/main/java/org/apache/datasketches/quantiles/DoublesSketch.java
@@ -113,7 +113,7 @@ Table Guide for DoublesSketch Size in Bytes and Approximate Error:
  * </pre>
 
  * <p>There is more documentation available on
- * <a href="https://datasketches.github.io">DataSketches.GitHub.io</a>.</p>
+ * <a href="https://datasketches.apache.org">datasketches.apache.org</a>.</p>
  *
  * <p>This is an implementation of the Low Discrepancy Mergeable Quantiles Sketch, using double
  * values, described in section 3.2 of the journal version of the paper "Mergeable Summaries"
diff --git a/src/main/java/org/apache/datasketches/quantiles/ItemsSketch.java b/src/main/java/org/apache/datasketches/quantiles/ItemsSketch.java
index 20ec904..f189a44 100644
--- a/src/main/java/org/apache/datasketches/quantiles/ItemsSketch.java
+++ b/src/main/java/org/apache/datasketches/quantiles/ItemsSketch.java
@@ -53,7 +53,7 @@ import org.apache.datasketches.memory.WritableMemory;
  * for the DoublesSketch.
  *
  * <p>There is more documentation available on
- * <a href="https://datasketches.github.io">DataSketches.GitHub.io</a>.</p>
+ * <a href="https://datasketches.apache.org">datasketches.apache.org</a>.</p>
  *
  * @param <T> type of item
  *
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index d2659d7..6bed16a 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -35,29 +35,48 @@ under the License.
 <p>This library is divided into packages that constitute distinct groups of functionality:</p>
 
 <ul>
-<li><b><a href="https://datasketches.github.io/api/java/snapshot/apidocs/org/apache/datasketches/frequencies/package-summary.html">Frequencies</a></b>
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/cpc/package-summary.html">CPC - Compressed Probabilistic Counting</a></b>
 </li>
 
-<li><b><a href="https://datasketches.github.io/api/java/snapshot/apidocs/org/apache/datasketches/hash/package-summary.html">Hash</a></b>
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/fdt/package-summary.html">FDT - Frequent Distinct Tuples</a></b>
 </li>
 
-<li><b><a href="https://datasketches.github.io/api/java/snapshot/apidocs/org/apache/datasketches/hll/package-summary.html">HLL</a></b> 
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/frequencies/package-summary.html">Frequencies Fequent Items- </a></b>
 </li>
 
-<li><b><a href="https://datasketches.github.io/api/java/snapshot/apidocs/org/apache/datasketches/hllmap/package-summary.html">HLLMap</a></b> 
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/hash/package-summary.html">Hash - Common Hash Functions</a></b>
 </li>
 
-<li><b><a href="https://datasketches.github.io/api/java/snapshot/apidocs/org/apache/datasketches/quantiles/package-summary.html">Quantiles</a></b> 
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/hll/package-summary.html">HLL - HyperLogLog</a></b>
 </li>
 
-<li><b><a href="https://datasketches.github.io/api/java/snapshot/apidocs/org/apache/datasketches/sampling/package-summary.html">Sampling</a></b>
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/hllmap/package-summary.html">HLLMap - HLL Map</a></b>
 </li>
 
-<li><b><a href="https://datasketches.github.io/api/java/snapshot/apidocs/org/apache/datasketches/theta/package-summary.html">Theta</a></b>
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/kll/package-summary.html">KLL - High Performance Karnin, Lang, Liberty Quantiles</a></b>
 </li>
 
-<li><b><a href="https://datasketches.github.io/api/java/snapshot/apidocs/org/apache/datasketches/tuple/package-summary.html">Tuple</a></b>
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/quantiles/package-summary.html">Quantiles - Quantiles</a></b> 
 </li>
+
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/sampling/package-summary.html">Sampling - Weighted and Unweighted Reservoirs</a></b>
+</li>
+
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/theta/package-summary.html">Theta - The Theta Family </a></b>
+</li>
+
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/tuple/package-summary.html">Tuple - The Base Tuple Family</a></b>
+</li>
+
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/tuple/adouble/package-summary.html">Tuple - Example Implementation with a single double</a></b>
+</li>
+
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/tuple/aninteger/package-summary.html">Tuple - Example Implementation with a single integer</a></b>
+</li>
+
+<li><b><a href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/tuple/strings/package-summary.html">Tuple - Example Implementation with an array of Strings</a></b>
+</li>
+
 </ul>
 Note: In general, if the requirements or promises of any method's contract are not fulfilled 
 (that is, if there is a bug in either the method or its caller), 
diff --git a/src/main/javadoc/resources/dictionary.html b/src/main/javadoc/resources/dictionary.html
index ab26f61..b20a5ab 100644
--- a/src/main/javadoc/resources/dictionary.html
+++ b/src/main/javadoc/resources/dictionary.html
@@ -31,7 +31,7 @@ Refers to sketch accuracy...
 
 <h3><a name="alphaTCF">Alpha TCF</a></h3>
 The Alpha Theta Choosing Function (TCF) and the theory behind it is fully described in the 
-<a href="https://github.com/DataSketches/DataSketches.apache.org/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper. 
+<a href="https://github.com/apache/incubator-datasketches-website/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper. 
 The alpha algorithm is optimized for speed and accuracy in a real-time sketch
 building / estimating environment.
 <p>One of the properties of the Alpha Algorithm used for cache management within a sketch is that


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org