Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b727d72

Browse files
committed
Consistent capitalization of section headers
1 parent 831a13c commit b727d72

16 files changed

Lines changed: 63 additions & 62 deletions

doc/api/next_api_changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
================
3-
Next API Changes
3+
Next API changes
44
================
55

66
.. ifconfig:: releaselevel == 'dev'

doc/devel/coding_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Organizational topics:
8585

8686
.. _pr-guidelines-details:
8787

88-
Detailed Guidelines
88+
Detailed guidelines
8989
===================
9090

9191
.. _pr-documentation:
@@ -246,7 +246,7 @@ Number of commits and squashing
246246

247247
.. _branches_and_backports:
248248

249-
Branches and Backports
249+
Branches and backports
250250
======================
251251

252252
Current branches

doc/devel/color_changes.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _color_changes:
22

33
*********************
4-
Default Color changes
4+
Default color changes
55
*********************
66

77
As discussed at length elsewhere [insert links], ``jet`` is an
@@ -14,7 +14,7 @@ plots and to adopt a different colormap for filled plots (``imshow``,
1414
``pcolor``, ``contourf``, etc) and for scatter like plots.
1515

1616

17-
Default Heat Map Colormap
17+
Default heat map colormap
1818
-------------------------
1919

2020
The choice of a new colormap is fertile ground to bike-shedding ("No,
@@ -57,10 +57,10 @@ Nathaniel Smith) to evaluate proposed colormaps.
5757
Example script
5858
++++++++++++++
5959

60-
Proposed Colormaps
60+
Proposed colormaps
6161
++++++++++++++++++
6262

63-
Default Scatter Colormap
63+
Default scatter colormap
6464
------------------------
6565

6666
For heat-map like applications it can be desirable to cover as much of
@@ -99,10 +99,10 @@ Example script
9999
qd = np.random.rand(np.prod(X.shape))
100100
Q.set_array(qd)
101101

102-
Proposed Colormaps
102+
Proposed colormaps
103103
++++++++++++++++++
104104

105-
Color Cycle / Qualitative colormap
105+
Color cycle / qualitative colormap
106106
-----------------------------------
107107

108108
When plotting lines it is frequently desirable to plot multiple lines
@@ -131,5 +131,5 @@ Example script
131131

132132
ax2.set_xlim(0, 2*np.pi)
133133

134-
Proposed Color cycle
134+
Proposed color cycle
135135
++++++++++++++++++++

doc/devel/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is expected to abide by our
1212
The project is hosted on
1313
https://github.com/matplotlib/matplotlib
1414

15-
Contributor Incubator
15+
Contributor incubator
1616
=====================
1717

1818
If you are interested in becoming a regular contributor to Matplotlib, but
@@ -28,7 +28,7 @@ in community work, or get "pre-review" on your PR.
2828

2929
.. _new_contributors:
3030

31-
Issues for New Contributors
31+
Issues for new contributors
3232
---------------------------
3333

3434
While any contributions are welcome, we have marked some issues as

doc/devel/min_dep_policy.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _min_deps_policy:
22

33
======================================
4-
Minimum Version of Dependencies Policy
4+
Minimum version of dependencies policy
55
======================================
66

77
For the purpose of this document, 'minor version' is in the sense of
@@ -32,7 +32,7 @@ on every major and minor release, but never on a patch release.
3232

3333
See also the :ref:`list-of-dependency-min-versions`.
3434

35-
Python Dependencies
35+
Python dependencies
3636
===================
3737

3838
For Python dependencies we should support at least:
@@ -48,7 +48,7 @@ without complied extensions
4848
We will only bump these dependencies as we need new features or the old
4949
versions no longer support our minimum NumPy or Python.
5050

51-
Test and Documentation Dependencies
51+
Test and documentation dependencies
5252
===================================
5353

5454
As these packages are only needed for testing or building the docs and

doc/devel/release_guide.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. _release-guide:
44

55
=============
6-
Release Guide
6+
Release guide
77
=============
88

99

@@ -45,8 +45,8 @@ is currently broken::
4545

4646
.. _release_ghstats:
4747

48-
GitHub Stats
49-
============
48+
GitHub statistics
49+
=================
5050

5151

5252
We automatically extract GitHub issue, PRs, and authors from GitHub via the
@@ -85,7 +85,7 @@ most common issue is ``*`` which is interpreted as unclosed markup).
8585

8686
.. _release_chkdocs:
8787

88-
Update and Validate the Docs
88+
Update and validate the docs
8989
============================
9090

9191
Merge ``*-doc`` branch
@@ -101,7 +101,7 @@ When making major or minor releases, update the supported versions in the
101101
Security Policy in :file:`SECURITY.md`. Commonly, this may be one or two
102102
previous minor releases, but is dependent on release managers.
103103

104-
Update "What's New" and "API changes"
104+
Update "What's new" and "API changes"
105105
-------------------------------------
106106

107107
Before tagging major and minor releases, the "what's new" and "API changes"
@@ -216,7 +216,7 @@ On this branch un-comment the globs from :ref:`release_chkdocs`. And then ::
216216

217217
.. _release_DOI:
218218

219-
Release Management / DOI
219+
Release management / DOI
220220
========================
221221

222222
Via the `GitHub UI
@@ -308,7 +308,7 @@ Congratulations, you have now done the second scariest part!
308308

309309
.. _release_docs:
310310

311-
Build and Deploy Documentation
311+
Build and deploy documentation
312312
==============================
313313

314314
To build the documentation you must have the tagged version installed, but

doc/devel/style_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
=========================
3-
Documentation Style Guide
3+
Documentation style guide
44
=========================
55

66
This guide contains best practices for the language and formatting of Matplotlib

doc/devel/triage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following actions are typically useful:
6262
explores how to lead online discussions in the context of open source.
6363

6464

65-
Triage Team
65+
Triage team
6666
-----------
6767

6868

doc/faq/environment_variables_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _environment-variables:
22

33
*********************
4-
Environment Variables
4+
Environment variables
55
*********************
66

77
.. contents::

doc/resources/index.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. _resources-index:
22

3-
*******************
4-
External Resources
5-
*******************
3+
******************
4+
External resources
5+
******************
66

77

8-
=============================
9-
Books, Chapters and Articles
10-
=============================
8+
============================
9+
Books, chapters and articles
10+
============================
1111

1212
* `Mastering matplotlib
1313
<https://www.packtpub.com/big-data-and-business-intelligence/mastering-matplotlib>`_
@@ -33,9 +33,9 @@
3333
<http://scipython.com/book/chapter-7-matplotlib/>`_
3434
by Christian Hill
3535

36-
=======
37-
Videos
38-
=======
36+
======
37+
Videos
38+
======
3939

4040
* `Plotting with matplotlib <https://www.youtube.com/watch?v=P7SVi0YTIuE>`_
4141
by Mike Müller
@@ -51,9 +51,9 @@
5151
<http://shop.oreilly.com/product/0636920046592.do>`_
5252
by Randal S. Olson
5353

54-
==========
55-
Tutorials
56-
==========
54+
=========
55+
Tutorials
56+
=========
5757

5858
* `Matplotlib tutorial <http://www.labri.fr/perso/nrougier/teaching/matplotlib/>`_
5959
by Nicolas P. Rougier

0 commit comments

Comments
 (0)