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.