From 6c2b98bb47041debd59f8437f1621f32f1290492 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Fri, 3 Dec 2021 21:53:14 +0100 Subject: [PATCH] Packages/doc/releasenotes.rst: Make HTML links anonymous This avoids duplicated target name errors from sphinx. See [1] for the details. [1]: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#hyperlink-references --- Packages/doc/releasenotes.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Packages/doc/releasenotes.rst b/Packages/doc/releasenotes.rst index 20fe9e5603..92029b8339 100644 --- a/Packages/doc/releasenotes.rst +++ b/Packages/doc/releasenotes.rst @@ -177,7 +177,7 @@ New numerical keys - ``TP after DAQ``: If the testpulse is run after data acquisition or not - ``DAQ stop reason``: Enumeration value explaining why data acquisition was stopped, see `DQ_STOP_REASON - `_ for + `__ for all possible values. - ``Epochs Version``: Version of the epoch information - Add the version of the major builtin analysis functions to the labnotebook: @@ -744,7 +744,7 @@ DA\_Ephys ExperimentConfig ---------------- -- Introduce `new configuration management `_: +- Introduce `new configuration management `__: - Support all panels and controls - Support setting all amplifier entries per headstage @@ -855,7 +855,7 @@ New textual keys - ``JSON config file: path``: List of absolute paths to the JSON configuration files - ``JSON config file: SHA-256 hash``: List of hash values -- ``Epochs``: , `Add epoch information from the stimulus set into the labnotebook `_. +- ``Epochs``: , `Add epoch information from the stimulus set into the labnotebook `__. Changed numerical entries ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -866,14 +866,14 @@ Changed textual entries ~~~~~~~~~~~~~~~~~~~~~~~ - ``Function params`` -> ``Function params (encoded)``: This entry now holds the serialized analysis function - parameter strings where the values are `percent encoded `_. + parameter strings where the values are `percent encoded `__. NWB/IPNWB --------- - Write the Igor Pro history by default - Add support for exporting into NWBv2 (2.2.4 to be exact). Additional MIES - data and metadata is tagged using `ndx-MIES `_. + data and metadata is tagged using `ndx-MIES `__. Export support into NWBv1 is unchanged. - Various bugfixes for exporting really old or buggy MIES data into NWB. - Support export of I=0 data better @@ -1237,7 +1237,7 @@ Tests - Make the test suite pass with NI hardware and ITC-1600 - Use multi data test case feature to run the tests for each device - see also `here `_ + see also `here `__ - Check the created NWB file thoroughly - Use the new UTF reentry functionality, thus making the tests much easier to understand, adapt and run for debugging.