@@ -14,7 +14,7 @@ Submitting a bug report
1414
1515If you find a bug in the code or documentation, do not hesitate to submit a
1616ticket to the
17- `Bug Tracker <https://github.com/matplotlib/matplotlib/issues >`_. You are also
17+ `Bug Tracker <https://github.com/matplotlib/matplotlib/issues >`_. You are also
1818welcome to post feature requests or pull requests.
1919
2020If you are reporting a bug, please do your best to include the following:
@@ -23,7 +23,7 @@ If you are reporting a bug, please do your best to include the following:
2323 sentences.
2424
2525 2. A short, self-contained code snippet to reproduce the bug, ideally allowing
26- a simple copy and paste to reproduce. Please do your best to reduce the code
26+ a simple copy and paste to reproduce. Please do your best to reduce the code
2727 snippet to the minimum required.
2828
2929 3. The actual outcome of the code snippet
@@ -42,7 +42,7 @@ If you are reporting a bug, please do your best to include the following:
4242
4343We have preloaded the issue creation page with a Markdown template that you can
4444use to organize this information.
45-
45+
4646Thank you for your help in keeping bug reports complete, targeted and descriptive.
4747
4848Retrieving and installing the latest version of the code
@@ -79,8 +79,8 @@ You can check out the latest sources with the command (see
7979
8080 git clone https://github.com:matplotlib/matplotlib.git
8181
82- and navigate to the :file: `matplotlib ` directory. If you have the proper privileges,
83- you can use ``git@ `` instead of ``https:// ``, which works through the ssh protocol
82+ and navigate to the :file: `matplotlib ` directory. If you have the proper privileges,
83+ you can use ``git@ `` instead of ``https:// ``, which works through the ssh protocol
8484and might be easier to use if you are using 2-factor authentication.
8585
8686
@@ -427,7 +427,7 @@ Developing a new backend
427427------------------------
428428
429429If you are working on a custom backend, the *backend * setting in
430- :file: `matplotlibrc ` (:ref: `sphx_glr_tutorials_01_introductory_customizing .py `) supports an
430+ :file: `matplotlibrc ` (:ref: `sphx_glr_tutorials_introductory_customizing .py `) supports an
431431external backend via the ``module `` directive. If
432432:file: `my_backend.py ` is a Matplotlib backend in your
433433:envvar: `PYTHONPATH `, you can set it on one of several ways
0 commit comments