summaryrefslogtreecommitdiff
path: root/doc/source/reference/global_state.rst
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/reference/global_state.rst
parent5665fdcdf21dec575d204852b208eaecf1a1638d (diff)
downloadnumpy-ba529fac0454be5fa2fb2b571069c6ff5582eef7.tar.gz
DOC: Convert titles to sentence case (#23643)
Partially addresses #16261.
Diffstat (limited to 'doc/source/reference/global_state.rst')
-rw-r--r--doc/source/reference/global_state.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/reference/global_state.rst b/doc/source/reference/global_state.rst
index d73da4244..a898450af 100644
--- a/doc/source/reference/global_state.rst
+++ b/doc/source/reference/global_state.rst
@@ -1,7 +1,7 @@
.. _global_state:
************
-Global State
+Global state
************
NumPy has a few import-time, compile-time, or runtime options
@@ -11,10 +11,10 @@ purposes and will not be interesting to the vast majority
of users.
-Performance-Related Options
+Performance-related options
===========================
-Number of Threads used for Linear Algebra
+Number of threads used for Linear Algebra
-----------------------------------------
NumPy itself is normally intentionally limited to a single thread
@@ -56,10 +56,10 @@ Setting ``NPY_DISABLE_CPU_FEATURES`` will exclude simd features at runtime.
See :ref:`runtime-simd-dispatch`.
-Debugging-Related Options
+Debugging-related options
=========================
-Relaxed Strides Checking
+Relaxed strides checking
------------------------
The *compile-time* environment variable::