diff --git a/doc/index.rst b/doc/index.rst index 3a52a15e2565cccee921dcbf013434773a7298d7..ba2a77c6ccee133f8eaa045715c35251c5ea3d53 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -27,10 +27,16 @@ 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 -`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-contribute`. +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`_. + +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-contribute`. .. toctree:: diff --git a/doc/links.rst b/doc/links.rst index 8bf7c48db4c5dda2574e08592124bc27b0b5bc44..3b9202fa9f963e20f2c7b0e0ca2712ba7fcb1dd7 100644 --- a/doc/links.rst +++ b/doc/links.rst @@ -20,6 +20,7 @@ .. _bob: https://www.idiap.ch/software/bob/docs/bob/docs/stable/bob/doc/index.html .. _idiap: http://www.idiap.ch .. _eigenface: https://en.wikipedia.org/wiki/Eigenface +.. _A Hands On Tutorial: <https://www.idiap.ch/software/beat/docs/beat/docs/master/beat/user.html> .. _Qt: http://doc.qt.io/qt-5/ .. _QtWidgets: http://doc.qt.io/qt-5/qtwidgets-index.html