Skip to content

Commit

Permalink
docs: more obvious links in dev/dev_guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Dec 9, 2019
1 parent 57d125f commit baebb7a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/dev/dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ source code.
The guides are therefore split into an app developer's guide and a liblsl
developer's guide.

The labstreaminglayer source code is similarly split into Apps and LSL (core library and language interfaces),
each of which comprises several submodules.
One could work with the repository, submodules and all, as a :doc:`dev/full_tree`, but this is not recommended.
Most developers will be better working on individual apps or individual language interfaces.

:doc:`app_dev`
--------------

This guide is for you if you are:
:doc:`This guide <app_dev>` is for you if you are:

- adding LSL support for a device to send its data to other applications;
- writing an application that receives data (e.g., to process and possibly resend on a new stream);
Expand All @@ -29,7 +34,7 @@ Also make sure to glance over the :doc:`../info/faqs`.
:doc:`lib_dev`
--------------

The guide is for you if you are:
:doc:`The guide <lib_dev>` is for you if you are:

- trying to build liblsl for a platform that does not already have a release

Expand Down

0 comments on commit baebb7a

Please sign in to comment.