From a4970c87adc7cf05fd352f55f240796409fe4c2f Mon Sep 17 00:00:00 2001 From: Alejandro Gaspar Date: Tue, 17 Feb 2026 19:59:37 -0600 Subject: [PATCH 1/2] Fix typo in CUDA Simulator title Remove duplicate 'the' in CUDA Simulator docs --- docs/source/user/simulator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/simulator.rst b/docs/source/user/simulator.rst index 4a34cc00f..72a50f529 100644 --- a/docs/source/user/simulator.rst +++ b/docs/source/user/simulator.rst @@ -6,7 +6,7 @@ .. _simulator: ================================================= -Debugging CUDA Python with the the CUDA Simulator +Debugging CUDA Python with the CUDA Simulator ================================================= Numba includes a CUDA Simulator that implements most of the semantics in CUDA From e23e75998e31baba94efb57d651d2d60f9ecb4c4 Mon Sep 17 00:00:00 2001 From: Alejandro Gaspar <35607667+alejandrgaspar@users.noreply.github.com> Date: Wed, 18 Feb 2026 12:54:20 -0600 Subject: [PATCH 2/2] Ensure the punctuation character length matches the length of the title Co-authored-by: Graham Markall <535640+gmarkall@users.noreply.github.com> --- docs/source/user/simulator.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/user/simulator.rst b/docs/source/user/simulator.rst index 72a50f529..8fb28bcec 100644 --- a/docs/source/user/simulator.rst +++ b/docs/source/user/simulator.rst @@ -5,9 +5,9 @@ .. _simulator: -================================================= +============================================= Debugging CUDA Python with the CUDA Simulator -================================================= +============================================= Numba includes a CUDA Simulator that implements most of the semantics in CUDA Python using the Python interpreter and some additional Python code. This can