From 0922977c77e7ed63f15d777d70eb386e80c6390b Mon Sep 17 00:00:00 2001 From: Juniper Tyree <50025784+juntyr@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:08:40 +0200 Subject: [PATCH] Fix elementwise min/max doc header level --- docs/api/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/functions.md b/docs/api/functions.md index 5a963ec..1902023 100644 --- a/docs/api/functions.md +++ b/docs/api/functions.md @@ -110,7 +110,7 @@ NumPy QuadDType supports a comprehensive set of NumPy universal functions (ufunc | `np.greater` | `>` | Greater than | | `np.greater_equal` | `>=` | Greater than or equal | -### Element-wise Minimum/Maximum +## Element-wise Minimum/Maximum | Function | Description | |----------|-------------|