@@ -26,7 +26,7 @@ and activated with one of the following::
2626 <file folder location>\Scripts\Activate.ps1 # Windows PowerShell
2727
2828Whenever you plan to work on Matplotlib, remember to activate the development
29- environment in your shell.
29+ environment in your shell.
3030
3131Retrieving the latest version of the code
3232=========================================
@@ -65,7 +65,7 @@ also happen if you change branches) you will have to re-run
6565Additional dependencies for testing
6666===================================
6767This section lists the additional software required for
68- :ref: `running the tests <testing >`.
68+ :ref: `running the tests <testing >`.
6969
7070Required:
7171
@@ -133,11 +133,9 @@ Optional, but recommended:
133133 built without Inkscape and optipng, but the build process will raise various
134134 warnings. If the build process warns that you are missing fonts, make sure
135135 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