From 5156067c78a26a79f65cbdd0dfc574c89e75f3ac Mon Sep 17 00:00:00 2001 From: Ulrich Noebauer Date: Fri, 10 Feb 2017 11:57:15 +0100 Subject: [PATCH] Add note about broken GUI to docu --- docs/gui.rst | 7 +++++++ docs/running.rst | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/docs/gui.rst b/docs/gui.rst index d5a62e6ed54..65b9ac23dbe 100644 --- a/docs/gui.rst +++ b/docs/gui.rst @@ -4,6 +4,13 @@ Graphical User Interface ************************ +.. warning:: + The GUI is currently not compatible with the latest development version of + TARDIS (see `TEP + `_ + and `Issue #690 `_) + + TARDIS uses the `PyQt4 framework `_ for its cross-platform interface. diff --git a/docs/running.rst b/docs/running.rst index f2bdf17e927..fefecd55c3a 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -51,6 +51,13 @@ This model can then be used for inspecting the run as described Graphical User Interface ======================== + +.. warning:: + The GUI is currently not compatible with the latest development version of + TARDIS (see `TEP + `_ + and `Issue #690 `_) + To get a detailed explanation on gui layout go to :ref:`gui_explanation` . **To setup and run the GUI(under development) follow these steps:**