From 045f67e2fc4934c842142f6b064f78c4818b72f7 Mon Sep 17 00:00:00 2001 From: Teque5 Date: Tue, 20 Jan 2026 11:17:22 -0800 Subject: [PATCH] fix table syntax err --- docs/source/converters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/converters.rst b/docs/source/converters.rst index 6abef0f..4b4bed9 100644 --- a/docs/source/converters.rst +++ b/docs/source/converters.rst @@ -139,7 +139,7 @@ The following table summarizes tested BLUE formats and their compatibility with "Code", ":abbr:`B (int8)`", ":abbr:`I (int16)`", ":abbr:`L (int32)`", ":abbr:`X (int64)`", ":abbr:`F (float32)`", ":abbr:`D (float64)`", ":abbr:`P (packed)`", ":abbr:`N (int4)`" ":abbr:`S (scalar)`", "✅", "✅", "✅", "✅", "✅", "✅", "❌", "❌" - ":abbr:`C (complex)`", "✅", "✅", "✅", "✅", "✅", ""✅", "❌", "❌" + ":abbr:`C (complex)`", "✅", "✅", "✅", "✅", "✅", "✅", "❌", "❌" **Legend:** * ✅ = Tested and known working