diff --git a/doc/api/next_api_changes/behavior/00001-ABC.rst b/doc/api/next_api_changes/behavior/00001-ABC.rst index d1e6fc066628..f6d8c1d8b351 100644 --- a/doc/api/next_api_changes/behavior/00001-ABC.rst +++ b/doc/api/next_api_changes/behavior/00001-ABC.rst @@ -1,4 +1,4 @@ -Behavior Change template +Behavior change template ~~~~~~~~~~~~~~~~~~~~~~~~ Enter description here.... diff --git a/doc/api/next_api_changes/development/00001-ABC.rst b/doc/api/next_api_changes/development/00001-ABC.rst index dba9c7b8acca..6db90a13e44c 100644 --- a/doc/api/next_api_changes/development/00001-ABC.rst +++ b/doc/api/next_api_changes/development/00001-ABC.rst @@ -1,4 +1,4 @@ -Development Change template +Development change template ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Enter description here.... diff --git a/doc/api/next_api_changes/removals/00001-ABC.rst b/doc/api/next_api_changes/removals/00001-ABC.rst index f189bdeb861d..3cc5b6344f7f 100644 --- a/doc/api/next_api_changes/removals/00001-ABC.rst +++ b/doc/api/next_api_changes/removals/00001-ABC.rst @@ -1,4 +1,4 @@ -Removal Change template +Removal change template ~~~~~~~~~~~~~~~~~~~~~~~ Enter description of methods/classes removed here.... diff --git a/doc/users/next_whats_new/README.rst b/doc/users/next_whats_new/README.rst index 6555d229a1b5..e1b27ef97f1e 100644 --- a/doc/users/next_whats_new/README.rst +++ b/doc/users/next_whats_new/README.rst @@ -15,7 +15,7 @@ Please avoid using references in section titles, as it causes links to be confusing in the table of contents. Instead, ensure that a reference is included in the descriptive text. Include contents of the form: :: - Section Title for Feature + Section title for feature ------------------------- A bunch of text about how awesome the new feature is and examples of how diff --git a/doc/users/next_whats_new/font_fallback.rst b/doc/users/next_whats_new/font_fallback.rst index f4922e7844a1..1b27e58bd63a 100644 --- a/doc/users/next_whats_new/font_fallback.rst +++ b/doc/users/next_whats_new/font_fallback.rst @@ -1,4 +1,4 @@ -Font Fallback in Agg +Font fallback in Agg -------------------- It is now possible to specify a list of fonts families and the Agg renderer diff --git a/doc/users/next_whats_new/inset_axes_improvements.rst b/doc/users/next_whats_new/inset_axes_improvements.rst index 72d3d9e9361c..ad4918120a84 100644 --- a/doc/users/next_whats_new/inset_axes_improvements.rst +++ b/doc/users/next_whats_new/inset_axes_improvements.rst @@ -1,4 +1,4 @@ -Axes.inset_axes Flexibility +Axes.inset_axes flexibility --------------------------- `matplotlib.axes.Axes.inset_axes` now accepts the *projection*, *polar* and diff --git a/doc/users/next_whats_new/windows_arm64.rst b/doc/users/next_whats_new/windows_arm64.rst index fea1a90e896a..b649872ff2e5 100644 --- a/doc/users/next_whats_new/windows_arm64.rst +++ b/doc/users/next_whats_new/windows_arm64.rst @@ -1,4 +1,4 @@ -Windows on Arm Support +Windows on Arm support ---------------------- Preliminary support for windows on arm64 target added.