From 9d4696881e91196453cc7d6dbaed25685d0ad3a5 Mon Sep 17 00:00:00 2001
From: Lars Bocklage <lars.bocklage@desy.de>
Date: Mon, 16 Dec 2024 17:46:17 +0100
Subject: [PATCH] Revert "Revert "news update""

This reverts commit 3394c126fcc5a56cc95df297604778dc6fbe954a
---
 docs/source/news/news.rst | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/source/news/news.rst b/docs/source/news/news.rst
index e2d92974..5864721e 100644
--- a/docs/source/news/news.rst
+++ b/docs/source/news/news.rst
@@ -33,8 +33,9 @@ Whats new?
 With *Nexus* being actively developed, there are regular new versions and releases.
 You can find a list of what's new to the different versions here.
 
-.. note:: The next version 2.0.0 will experience changes in the API.
-          Full backward compatability to version 1.X.X cannot be assured.
+.. admonition:: API changes in version 2.0.0
+   The next version - 2.0.0 - will experience changes in the API.
+   Full backward compatability to version 1.X.X cannot be assured.
 
 
 latest
@@ -92,12 +93,12 @@ version 1.2.0
 bug fixes: 
 
 #. :class:`SimpleSample` assignment works again
-#. corrected error in TimeSpectrum.Plot()
+#. corrected error in :function:`TimeSpectrum.Plot()`.
 #. SetAtomicScatteringFactorCXRO() works again
-#. fixed error on multiple assignments of the same Material instance to several Layer instances.
-#. fixed bug in fits of EnergyTimeSpectra.
+#. fixed error on multiple assignments of the same :class:`Material` instance to several :class:`Layer` instances.
+#. fixed bug in fits of :class:`EnergyTimeSpectra`.
 #. changed 3D mag distributions to true spherical random values.
-#. numpy version 2.0 conflict for some python versions resolved.
+#. *numpy* version 2.0 conflict for some python versions resolved.
 
 
 added:
-- 
GitLab