Skip to content

Commit 742c13a

Browse files
Turn ticket references in changelog into links
As per dials/dials@f97945349 & cctbx/dxtbx@9ace09e. Existing entries rewritten with. sed -Ei 's|#([0-9]+)|`#\1 <https://github.com/xia2/screen19/issues/\1>`_|g' CHANGELOG.rst
1 parent e0a879f commit 742c13a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Update screen19 to work with upstream API changes in `python-procrunner <https:/
66
Misc
77
----
88

9-
- #37, #38, #39, #40, #41
9+
- `#37 <https://github.com/xia2/screen19/issues/37>`_, `#38 <https://github.com/xia2/screen19/issues/38>`_, `#39 <https://github.com/xia2/screen19/issues/39>`_, `#40 <https://github.com/xia2/screen19/issues/40>`_, `#41 <https://github.com/xia2/screen19/issues/41>`_
1010

1111

1212
screen19 0.211 (2020-08-19)
@@ -17,7 +17,7 @@ Misc
1717

1818
- The way that dials.integrate code is called from screen19 has changed to accommodate code changes in DIALS.
1919

20-
(#31)
20+
(`#31 <https://github.com/xia2/screen19/issues/31>`_)
2121

2222

2323
screen19 0.210 (2020-06-26)
@@ -39,7 +39,7 @@ Bugfixes
3939

4040
screen19 verbosity=1 <other arguments>
4141

42-
(#30)
42+
(`#30 <https://github.com/xia2/screen19/issues/30>`_)
4343

4444

4545
screen19 0.208 (2020-06-25)
@@ -54,11 +54,11 @@ Features
5454

5555
* DIALS 3 is the latest major release and is actively supported. It is currently Python 3.6 only.
5656
* DIALS 2.2 is a long-term support release. It only receives bug fixes and support will be withdrawn at the end of 2020. It supports Python 2.7 and 3.6.
57-
* DIALS 1.14 is no longer under active development and screen19 support for it has been withdrawn. (#25)
57+
* DIALS 1.14 is no longer under active development and screen19 support for it has been withdrawn. (`#25 <https://github.com/xia2/screen19/issues/25>`_)
5858

5959

6060
Bugfixes
6161
--------
6262

6363
- Perform French-Wilson scaling on the integrated intensities before performing the Wilson plot analysis.
64-
This fixes screen19 failures for certain cases where the data consist of few reflections. (#29)
64+
This fixes screen19 failures for certain cases where the data consist of few reflections. (`#29 <https://github.com/xia2/screen19/issues/29>`_)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
package = "screen19"
33
package_dir = ".."
44
filename = "CHANGELOG.rst"
5+
issue_format = "`#{issue} <https://github.com/xia2/screen19/issues/{issue}>`_"
56

67
[tool.isort]
78
sections="FUTURE,STDLIB,THIRDPARTY,CCTBX,DIALS,FIRSTPARTY,LOCALFOLDER"

0 commit comments

Comments
 (0)