Skip to content

Commit 72d7ea3

Browse files
committed
fixup changelog ext links to issues and PRs
1 parent ef79559 commit 72d7ea3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/source/changelog.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ Build
1616
Improvements
1717
''''''''''''
1818

19-
- :issue:`#84`: improve `imas process-db-analysis`
20-
- :issue:`#71`: take into account identifier aliases (introduced in DD 4.1)
21-
- :issue:`#78`: disable *implicit* conversion when crossing a major version update
19+
- :issue:`84`: improve `imas process-db-analysis`
20+
- :issue:`71`: take into account identifier aliases (introduced in DD 4.1)
21+
- :issue:`78`: disable *implicit* conversion when crossing a major version update
2222
- improve integration of UDA backend
2323
- cleaning old AL4 deprecated code
24-
- :issue:`#59`: convert name+identifier (DD3) into description+name (DD4)
24+
- :issue:`59`: convert name+identifier (DD3) into description+name (DD4)
2525
- improve type hints (following PEP-585 and PEP-604)
2626
- improve performance of IDS deepcopy
27-
- :issue:`#60`: improve `equilibrium` DD3->4 by converting `boundary_separatrix` into `contour_tree`
28-
- :issue:`#22`: add custom conversion example in the doc for `em_coupling` IDS
27+
- :issue:`60`: improve `equilibrium` DD3->4 by converting `boundary_separatrix` into `contour_tree`
28+
- :issue:`22`: add custom conversion example in the doc for `em_coupling` IDS
2929

3030

3131
Bug fixes
3232
'''''''''
3333

3434
- fix testcases with coordinate validation issues
35-
- :issue:`#80`: fix `imas print` when using netcdf and imas_core is not present
36-
- :issue:`#61`: special DD3->4 rule to flip sign quantities missing the `cocos_label_transform attribute` in DD
37-
- :merge:`#58`: fix unclear provenance capture
38-
- :merge:`#57`: fix 0D arrays from lazy loading with netcdf
39-
- :issue:`#55`: handle missing case when converting 3.42->4 (_tor->_phi)
35+
- :issue:`80`: fix `imas print` when using netcdf and imas_core is not present
36+
- :issue:`61`: special DD3->4 rule to flip sign quantities missing the `cocos_label_transform attribute` in DD
37+
- :merge:`58`: fix unclear provenance capture
38+
- :merge:`57`: fix 0D arrays from lazy loading with netcdf
39+
- :issue:`55`: handle missing case when converting 3.42->4 (_tor->_phi)
4040

4141

4242

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
# unique name: (base URL, label prefix)
5353
extlinks = {
5454
"src": (blob_url + "%s", "%s"),
55-
"issue": (issue_url + "%s", "%s"),
56-
"merge": (mr_url + "%s", "%s"),
55+
"issue": (issue_url + "%s", "#%s"),
56+
"merge": (mr_url + "%s", "#%s"),
5757
"dd": (dd_url + "%s", "%s"),
5858
"al": (al_url + "%s", "%s"),
5959
"pypa": ("https://packaging.python.org/%s", None),

0 commit comments

Comments
 (0)