diff --git a/doc/index.rst b/doc/index.rst index 01943ff930885ed75f7fdc6378889517cfac3835..c5f6ff47fe93607120f55248195f4ad993b00cf3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -27,7 +27,8 @@ Local Editor for BEAT Objects =============================== -This package provides a web server to manage and edit BEAT objects locally. The users can make new objects or new versions of existing ones using the graphical interface provided by this server and the editor produces the correct JSON_ format for the corresponding objects. In case of new objects it also provides a Python template as well. This is the package used as the graphical interface in :ref:`tutorial`. +This package provides a web server to manage and edit BEAT objects locally. The users can make new objects or new versions of existing ones using the graphical interface provided by this server and the editor produces the correct JSON_ format for the corresponding objects. In case of new objects it also provides a Python template as well. This is the package used as the graphical interface in +`A Hands On Tutorial <https://www.idiap.ch/software/beat/docs/beat/docs/master/beat/user.html>`_. In the following sections different parts of the graphical interface will be explained in details. The developers interested in developing this package can find the information in :ref:`beat-editor-development`.