From 6e580c59933209e8a8eb92cdfbd1a6f80798bbca Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 3 Apr 2023 00:00:49 +1000 Subject: [PATCH] remove fluff --- docs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.html b/docs.html index 29a3b4f1..d47694ef 100644 --- a/docs.html +++ b/docs.html @@ -14613,7 +14613,7 @@ The shape argument is optional; it is one of:
-
  • The implementation of 2D convolution in this version is preliminary; it is not yet fully optimised
  • +
  • The implementation of 2D convolution in this version is preliminary

  • Examples: @@ -14733,7 +14733,7 @@ a truncated and/or zero-padded version of the input matrix is used
  • Caveat: the transform is fastest when both n_rows and n_cols are a power of 2, eg. 64, 128, 256, 512, 1024, ...

  • -
  • The implementation of the transform in this version is preliminary; it is not yet fully optimised
  • +
  • The implementation of the 2D transform in this version is preliminary

  • Examples: