Skip to content

Commit eced215

Browse files
committed
More doc formatting
1 parent 4b8a545 commit eced215

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/getting_started/tutorials/03.lazyarray-udf-kernels.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"source": [
2828
"### Choosing the Right Interface\n",
2929
"\n",
30-
"| Goal | Recommended API |\n",
31-
"|--------------------------------------------------------------| --- |\n",
32-
"| Elementwise formulas using built-in functions/operators | `blosc2.lazyexpr(...)` |\n",
33-
"| Arbitrary Python logic (including numba) over blocks/chunks | `blosc2.lazyudf(...)` |\n",
34-
"| DSL subset with early syntax checks and optional miniexpr JIT | `@blosc2.dsl_kernel` + `blosc2.lazyudf(...)` |\n"
30+
"| Goal | Recommended API |\n",
31+
"|--------------------------------------------------------------|------------------------------------------|\n",
32+
"| Elementwise formulas using built-in functions/operators | blosc2.lazyexpr(...) |\n",
33+
"| Arbitrary Python logic (including numba) over blocks/chunks | blosc2.lazyudf(...) |\n",
34+
"| DSL subset with early syntax checks and optional miniexpr JIT | @blosc2.dsl_kernel + blosc2.lazyudf(...) |\n"
3535
]
3636
},
3737
{

0 commit comments

Comments
 (0)