Skip to content

Commit f37b699

Browse files
committed
Fixup formatting in changelog
1 parent 2d93ab0 commit f37b699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ What's new in IMAS-Python 2.0.0
99
Breaking change
1010
'''''''''''''''
1111

12-
The package name was changed from `imaspy` to `imas` while porting the code to GitHub. This shall only affect the import statements in your code.
12+
The package name was changed from ``imaspy`` to ``imas`` while porting the code to GitHub. This shall only affect the import statements in your code.
1313

1414
New features and improvements
1515
'''''''''''''''''''''''''''''
@@ -18,7 +18,7 @@ New features and improvements
1818
- Implements automatic DD version conversion on :py:meth:`imas.db_entry.DBEntry.get` (conversion during :py:meth:`imas.db_entry.DBEntry.put` is not supported as this is rarely needed and easily worked around).
1919
- Enable lazy loading when reading data from a netCDF file.
2020
- Minor performance improvement loading data from a netCDF file.
21-
- Replace ``versioneer`` by ``setuptools-scm`` to determine the version of the code.
21+
- Replace versioneer by setuptools-scm to determine the version of the code.
2222
- Use `saxonche <https://pypi.org/project/saxonche/>`__ instead of the JAR for XSL transforms (when building versions of the DD).
2323
- Updating the README, CONTRIBUTING guidelines and documentation after making the code open access.
2424

0 commit comments

Comments
 (0)