summaryrefslogtreecommitdiff
path: root/doc/source/user
diff options
context:
space:
mode:
authorTalha M <131553190+talhabm@users.noreply.github.com>2023-04-26 10:30:43 -0600
committerGitHub <noreply@github.com>2023-04-26 18:30:43 +0200
commitba529fac0454be5fa2fb2b571069c6ff5582eef7 (patch)
tree99064040b35af578b810182a99f02b83e84be6c0 /doc/source/user
parent5665fdcdf21dec575d204852b208eaecf1a1638d (diff)
downloadnumpy-ba529fac0454be5fa2fb2b571069c6ff5582eef7.tar.gz
DOC: Convert titles to sentence case (#23643)
Partially addresses #16261.
Diffstat (limited to 'doc/source/user')
-rw-r--r--doc/source/user/howtos_index.rst2
-rw-r--r--doc/source/user/theory.broadcasting.rst2
2 files changed, 2 insertions, 2 deletions
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
===========================
..