File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -187,12 +187,12 @@ In all cases the required version of pip is embedded in the CPython source.
187
187
188
188
.. _development-dependencies :
189
189
190
- Additional dependencies for development
191
- =======================================
190
+ Dependencies for building Matplotlib
191
+ ====================================
192
192
193
193
.. _setup-dependencies :
194
194
195
- Setup Dependencies
195
+ Setup dependencies
196
196
------------------
197
197
198
198
- `certifi <https://pypi.org/project/certifi/ >`_ (>= 2020.06.20). Used while
@@ -206,7 +206,7 @@ Setup Dependencies
206
206
207
207
.. _compile-dependencies :
208
208
209
- C++ Compiler
209
+ C++ compiler
210
210
------------
211
211
212
212
Matplotlib requires a C++ compiler that supports C++11.
@@ -220,7 +220,7 @@ Matplotlib requires a C++ compiler that supports C++11.
220
220
221
221
.. _test-dependencies :
222
222
223
- Additional dependencies for testing
223
+ Dependencies for testing Matplotlib
224
224
===================================
225
225
This section lists the additional software required for
226
226
:ref: `running the tests <testing >`.
@@ -281,8 +281,8 @@ will be skipped by pytest.
281
281
282
282
.. _doc-dependencies :
283
283
284
- Additional dependencies for building documentation
285
- ==================================================
284
+ Dependencies for building Matplotlib's documentation
285
+ ====================================================
286
286
287
287
Python packages
288
288
---------------
You can’t perform that action at this time.
0 commit comments