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/datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6f792a89 update ToC with t-digest
6f792a89 is described below
commit 6f792a89c3cb6aac40408c3d54380ec8ed75e877
Author: Lee Rhodes <[email protected]>
AuthorDate: Tue Nov 5 12:24:56 2024 -0500
update ToC with t-digest
---
src/main/resources/docgen/toc.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/docgen/toc.json
b/src/main/resources/docgen/toc.json
index 349f6689..50d9aa5a 100644
--- a/src/main/resources/docgen/toc.json
+++ b/src/main/resources/docgen/toc.json
@@ -56,7 +56,8 @@
{"class":"Doc", "desc" : "Quantiles Overview",
"dir" : "QuantilesAll", "file": "QuantilesOverview" },
{"class":"Doc", "desc" : "KLL Sketches",
"dir" : "KLL", "file": "KLLSketch" },
{"class":"Doc", "desc" : "Classic Quantiles Sketches",
"dir" : "Quantiles", "file": "ClassicQuantilesSketch" },
- {"class":"Doc", "desc" : "REQ Floats Sketch",
"dir" : "REQ", "file": "ReqSketch" },
+ {"class":"Doc", "desc" : "REQ Sketch",
"dir" : "REQ", "file": "ReqSketch" },
+ {"class":"Doc", "desc" : "t-digest",
"dir" : "tdigest", "file": "tdigest" },
]
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]