summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSayantika Banik <sayantikabanik122@gmail.com>2021-09-08 06:13:31 +0000
committerSayantika Banik <sayantikabanik122@gmail.com>2021-09-08 06:13:31 +0000
commit9680d760cdb08cc54c18657c77269853670f17e9 (patch)
treea952ced8f4fee52af9e9902215de35cee5919951
parent2ae1e068710174dc57b5ba5ad688517608efcf26 (diff)
downloadnumpy-9680d760cdb08cc54c18657c77269853670f17e9.tar.gz
Mix capitalization fix for page titles [sentence case implementation]
-rw-r--r--doc/neps/nep-0000.rst2
-rw-r--r--doc/neps/nep-0001-npy-format.rst2
-rw-r--r--doc/neps/nep-0005-generalized-ufuncs.rst2
-rw-r--r--doc/neps/nep-0006-newbugtracker.rst2
-rw-r--r--doc/neps/nep-0010-new-iterator-ufunc.rst4
-rw-r--r--doc/neps/nep-0011-deferred-ufunc-evaluation.rst2
-rw-r--r--doc/neps/nep-0012-missing-data.rst2
-rw-r--r--doc/neps/nep-0013-ufunc-overrides.rst2
-rw-r--r--doc/neps/nep-0017-split-out-maskedarray.rst2
-rw-r--r--doc/neps/nep-0019-rng-policy.rst2
-rw-r--r--doc/neps/nep-0020-gufunc-signature-enhancement.rst2
-rw-r--r--doc/neps/nep-0024-missing-data-2.rst2
-rw-r--r--doc/neps/nep-0026-missing-data-summary.rst2
-rw-r--r--doc/neps/nep-0027-zero-rank-arrarys.rst2
-rw-r--r--doc/neps/nep-0030-duck-array-protocol.rst4
-rw-r--r--doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst2
-rw-r--r--doc/neps/nep-0040-legacy-datatype-impl.rst2
-rw-r--r--doc/neps/nep-0041-improved-dtype-support.rst2
-rw-r--r--doc/neps/nep-0043-extensible-ufuncs.rst2
-rw-r--r--doc/neps/nep-0044-restructuring-numpy-docs.rst2
-rw-r--r--doc/neps/nep-0045-c_style_guide.rst2
-rw-r--r--doc/neps/nep-0046-sponsorship-guidelines.rst2
-rw-r--r--doc/neps/nep-0048-spending-project-funds.rst2
-rw-r--r--doc/neps/nep-template.rst2
-rw-r--r--doc/neps/roadmap.rst2
-rw-r--r--doc/source/index.rst2
-rw-r--r--doc/source/release.rst2
27 files changed, 29 insertions, 29 deletions
diff --git a/doc/neps/nep-0000.rst b/doc/neps/nep-0000.rst
index 7f841b7e2..044edebc7 100644
--- a/doc/neps/nep-0000.rst
+++ b/doc/neps/nep-0000.rst
@@ -1,7 +1,7 @@
.. _NEP00:
===========================
-NEP 0 — Purpose and Process
+NEP 0 — Purpose and process
===========================
:Author: Jarrod Millman <millman@berkeley.edu>
diff --git a/doc/neps/nep-0001-npy-format.rst b/doc/neps/nep-0001-npy-format.rst
index fdf4ae47a..fb6754f5c 100644
--- a/doc/neps/nep-0001-npy-format.rst
+++ b/doc/neps/nep-0001-npy-format.rst
@@ -1,7 +1,7 @@
.. _NEP01:
=============================================
-NEP 1 — A Simple File Format for NumPy Arrays
+NEP 1 — A simple file format for NumPy arrays
=============================================
:Author: Robert Kern <robert.kern@gmail.com>
diff --git a/doc/neps/nep-0005-generalized-ufuncs.rst b/doc/neps/nep-0005-generalized-ufuncs.rst
index 43459a555..4e0f201ff 100644
--- a/doc/neps/nep-0005-generalized-ufuncs.rst
+++ b/doc/neps/nep-0005-generalized-ufuncs.rst
@@ -1,7 +1,7 @@
.. _NEP05:
=======================================
-NEP 5 — Generalized Universal Functions
+NEP 5 — Generalized universal functions
=======================================
:Status: Final
diff --git a/doc/neps/nep-0006-newbugtracker.rst b/doc/neps/nep-0006-newbugtracker.rst
index cb13f7882..da6a00fe7 100644
--- a/doc/neps/nep-0006-newbugtracker.rst
+++ b/doc/neps/nep-0006-newbugtracker.rst
@@ -1,7 +1,7 @@
.. _NEP06:
===================================================
-NEP 6 — Replacing Trac with a different bug tracker
+NEP 6 — Replacing trac with a different bug tracker
===================================================
:Author: David Cournapeau, Stefan van der Walt
diff --git a/doc/neps/nep-0010-new-iterator-ufunc.rst b/doc/neps/nep-0010-new-iterator-ufunc.rst
index 4e7fdfdf5..fd89e96b4 100644
--- a/doc/neps/nep-0010-new-iterator-ufunc.rst
+++ b/doc/neps/nep-0010-new-iterator-ufunc.rst
@@ -1,7 +1,7 @@
.. _NEP10:
==============================================
-NEP 10 — Optimizing Iterator/UFunc Performance
+NEP 10 — Optimizing Iterator/UFunc performance
==============================================
:Author: Mark Wiebe <mwwiebe@gmail.com>
@@ -10,7 +10,7 @@ NEP 10 — Optimizing Iterator/UFunc Performance
:Status: Final
*****************
-Table of Contents
+Table of contents
*****************
.. contents::
diff --git a/doc/neps/nep-0011-deferred-ufunc-evaluation.rst b/doc/neps/nep-0011-deferred-ufunc-evaluation.rst
index 866a774d1..fde034378 100644
--- a/doc/neps/nep-0011-deferred-ufunc-evaluation.rst
+++ b/doc/neps/nep-0011-deferred-ufunc-evaluation.rst
@@ -1,7 +1,7 @@
.. _NEP11:
==================================
-NEP 11 — Deferred UFunc Evaluation
+NEP 11 — Deferred UFunc evaluation
==================================
:Author: Mark Wiebe <mwwiebe@gmail.com>
diff --git a/doc/neps/nep-0012-missing-data.rst b/doc/neps/nep-0012-missing-data.rst
index f47feadbd..c590e8fc3 100644
--- a/doc/neps/nep-0012-missing-data.rst
+++ b/doc/neps/nep-0012-missing-data.rst
@@ -1,7 +1,7 @@
.. _NEP12:
============================================
-NEP 12 — Missing Data Functionality in NumPy
+NEP 12 — Missing data functionality in NumPy
============================================
:Author: Mark Wiebe <mwwiebe@gmail.com>
diff --git a/doc/neps/nep-0013-ufunc-overrides.rst b/doc/neps/nep-0013-ufunc-overrides.rst
index ceb8b23e9..2f455e9b4 100644
--- a/doc/neps/nep-0013-ufunc-overrides.rst
+++ b/doc/neps/nep-0013-ufunc-overrides.rst
@@ -1,7 +1,7 @@
.. _NEP13:
==========================================
-NEP 13 — A Mechanism for Overriding Ufuncs
+NEP 13 — A mechanism for overriding Ufuncs
==========================================
.. currentmodule:: numpy
diff --git a/doc/neps/nep-0017-split-out-maskedarray.rst b/doc/neps/nep-0017-split-out-maskedarray.rst
index 151c5ad1a..5cb1c0c39 100644
--- a/doc/neps/nep-0017-split-out-maskedarray.rst
+++ b/doc/neps/nep-0017-split-out-maskedarray.rst
@@ -1,7 +1,7 @@
.. _NEP17:
================================
-NEP 17 — Split Out Masked Arrays
+NEP 17 — Split out masked arrays
================================
:Author: Stéfan van der Walt <stefanv@berkeley.edu>
diff --git a/doc/neps/nep-0019-rng-policy.rst b/doc/neps/nep-0019-rng-policy.rst
index 077997f43..c5c46603b 100644
--- a/doc/neps/nep-0019-rng-policy.rst
+++ b/doc/neps/nep-0019-rng-policy.rst
@@ -1,7 +1,7 @@
.. _NEP19:
=======================================
-NEP 19 — Random Number Generator Policy
+NEP 19 — Random number generator policy
=======================================
:Author: Robert Kern <robert.kern@gmail.com>
diff --git a/doc/neps/nep-0020-gufunc-signature-enhancement.rst b/doc/neps/nep-0020-gufunc-signature-enhancement.rst
index 90ed930b4..961cf4584 100644
--- a/doc/neps/nep-0020-gufunc-signature-enhancement.rst
+++ b/doc/neps/nep-0020-gufunc-signature-enhancement.rst
@@ -1,7 +1,7 @@
.. _NEP20:
===============================================================
-NEP 20 — Expansion of Generalized Universal Function Signatures
+NEP 20 — Expansion of generalized universal function signatures
===============================================================
:Author: Marten van Kerkwijk <mhvk@astro.utoronto.ca>
diff --git a/doc/neps/nep-0024-missing-data-2.rst b/doc/neps/nep-0024-missing-data-2.rst
index 903ece1ba..c0e2d2ce7 100644
--- a/doc/neps/nep-0024-missing-data-2.rst
+++ b/doc/neps/nep-0024-missing-data-2.rst
@@ -1,7 +1,7 @@
.. _NEP24:
=============================================================
-NEP 24 — Missing Data Functionality - Alternative 1 to NEP 12
+NEP 24 — Missing data functionality - Alternative 1 to NEP 12
=============================================================
:Author: Nathaniel J. Smith <njs@pobox.com>, Matthew Brett <matthew.brett@gmail.com>
diff --git a/doc/neps/nep-0026-missing-data-summary.rst b/doc/neps/nep-0026-missing-data-summary.rst
index 49d89d828..08dbf36d4 100644
--- a/doc/neps/nep-0026-missing-data-summary.rst
+++ b/doc/neps/nep-0026-missing-data-summary.rst
@@ -1,7 +1,7 @@
.. _NEP26:
====================================================
-NEP 26 — Summary of Missing Data NEPs and discussion
+NEP 26 — Summary of missing data NEPs and discussion
====================================================
:Author: Mark Wiebe <mwwiebe@gmail.com>, Nathaniel J. Smith <njs@pobox.com>
diff --git a/doc/neps/nep-0027-zero-rank-arrarys.rst b/doc/neps/nep-0027-zero-rank-arrarys.rst
index cb3972675..4515cf96f 100644
--- a/doc/neps/nep-0027-zero-rank-arrarys.rst
+++ b/doc/neps/nep-0027-zero-rank-arrarys.rst
@@ -1,7 +1,7 @@
.. _NEP27:
=========================
-NEP 27 — Zero Rank Arrays
+NEP 27 — Zero rank arrays
=========================
:Author: Alexander Belopolsky (sasha), transcribed Matt Picus <matti.picus@gmail.com>
diff --git a/doc/neps/nep-0030-duck-array-protocol.rst b/doc/neps/nep-0030-duck-array-protocol.rst
index 11a297132..1a764b867 100644
--- a/doc/neps/nep-0030-duck-array-protocol.rst
+++ b/doc/neps/nep-0030-duck-array-protocol.rst
@@ -1,14 +1,14 @@
.. _NEP30:
======================================================
-NEP 30 — Duck Typing for NumPy Arrays - Implementation
+NEP 30 — Duck typing for NumPy arrays - Implementation
======================================================
:Author: Peter Andreas Entschev <pentschev@nvidia.com>
:Author: Stephan Hoyer <shoyer@google.com>
:Status: Draft
:Type: Standards Track
-:Created: 2019-07-31
+:Created:
:Updated: 2019-07-31
:Resolution:
diff --git a/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst b/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
index 3a689a4dc..64d11a6f6 100644
--- a/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
+++ b/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
@@ -1,7 +1,7 @@
.. _NEP35:
===========================================================
-NEP 35 — Array Creation Dispatching With __array_function__
+NEP 35 — Array creation dispatching with __array_function__
===========================================================
:Author: Peter Andreas Entschev <pentschev@nvidia.com>
diff --git a/doc/neps/nep-0040-legacy-datatype-impl.rst b/doc/neps/nep-0040-legacy-datatype-impl.rst
index 7ea7f6df3..178fb590f 100644
--- a/doc/neps/nep-0040-legacy-datatype-impl.rst
+++ b/doc/neps/nep-0040-legacy-datatype-impl.rst
@@ -1,7 +1,7 @@
.. _NEP40:
================================================
-NEP 40 — Legacy Datatype Implementation in NumPy
+NEP 40 — Legacy datatype implementation in NumPy
================================================
:title: Legacy Datatype Implementation in NumPy
diff --git a/doc/neps/nep-0041-improved-dtype-support.rst b/doc/neps/nep-0041-improved-dtype-support.rst
index d7a08562d..0e0a5ac53 100644
--- a/doc/neps/nep-0041-improved-dtype-support.rst
+++ b/doc/neps/nep-0041-improved-dtype-support.rst
@@ -1,7 +1,7 @@
.. _NEP41:
=================================================
-NEP 41 — First step towards a new Datatype System
+NEP 41 — First step towards a new datatype system
=================================================
:title: First step towards a new Datatype System
diff --git a/doc/neps/nep-0043-extensible-ufuncs.rst b/doc/neps/nep-0043-extensible-ufuncs.rst
index cd73108e4..45cdc8ee4 100644
--- a/doc/neps/nep-0043-extensible-ufuncs.rst
+++ b/doc/neps/nep-0043-extensible-ufuncs.rst
@@ -1,7 +1,7 @@
.. _NEP43:
==============================================================================
-NEP 43 — Enhancing the Extensibility of UFuncs
+NEP 43 — Enhancing the extensibility of UFuncs
==============================================================================
:title: Enhancing the Extensibility of UFuncs
diff --git a/doc/neps/nep-0044-restructuring-numpy-docs.rst b/doc/neps/nep-0044-restructuring-numpy-docs.rst
index 229856547..fd41e0c2a 100644
--- a/doc/neps/nep-0044-restructuring-numpy-docs.rst
+++ b/doc/neps/nep-0044-restructuring-numpy-docs.rst
@@ -1,7 +1,7 @@
.. _NEP44:
===================================================
-NEP 44 — Restructuring the NumPy Documentation
+NEP 44 — Restructuring the NumPy documentation
===================================================
:Author: Ralf Gommers
diff --git a/doc/neps/nep-0045-c_style_guide.rst b/doc/neps/nep-0045-c_style_guide.rst
index 5a2fcf946..9a6323873 100644
--- a/doc/neps/nep-0045-c_style_guide.rst
+++ b/doc/neps/nep-0045-c_style_guide.rst
@@ -1,7 +1,7 @@
.. _NEP45:
=================================
-NEP 45 — C Style Guide
+NEP 45 — C style guide
=================================
:Author: Charles Harris <charlesr.harris@gmail.com>
diff --git a/doc/neps/nep-0046-sponsorship-guidelines.rst b/doc/neps/nep-0046-sponsorship-guidelines.rst
index b8b312aa5..8535cb554 100644
--- a/doc/neps/nep-0046-sponsorship-guidelines.rst
+++ b/doc/neps/nep-0046-sponsorship-guidelines.rst
@@ -1,7 +1,7 @@
.. _NEP46:
=====================================
-NEP 46 — NumPy Sponsorship Guidelines
+NEP 46 — NumPy sponsorship guidelines
=====================================
:Author: Ralf Gommers <ralf.gommers@gmail.com>
diff --git a/doc/neps/nep-0048-spending-project-funds.rst b/doc/neps/nep-0048-spending-project-funds.rst
index 3571eef2d..d2924d4a9 100644
--- a/doc/neps/nep-0048-spending-project-funds.rst
+++ b/doc/neps/nep-0048-spending-project-funds.rst
@@ -1,7 +1,7 @@
.. _NEP48:
=====================================
-NEP 48 — Spending NumPy Project Funds
+NEP 48 — Spending NumPy project funds
=====================================
:Author: Ralf Gommers <ralf.gommers@gmail.com>
diff --git a/doc/neps/nep-template.rst b/doc/neps/nep-template.rst
index 42f717c7a..bbb48eaae 100644
--- a/doc/neps/nep-template.rst
+++ b/doc/neps/nep-template.rst
@@ -1,5 +1,5 @@
=================================
-NEP X — Template and Instructions
+NEP X — Template and instructions
=================================
:Author: <list of authors' real names and optionally, email addresses>
diff --git a/doc/neps/roadmap.rst b/doc/neps/roadmap.rst
index 7e5d1a03b..6a9761b05 100644
--- a/doc/neps/roadmap.rst
+++ b/doc/neps/roadmap.rst
@@ -1,5 +1,5 @@
=============
-NumPy Roadmap
+NumPy roadmap
=============
This is a live snapshot of tasks and features we will be investing resources
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 21dec00fe..aac820a6f 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1,7 +1,7 @@
.. _numpy_docs_mainpage:
###################
-NumPy Documentation
+NumPy documentation
###################
.. toctree::
diff --git a/doc/source/release.rst b/doc/source/release.rst
index e9057a531..62bd15790 100644
--- a/doc/source/release.rst
+++ b/doc/source/release.rst
@@ -1,5 +1,5 @@
*************
-Release Notes
+Release notes
*************
.. toctree::