@@ -26,7 +26,7 @@ and activated with one of the following::
26
26
<file folder location>\Scripts\Activate.ps1 # Windows PowerShell
27
27
28
28
Whenever you plan to work on Matplotlib, remember to activate the development
29
- environment in your shell.
29
+ environment in your shell.
30
30
31
31
Retrieving the latest version of the code
32
32
=========================================
@@ -65,7 +65,7 @@ also happen if you change branches) you will have to re-run
65
65
Additional dependencies for testing
66
66
===================================
67
67
This section lists the additional software required for
68
- :ref: `running the tests <testing >`.
68
+ :ref: `running the tests <testing >`.
69
69
70
70
Required:
71
71
@@ -133,11 +133,9 @@ Optional, but recommended:
133
133
built without Inkscape and optipng, but the build process will raise various
134
134
warnings. If the build process warns that you are missing fonts, make sure
135
135
your LaTeX distribution bundles cm-super or install it separately.
136
-
137
- .. _troubleshooting :
138
-
139
- Troubleshooting
140
- ===============
141
- * pytest - If the test runner is failing, verify that the pytest you are using
142
- is installed in your environment using the ``which pytest `` and ``which python ``
143
- commands. If the paths are not the same, install pytest in your environment.
136
+
137
+ Troubleshooting
138
+ ===============
139
+ * pytest - If the test runner is failing, verify that the pytest you are using
140
+ is installed in your environment using the ``which pytest `` and ``which python ``
141
+ commands. If the paths are not the same, install pytest in your environment.
0 commit comments