From f5ae433f93b9140fedf5e72c2b937cdcf917e9eb Mon Sep 17 00:00:00 2001
From: Zohreh MOSTAANI <zohreh.mostaani@idiap.ch>
Date: Mon, 10 Dec 2018 13:41:48 +0100
Subject: [PATCH] [editor][doc] minor modifications

---
 doc/development.rst |  1 +
 doc/links.rst       | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 doc/links.rst

diff --git a/doc/development.rst b/doc/development.rst
index 98081cc2..76c17b15 100644
--- a/doc/development.rst
+++ b/doc/development.rst
@@ -1,4 +1,5 @@
 .. _beat-editor-development:
+
 =============
  Development
 =============
diff --git a/doc/links.rst b/doc/links.rst
new file mode 100644
index 00000000..f24c9515
--- /dev/null
+++ b/doc/links.rst
@@ -0,0 +1,22 @@
+.. Place your links here
+
+.. _beat: https://www.idiap.ch/software/beat
+.. _docker: https://www.docker.com/
+.. _reproducible research: https://reproducibleresearch.net/
+.. _numpy safe-casting rules: http://docs.scipy.org/doc/numpy/reference/generated/numpy.can_cast.html
+.. _zen of python: https://www.python.org/dev/peps/pep-0020/
+.. _json: http://en.wikipedia.org/wiki/JSON
+.. _beat.env.python27: http://gitlab.idiap.ch/biometric/beat.env.python27
+.. _beat.backend.python: http://gitlab.idiap.ch/biometric/beat.backend.python
+.. _python 2.7: http://www.python.org
+.. _zero message queue: http://zeromq.org
+.. _zmq: http://zeromq.org
+.. _language bindings: http://zeromq.org/bindings:_start
+.. _python bindings: http://zeromq.org/bindings:python
+.. _markdown: http://daringfireball.net/projects/markdown/
+.. _restructuredtext: http://docutils.sourceforge.net/rst.html
+.. _conda: https://conda.io/
+.. _beat editor: https://www.idiap.ch/software/beat/docs/beat/docs/new/beat.editor/doc/index.html
+.. _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
\ No newline at end of file
-- 
GitLab