From af4e14b28e7dd7170574f8ac0294f7c32ae3c16e Mon Sep 17 00:00:00 2001 From: LTLA Date: Tue, 10 Sep 2024 15:57:46 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20tatami-i?= =?UTF-8?q?nc/tatami=5Fstats@47bad6fe53217316a633dc4312e597f10f246fe0=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/counts_8hpp_source.html | 4 ++-- docs/doxygen-awesome.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/counts_8hpp_source.html b/docs/counts_8hpp_source.html index 93f955e..80e39ab 100644 --- a/docs/counts_8hpp_source.html +++ b/docs/counts_8hpp_source.html @@ -168,7 +168,7 @@
101 opt.sparse_ordered_index = false;
102 bool count_zero = condition(0);
103
-
104 tatami::parallelize([&](int t, Index_ start, Index_ len) -> void {
+
104 tatami::parallelize([&](int thread, Index_ start, Index_ len) -> void {
105 std::vector<Value_> xbuffer(dim);
106 std::vector<Index_> ibuffer(dim);
107 auto ext = tatami::consecutive_extractor<true>(p, !row, start, len, opt);
@@ -193,7 +193,7 @@
126 }, otherdim, num_threads);
127
128 } else {
-
129 tatami::parallelize([&](int t, Index_ start, Index_ len) -> void {
+
129 tatami::parallelize([&](int thread, Index_ start, Index_ len) -> void {
130 std::vector<Value_> xbuffer(dim);
131 auto ext = tatami::consecutive_extractor<false>(p, !row, start, len);
132 auto curoutput = threaded_output_ptrs[t];
diff --git a/docs/doxygen-awesome.css b/docs/doxygen-awesome.css index a2715e2..6244a1e 100644 --- a/docs/doxygen-awesome.css +++ b/docs/doxygen-awesome.css @@ -805,6 +805,8 @@ html.dark-mode iframe#MSearchResults { #nav-tree .item { height: var(--tree-item-height); line-height: var(--tree-item-height); + overflow: hidden; + text-overflow: ellipsis; } #nav-tree .item > a:focus { @@ -823,6 +825,8 @@ html.dark-mode iframe#MSearchResults { background-image: none; background-color: transparent; position: relative; + color: var(--primary-color) !important; + font-weight: 500; } #nav-tree .selected::after {