From ba529fac0454be5fa2fb2b571069c6ff5582eef7 Mon Sep 17 00:00:00 2001 From: Talha M <131553190+talhabm@users.noreply.github.com> Date: Wed, 26 Apr 2023 10:30:43 -0600 Subject: DOC: Convert titles to sentence case (#23643) Partially addresses #16261. --- doc/source/user/howtos_index.rst | 2 +- doc/source/user/theory.broadcasting.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/user') diff --git a/doc/source/user/howtos_index.rst b/doc/source/user/howtos_index.rst index 4a0a22900..ca30f7e91 100644 --- a/doc/source/user/howtos_index.rst +++ b/doc/source/user/howtos_index.rst @@ -1,7 +1,7 @@ .. _howtos: ################ -NumPy How Tos +NumPy how-tos ################ These documents are intended as recipes to common tasks using NumPy. For diff --git a/doc/source/user/theory.broadcasting.rst b/doc/source/user/theory.broadcasting.rst index a4973e4e6..f277d4afd 100644 --- a/doc/source/user/theory.broadcasting.rst +++ b/doc/source/user/theory.broadcasting.rst @@ -1,7 +1,7 @@ :orphan: =========================== -Array Broadcasting in Numpy +Array broadcasting in Numpy =========================== .. -- cgit v1.2.1