Skip to content

Commit bb5935b

Browse files
committed
docs: more uniform pr references
1 parent 1ac1846 commit bb5935b

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

CHANGES.rst

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Unreleased
2424
The original style (``--format=text``) is the default.
2525

2626
- Using ``--format=markdown`` will write the table in Markdown format, thanks
27-
to Steve Oswald in `pull 1479`_, closing `issue 1418`_.
27+
to `Steve Oswald <pull 1479_>`_, closing `issue 1418`_.
2828

2929
- Using ``--format=total`` will write a single total number to the
3030
output. This can be useful for making badges or writing status updates.
@@ -45,10 +45,10 @@ Unreleased
4545

4646
- The ``[run] note`` setting has been completely removed.
4747

48-
.. _pull 1479: https://github.com/nedbat/coveragepy/pull/1479
4948
.. _issue 1418: https://github.com/nedbat/coveragepy/issues/1418
5049
.. _issue 1421: https://github.com/nedbat/coveragepy/issues/1421
5150
.. _issue 1470: https://github.com/nedbat/coveragepy/issues/1470
51+
.. _pull 1479: https://github.com/nedbat/coveragepy/pull/1479
5252

5353

5454
.. _changes_6-6-0b1:
@@ -99,7 +99,7 @@ Version 6.5.0 — 2022-09-29
9999
--------------------------
100100

101101
- The JSON report now includes details of which branches were taken, and which
102-
are missing for each file. Thanks, Christoph Blessing (`pull 1438`_). Closes
102+
are missing for each file. Thanks, `Christoph Blessing <pull 1438_>`_. Closes
103103
`issue 1425`_.
104104

105105
- Starting with coverage.py 6.2, ``class`` statements were marked as a branch.
@@ -119,8 +119,8 @@ Version 6.5.0 — 2022-09-29
119119
.. _PEP 517: https://peps.python.org/pep-0517/
120120
.. _issue 1395: https://github.com/nedbat/coveragepy/issues/1395
121121
.. _issue 1425: https://github.com/nedbat/coveragepy/issues/1425
122-
.. _pull 1438: https://github.com/nedbat/coveragepy/pull/1438
123122
.. _issue 1449: https://github.com/nedbat/coveragepy/issues/1449
123+
.. _pull 1438: https://github.com/nedbat/coveragepy/pull/1438
124124

125125

126126
.. _changes_6-4-4:
@@ -136,29 +136,28 @@ Version 6.4.4 — 2022-08-16
136136
Version 6.4.3 — 2022-08-06
137137
--------------------------
138138

139-
- Fix a failure when combining data files if the file names contained
140-
glob-like patterns (`pull 1405`_). Thanks, Michael Krebs and Benjamin
141-
Schubert.
139+
- Fix a failure when combining data files if the file names contained glob-like
140+
patterns. Thanks, `Michael Krebs and Benjamin Schubert <pull 1405_>`_.
142141

143142
- Fix a messaging failure when combining Windows data files on a different
144-
drive than the current directory. (`pull 1430`_, fixing `issue 1428`_).
145-
Thanks, Lorenzo Micò.
143+
drive than the current directory, closing `issue 1428`_. Thanks, `Lorenzo
144+
Micò <pull 1430_>`_.
146145

147146
- Fix path calculations when running in the root directory, as you might do in
148-
a Docker container: `pull 1403`_, thanks Arthur Rio.
147+
a Docker container. Thanks `Arthur Rio <pull 1403_>`_.
149148

150149
- Filtering in the HTML report wouldn't work when reloading the index page.
151-
This is now fixed (`pull 1413`_). Thanks, Marc Legendre.
150+
This is now fixed. Thanks, `Marc Legendre <pull 1413_>`_.
152151

153-
- Fix a problem with Cython code measurement (`pull 1347`_, fixing `issue
154-
972`_). Thanks, Matus Valo.
152+
- Fix a problem with Cython code measurement, closing `issue 972`_. Thanks,
153+
`Matus Valo <pull 1347_>`_.
155154

156155
.. _issue 972: https://github.com/nedbat/coveragepy/issues/972
156+
.. _issue 1428: https://github.com/nedbat/coveragepy/issues/1428
157157
.. _pull 1347: https://github.com/nedbat/coveragepy/pull/1347
158158
.. _pull 1403: https://github.com/nedbat/coveragepy/issues/1403
159159
.. _pull 1405: https://github.com/nedbat/coveragepy/issues/1405
160160
.. _pull 1413: https://github.com/nedbat/coveragepy/issues/1413
161-
.. _issue 1428: https://github.com/nedbat/coveragepy/issues/1428
162161
.. _pull 1430: https://github.com/nedbat/coveragepy/pull/1430
163162

164163

@@ -175,10 +174,10 @@ Version 6.4.2 — 2022-07-12
175174

176175
- Internal debugging data added to sys.modules is now an actual module, to
177176
avoid confusing code that examines everything in sys.modules. Thanks,
178-
Yilei Yang (`pull 1399`_).
177+
`Yilei Yang <pull 1399_>`_.
179178

180-
.. _pull 1399: https://github.com/nedbat/coveragepy/pull/1399
181179
.. _issue 1419: https://github.com/nedbat/coveragepy/issues/1419
180+
.. _pull 1399: https://github.com/nedbat/coveragepy/pull/1399
182181

183182

184183
.. _changes_6-4-1:

0 commit comments

Comments
 (0)