From 5684ff9231ee9f287e90d308e859079069e253fc Mon Sep 17 00:00:00 2001 From: Dimitrios Theodorakis Date: Tue, 29 Oct 2024 15:49:15 +0000 Subject: [PATCH] Remove references in the README and the docs to no GUI being available for Rose 2.0 --- README.md | 2 +- sphinx/api/command-reference.rst | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0694f43e9f..c7f496c865 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Rose: a framework for managing and running meteorological suites. #### Rose 2 - Python 3 -- No GUIs +- PyGObject GUI - Web-based GUIs will follow in later Rose 2 releases - `master` branch in the source code diff --git a/sphinx/api/command-reference.rst b/sphinx/api/command-reference.rst index 2b479a7dbb..b80c9db349 100644 --- a/sphinx/api/command-reference.rst +++ b/sphinx/api/command-reference.rst @@ -16,12 +16,11 @@ Rose Commands rose config-edit ^^^^^^^^^^^^^^^^ -.. warning:: - - The Rose Edit GUI has not yet been reimplemented in Rose 2. +.. code-block:: bash - The old Rose 2019 (Python 2) GUI remains compatible with Rose 2 - configurations. + rose config-edit + # or simply + rose edit .. _command-rose-suite-run: