diff --git a/NEWS.md b/NEWS.md index 2b8cfe2a..348d93a5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -21,7 +21,7 @@ prevent overflowing the memory. - fixed crash on capturing camera image if the experiment was not started yet ## Changes in default behavior -`CenteringWrapper` has the radial centering stimulus by default, the non-centering +- `CenteringWrapper` has the radial centering stimulus by default, the non-centering stimulus is specified as the `stimulus` keyword argument ## Documentation updates diff --git a/docs/source/index.rst b/docs/source/index.rst index ef0e5f29..a09ed289 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -14,7 +14,7 @@ Martinsried, Germany \ :sup:`#`\ These authors contributed equally to this work. *Current address: Department of Phoniatrics and Pediatric Audiology, University -Hospital Erlangen, Medical School, Friedrich-Alexander-University Erlangen-Nurnberg, +Hospital Erlangen, Medical School, Friedrich-Alexander-University Erlangen-Nürnberg, Germany. .. raw:: html @@ -42,8 +42,8 @@ experimental protocols and setups. Current releases can be found at https://github.com/portugueslab/stytra. We also provide complete documentation with examples for extending the package to new stimuli and hardware, as well as a :ref:`schema and parts list ` for behavioral setups. We showcase Stytra by -reproducing previously published behavioral protocols in both head-restrained and -freely-swimming larvae. We also demonstrate the use of the software in the context of a +:ref:`reproducing ` previously published behavioral protocols in both head-restrained and +freely-swimming larvae. We also :ref:`demonstrate ` the use of the software in the context of a calcium imaging experiment, where it interfaces with other acquisition devices. Our aims are to enable more laboratories to easily implement behavioral experiments, as well as to provide a platform for sharing stimulus protocols that permits easy diff --git a/docs/source/overview/8_replication.rst b/docs/source/overview/8_replication.rst index 3b7afb19..8e841cc7 100644 --- a/docs/source/overview/8_replication.rst +++ b/docs/source/overview/8_replication.rst @@ -2,6 +2,7 @@ +.. _reproduction: Experiment replication ====================== diff --git a/setup.py b/setup.py index a77277bb..6fabd8d7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="stytra", - version="0.8.4", + version="0.8.5", author="Vilim Stih, Luigi Petrucco @portugueslab", author_email="vilim@neuro.mpg.de", license="GPLv3+",