From adff6b79c0e9f96e15dc23e894741dd112c09ff9 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Wed, 22 Apr 2026 08:58:36 +0200 Subject: [PATCH] DOC: Fix rst syntax Directive have 2 colons, (and usually a blank line) --- src/uarray/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/uarray/__init__.py b/src/uarray/__init__.py index f829a25b..06eed5ba 100644 --- a/src/uarray/__init__.py +++ b/src/uarray/__init__.py @@ -1,5 +1,6 @@ """ -.. note: +.. note:: + If you are looking for overrides for NumPy-specific methods, see the documentation for :obj:`unumpy`. This page explains how to write back-ends and multimethods.