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/02/24 23:39:36 UTC

[incubator-datasketches-website] branch master updated (aeb662a -> c374c65)

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

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


    from aeb662a  Fix final 404s, hopefully :)
     add de23090  Updated top Nav + lots of little edits.
     add e6271b6  update community page
     add 851557a  Fix link
     add 61510e3  Add Feature Matrix
     add 07979a3  Update ToC
     add fa0c283  Restructuring of ToC
     add 39cd3fe  update sketch criteria
     add cb79d95  More updates.
     add b317024  Update Downloads page
     add dfe2064  Streamlined the ToC even more. Fixed a couple of broken links.
     new c374c65  Merge pull request #67 from apache/Update

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.


Summary of changes:
 _includes/page_footer.html                         |   4 +-
 _includes/page_header.html                         |  19 +-
 _includes/site_head.html                           |   5 +-
 _includes/toc.html                                 | 434 ++++++++++-----------
 css/header.css                                     |  24 +-
 docs/Architecture/Components.md                    |   6 +-
 docs/Architecture/KeyFeatures.md                   |  29 +-
 docs/Architecture/OrderSensitivity.md              |  31 +-
 docs/Architecture/SketchCriteria.md                |   4 +-
 docs/Architecture/SketchFeaturesMatrix.md          |  76 ++++
 docs/Architecture/SketchesByComponent.md           |  14 +-
 docs/CommandLine/CommandLine-old.md                | 198 ----------
 docs/CommandLine/CommandLine.md                    |  23 --
 docs/Community/Downloads.md                        |  11 +-
 docs/Community/Research.md                         |  66 ++--
 docs/Community/index.md                            |   3 -
 ...iesMatrix.md => DistinctCountFeaturesMatrix.md} |   7 +-
 docs/DistinctCountMeritComparisons.md              | 100 +++++
 docs/HLL/Hll_vs_CS_Hllpp.md                        |   2 +-
 docs/MajorSketchFamilies.md                        |  72 +---
 docs/Quantiles/DruidApproxHistogramStudy.md        |   2 +-
 docs/Quantiles/MomentsSketchStudy.md               |   2 +-
 docs/Quantiles/QuantilesStreamAStudy.md            |   2 +-
 docs/SketchElements.md                             |   3 -
 docs/SketchOrigins.md                              |   4 -
 docs/TheChallenge.md                               |   2 +-
 docs/Tuple/TupleEngagementExample.md               |   2 +-
 docs/img/cpc/HLL_CPC_Radar.png                     | Bin 0 -> 147727 bytes
 docs/img/hll/HLL_Radar.png                         | Bin 0 -> 141322 bytes
 img/datasketches-HorizontalColor-1.svg             |  52 +++
 img/datasketches-HorizontalWhite.svg               |  31 ++
 img/datasketches-ManColor-3.svg                    |  27 ++
 img/datasketches-ManWhite.svg                      |  12 +
 ...calWhite.svg => datasketches-VerticalWhite.svg} |   0
 img/feather.svg                                    | 138 +++++++
 index.md                                           |  17 +-
 .../apache/datasketches/docgen/TocGenerator.java   |   3 +-
 src/main/resources/docgen/toc.json                 | 359 +++++++++--------
 38 files changed, 969 insertions(+), 815 deletions(-)
 create mode 100644 docs/Architecture/SketchFeaturesMatrix.md
 delete mode 100644 docs/CommandLine/CommandLine-old.md
 delete mode 100644 docs/CommandLine/CommandLine.md
 rename docs/{DistinctCountCapabilitiesMatrix.md => DistinctCountFeaturesMatrix.md} (97%)
 create mode 100644 docs/DistinctCountMeritComparisons.md
 create mode 100644 docs/img/cpc/HLL_CPC_Radar.png
 create mode 100644 docs/img/hll/HLL_Radar.png
 create mode 100755 img/datasketches-HorizontalColor-1.svg
 create mode 100755 img/datasketches-HorizontalWhite.svg
 create mode 100644 img/datasketches-ManColor-3.svg
 create mode 100644 img/datasketches-ManWhite.svg
 rename img/{datasketches_VerticalWhite.svg => datasketches-VerticalWhite.svg} (100%)
 create mode 100644 img/feather.svg


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


[incubator-datasketches-website] 01/01: Merge pull request #67 from apache/Update

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

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

commit c374c65b0c31991a162d53b5eeacde7d2219096f
Merge: aeb662a dfe2064
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Feb 24 15:39:26 2020 -0800

    Merge pull request #67 from apache/Update
    
    Update

 _includes/page_footer.html                         |   4 +-
 _includes/page_header.html                         |  19 +-
 _includes/site_head.html                           |   5 +-
 _includes/toc.html                                 | 434 ++++++++++-----------
 css/header.css                                     |  24 +-
 docs/Architecture/Components.md                    |   6 +-
 docs/Architecture/KeyFeatures.md                   |  29 +-
 docs/Architecture/OrderSensitivity.md              |  31 +-
 docs/Architecture/SketchCriteria.md                |   4 +-
 docs/Architecture/SketchFeaturesMatrix.md          |  76 ++++
 docs/Architecture/SketchesByComponent.md           |  14 +-
 docs/CommandLine/CommandLine-old.md                | 198 ----------
 docs/CommandLine/CommandLine.md                    |  23 --
 docs/Community/Downloads.md                        |  11 +-
 docs/Community/Research.md                         |  66 ++--
 docs/Community/index.md                            |   3 -
 ...iesMatrix.md => DistinctCountFeaturesMatrix.md} |   7 +-
 docs/DistinctCountMeritComparisons.md              | 100 +++++
 docs/HLL/Hll_vs_CS_Hllpp.md                        |   2 +-
 docs/MajorSketchFamilies.md                        |  72 +---
 docs/Quantiles/DruidApproxHistogramStudy.md        |   2 +-
 docs/Quantiles/MomentsSketchStudy.md               |   2 +-
 docs/Quantiles/QuantilesStreamAStudy.md            |   2 +-
 docs/SketchElements.md                             |   3 -
 docs/SketchOrigins.md                              |   4 -
 docs/TheChallenge.md                               |   2 +-
 docs/Tuple/TupleEngagementExample.md               |   2 +-
 docs/img/cpc/HLL_CPC_Radar.png                     | Bin 0 -> 147727 bytes
 docs/img/hll/HLL_Radar.png                         | Bin 0 -> 141322 bytes
 img/datasketches-HorizontalColor-1.svg             |  52 +++
 img/datasketches-HorizontalWhite.svg               |  31 ++
 img/datasketches-ManColor-3.svg                    |  27 ++
 img/datasketches-ManWhite.svg                      |  12 +
 ...calWhite.svg => datasketches-VerticalWhite.svg} |   0
 img/feather.svg                                    | 138 +++++++
 index.md                                           |  17 +-
 .../apache/datasketches/docgen/TocGenerator.java   |   3 +-
 src/main/resources/docgen/toc.json                 | 359 +++++++++--------
 38 files changed, 969 insertions(+), 815 deletions(-)


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