Skip to content
35 changes: 32 additions & 3 deletions src/tutorial/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,39 @@ Cylc can automatically:

Cylc provides a variety of command line and GUI tools for visualising,
monitoring, and controlling workflows. The Cylc TUI (Terminal
User Interface), web GUI, and ``cylc scan`` (bottom left) are shown below.
User Interface), web GUI, and ``cylc scan`` are shown below.

**Placeholder Images Currently Used**

.. tab-set::

.. tab-item:: GUI

.. image:: ../../src/img/cylc-ui-dash.png
:alt: A screenshot of the Cylc GUI dashboard.
:width: 75%

.. tab-item:: Tui
Copy link
Contributor Author

@samuel-denton samuel-denton Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think tabs here are clearer.
The images are just placeholders for now that were found elsewhere in the docs.
Not sure if all 4 tabs are needed or just the 3 with images.


.. image:: ../../src/img/tui-1.png
:alt: A screenshot of the Cylc TUI.
:width: 75%

.. tab-item:: Cylc Scan

.. image:: /tutorial/img/cylc-tools.png
:alt: A screenshot of the Cylc TUI.
:width: 75%

.. tab-item:: CLI

.. code-block:: console

$ cylc trigger <workflow>// \
> //<cycle-1>/<task-2> \
> //<cycle-2>/<task-2> \
> ...

.. image:: /tutorial/img/cylc-tools.png
:alt: A screenshot of several Cylc tools.

.. nextslide::

Expand Down
2 changes: 1 addition & 1 deletion src/user-guide/interventions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Re-Run Multiple Tasks
:width: 75%

.. tab-item:: CLI
:sync: gui
:sync: cli
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small mistake here caused tabs to sync incorrectly.


.. code-block:: console

Expand Down
Loading