diff --git a/docs/conf.py b/docs/conf.py index a5bd56d..a12a6f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ html_theme = "furo" autosummary_generate = True -project = "Pupil Labs Companion LSL Relay" +project = "Pupil Labs LSL Relay" release = import_version("lsl_relay") # for example take major/minor version = ".".join(release.split(".")[:2]) diff --git a/docs/index.rst b/docs/index.rst index d7d9196..3269afa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,15 +1,15 @@ ******************************* -Pupil Labs Companion LSL Relay +Pupil Labs LSL Relay ******************************* -The Pupil Labs Companion LSL Relay (Relay) allows you to stream gaze and event data from your -Pupil Labs Companion device to the `labstreaminglayer `_ (LSL). +The Pupil Labs LSL Relay (Relay) allows you to stream gaze and event data from your +Pupil Labs device to the `labstreaminglayer `_ (LSL). For integration between Pupil Core software and LSL, see https://github.com/labstreaminglayer/App-PupilLabs instead. Install and Usage ================== -Install the Pupil Labs Companion LSL Relay with pip:: +Install the Pupil Labs LSL Relay with pip:: pip install lsl-relay