Skip to content

Commit

Permalink
Removes "Companion" from project name
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed May 31, 2023
1 parent fc33dd0 commit 80a1659
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/sccn/labstreaminglayer>`_ (LSL).
The Pupil Labs LSL Relay (Relay) allows you to stream gaze and event data from your
Pupil Labs device to the `labstreaminglayer <https://github.com/sccn/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

Expand Down

0 comments on commit 80a1659

Please sign in to comment.