From a45656b8b66f367740a757399b28b0cbabe56500 Mon Sep 17 00:00:00 2001 From: harsha-mangena <44197358+harsha-mangena@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:13:02 -0400 Subject: [PATCH] docs: remove code-block:: python from docs (#1366) - refer #1264 - fixed minor documentation issue --- python/python/lancedb/table.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/python/lancedb/table.py b/python/python/lancedb/table.py index 1fc9ca4d..d9ab1add 100644 --- a/python/python/lancedb/table.py +++ b/python/python/lancedb/table.py @@ -337,7 +337,6 @@ class Table(ABC): For example, the following scan will be faster if the column ``my_col`` has a scalar index: - .. code-block:: python import lancedb @@ -348,8 +347,6 @@ class Table(ABC): Scalar indices can also speed up scans containing a vector search and a prefilter: - .. code-block::python - import lancedb db = lancedb.connect("/data/lance") @@ -385,7 +382,6 @@ class Table(ABC): Examples -------- - .. code-block:: python import lance