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:**